2023-10-16T10:10:16.226 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-16T10:10:16.227 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_vallariag@teuthology --name vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi --description rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} --archive /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945 --verbose -- /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945/orig.config.yaml 2023-10-16T10:10:16.259 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-16T10:10:16.336 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945 branch: main description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} email: null first_in_suite: false job_id: '7428945' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - machine: cpus: 1 disk: 40 ram: 8000 volumes: count: 4 size: 30 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-nvmetest-teuthology sha1: 1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47 owner: scheduled_vallariag@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - mon.b - osd.2 - osd.3 - osd.4 - client.1 seed: 4576 sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 sleep_before_teardown: 0 suite: rbd:nvmeof suite_branch: wip-nvmetest-teuthology suite_path: /home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa suite_relpath: qa suite_repo: https://github.com/vallariag/ceph.git suite_sha1: 1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBABlssHryzlgnCQAD0S1A+/+3dtdRnaaXWvUfhRoPFOSGJkgUXlpcmIvBXyM3x6xy8NcZlaeoGfDwoHNZ7R1ROQ= smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBeETdrAUnlQxeQtQQItl6k4+ffmgbB/4suLMth5l+KY7l3WFdkVnnvMZL86Lo2U1qIzY8f95AiWyjVdNyuqaIs= 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 - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm: null - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph osd lspools - ceph osd pool create mypool - ceph osd pool application enable mypool rbd - ceph osd lspools - ceph osd pool ls detail - ceph config set mgr mgr/cephadm/container_image_nvmeof quay.io/barakda1/nvmeof:0.0.3 - ceph config get mgr mgr/cephadm/container_image_nvmeof - ceph orch apply nvmeof mypool --placement="1 $(hostname)" - ceph orch ps --refresh - ceph versions - ceph -s - ceph orch ls - rbd create mypool/myimage --size 8Gi - rbd ls mypool - cephadm.nvmeof_context: null - cephadm.wait_for_service: service: nvmeof.mypool - exec: client.1: - modprobe nvme-fabrics - modprobe nvme-tcp - 'set -ex # # print nvmeof start up logs s=$(systemctl list-units | grep nvmeof.mypool | awk ''{print $1}'') echo "<---- s variable is [ $s ]---->" PAGER=cat journalctl -u $s GATEWAY1=`cat /etc/ceph/nvmeof.cfg` GATEWAY2=`cat /etc/ceph/nvmeof.cfg |grep ''gateway_addr''` GATEWAY3=`cat /etc/ceph/nvmeof.cfg |grep ''gateway_addr'' | awk -F''[, ]'' ''{print $3}''` echo "<---- GATEWAY1 is [ $GATEWAY1 ]---->" echo "<---- GATEWAY2 is [ $GATEWAY2]---->" echo "<---- GATEWAY3 is [ $GATEWAY3 ]---->" IP1=`cat /etc/ceph/nvmeof.cfg` IP2=`cat /etc/ceph/nvmeof.cfg |grep ''ip_address''` IP3=`cat /etc/ceph/nvmeof.cfg |grep ''ip_address'' | awk -F''[, ]'' ''{print $3}''` echo "<---- IP1 is [ $IP1 ]---->" echo "<---- IP2 is [ $IP2 ]---->" echo "<---- IP3 is [ $IP3 ]---->" ' - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph osd lspools - 'set -ex s=$(ceph orch ps | grep nvmeof.mypool | awk ''{print $4}'') echo $s [ $s = running ] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-16_07:44:55 tube: smithi use_shaman: true user: vallariag verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-16T10:10:16.336 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa; will attempt to use it 2023-10-16T10:10:16.337 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks 2023-10-16T10:10:16.337 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-16T10:10:16.339 INFO:teuthology.task.internal:Checking packages... 2023-10-16T10:10:16.360 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bcf5b23faa7fe51d364c0e949f01773ae6822e01' 2023-10-16T10:10:16.360 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-16T10:10:16.361 INFO:teuthology.packaging:ref: None 2023-10-16T10:10:16.361 INFO:teuthology.packaging:tag: None 2023-10-16T10:10:16.361 INFO:teuthology.packaging:branch: main 2023-10-16T10:10:16.362 INFO:teuthology.packaging:sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T10:10:16.362 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-16T10:10:16.610 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6732.g9b943423 2023-10-16T10:10:16.610 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-16T10:10:16.711 INFO:teuthology.task.internal:no buildpackages task found 2023-10-16T10:10:16.711 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-16T10:10:16.762 INFO:teuthology.task.internal:Saving configuration 2023-10-16T10:10:16.776 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-16T10:10:16.784 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-16T10:10:16.805 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-16 10:05:12.055768', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBABlssHryzlgnCQAD0S1A+/+3dtdRnaaXWvUfhRoPFOSGJkgUXlpcmIvBXyM3x6xy8NcZlaeoGfDwoHNZ7R1ROQ='} 2023-10-16T10:10:16.825 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-16 10:05:12.057471', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBeETdrAUnlQxeQtQQItl6k4+ffmgbB/4suLMth5l+KY7l3WFdkVnnvMZL86Lo2U1qIzY8f95AiWyjVdNyuqaIs='} 2023-10-16T10:10:16.826 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-16T10:10:16.831 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2023-10-16T10:10:16.831 INFO:teuthology.task.internal:roles: ubuntu@smithi070.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3', 'osd.4', 'client.1'] 2023-10-16T10:10:16.831 INFO:teuthology.run_tasks:Running task console_log... 2023-10-16T10:10:16.926 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff1ab382b80>, signals=[15]) 2023-10-16T10:10:16.927 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-16T10:10:16.934 INFO:teuthology.task.internal:Opening connections... 2023-10-16T10:10:16.934 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T10:10:16.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:10:17.007 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2023-10-16T10:10:17.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:10:17.078 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-16T10:10:17.085 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2023-10-16T10:10:17.108 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2023-10-16T10:10:17.109 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2023-10-16T10:10:17.169 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2023-10-16T10:10:17.170 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="8" 2023-10-16T10:10:17.170 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2023-10-16T10:10:17.170 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2023-10-16T10:10:17.170 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="8" 2023-10-16T10:10:17.171 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el8" 2023-10-16T10:10:17.171 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-16T10:10:17.171 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2023-10-16T10:10:17.171 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-16T10:10:17.171 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2023-10-16T10:10:17.171 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-16T10:10:17.172 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-16T10:10:17.172 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-16T10:10:17.172 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2023-10-16T10:10:17.195 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2023-10-16T10:10:17.218 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2023-10-16T10:10:17.218 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2023-10-16T10:10:17.279 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="CentOS Stream" 2023-10-16T10:10:17.279 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="8" 2023-10-16T10:10:17.279 INFO:teuthology.orchestra.run.smithi070.stdout:ID="centos" 2023-10-16T10:10:17.280 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE="rhel fedora" 2023-10-16T10:10:17.280 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="8" 2023-10-16T10:10:17.280 INFO:teuthology.orchestra.run.smithi070.stdout:PLATFORM_ID="platform:el8" 2023-10-16T10:10:17.280 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-16T10:10:17.280 INFO:teuthology.orchestra.run.smithi070.stdout:ANSI_COLOR="0;31" 2023-10-16T10:10:17.281 INFO:teuthology.orchestra.run.smithi070.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-16T10:10:17.281 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://centos.org/" 2023-10-16T10:10:17.281 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-16T10:10:17.281 INFO:teuthology.orchestra.run.smithi070.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-16T10:10:17.281 INFO:teuthology.orchestra.run.smithi070.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-16T10:10:17.282 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2023-10-16T10:10:17.303 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-16T10:10:17.312 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-16T10:10:17.319 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-16T10:10:17.320 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2023-10-16T10:10:17.322 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2023-10-16T10:10:17.342 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-16T10:10:17.349 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-16T10:10:17.349 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2023-10-16T10:10:17.384 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2023-10-16T10:10:17.416 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-16T10:10:17.473 INFO:teuthology.run_tasks:Running task kernel... 2023-10-16T10:10:17.488 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-16T10:10:17.488 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-16T10:10:17.489 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-16T10:10:17.490 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-16T10:10:17.509 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T10:10:17.510 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2023-10-16T10:10:17.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T10:10:17.511 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-10-16T10:10:17.570 INFO:teuthology.orchestra.run.smithi070.stdout:4.18.0-489.el8.x86_64 2023-10-16T10:10:17.570 INFO:teuthology.task.kernel:Running kernel on smithi070: 4.18.0-489.el8.x86_64 2023-10-16T10:10:17.570 DEBUG:teuthology.orchestra.run.smithi070:> sudo yum install -y kernel 2023-10-16T10:10:17.572 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-489.el8.x86_64 2023-10-16T10:10:17.573 INFO:teuthology.task.kernel:Running kernel on smithi026: 4.18.0-489.el8.x86_64 2023-10-16T10:10:17.573 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2023-10-16T10:10:26.237 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 8 - AppStream 5.5 MB/s | 33 MB 00:06 2023-10-16T10:10:27.464 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - AppStream 4.5 MB/s | 33 MB 00:07 2023-10-16T10:10:35.467 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 49 MB 00:03 2023-10-16T10:10:37.306 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 49 MB 00:03 2023-10-16T10:10:42.900 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-10-16T10:10:43.509 INFO:teuthology.orchestra.run.smithi070.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-10-16T10:10:43.868 INFO:teuthology.orchestra.run.smithi070.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-10-16T10:10:45.072 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - Extras 56 kB/s | 18 kB 00:00 2023-10-16T10:10:45.914 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2023-10-16T10:10:46.038 INFO:teuthology.orchestra.run.smithi070.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 16 MB 00:02 2023-10-16T10:10:46.249 INFO:teuthology.orchestra.run.smithi026.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-10-16T10:10:48.250 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-10-16T10:10:49.852 INFO:teuthology.orchestra.run.smithi070.stdout:lab-extras 424 kB/s | 24 kB 00:00 2023-10-16T10:10:52.250 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-10-16T10:10:53.334 INFO:teuthology.orchestra.run.smithi070.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-16T10:10:53.334 INFO:teuthology.orchestra.run.smithi070.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-16T10:10:53.599 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2023-10-16T10:10:53.600 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:10:53.600 INFO:teuthology.orchestra.run.smithi070.stdout: Package Architecture Version Repository Size 2023-10-16T10:10:53.600 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:10:53.600 INFO:teuthology.orchestra.run.smithi070.stdout:Installing: 2023-10-16T10:10:53.601 INFO:teuthology.orchestra.run.smithi070.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-16T10:10:53.601 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2023-10-16T10:10:53.601 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-16T10:10:53.601 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-16T10:10:53.601 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:10:53.602 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2023-10-16T10:10:53.602 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:10:53.602 INFO:teuthology.orchestra.run.smithi070.stdout:Install 3 Packages 2023-10-16T10:10:53.602 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:10:53.603 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 89 M 2023-10-16T10:10:53.603 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 96 M 2023-10-16T10:10:53.603 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2023-10-16T10:10:54.745 INFO:teuthology.orchestra.run.smithi070.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2023-10-16T10:10:56.011 INFO:teuthology.orchestra.run.smithi070.stdout:(2/3): kernel-core-4.18.0-516.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-10-16T10:10:56.036 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-16T10:10:56.036 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-16T10:10:56.316 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-10-16T10:10:56.317 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:10:56.317 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2023-10-16T10:10:56.317 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:10:56.317 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2023-10-16T10:10:56.318 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-16T10:10:56.318 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2023-10-16T10:10:56.318 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-16T10:10:56.318 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-16T10:10:56.318 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:10:56.319 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-10-16T10:10:56.319 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:10:56.319 INFO:teuthology.orchestra.run.smithi026.stdout:Install 3 Packages 2023-10-16T10:10:56.319 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:10:56.320 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 89 M 2023-10-16T10:10:56.320 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 96 M 2023-10-16T10:10:56.320 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2023-10-16T10:10:56.502 INFO:teuthology.orchestra.run.smithi026.stdout:[MIRROR] kernel-4.18.0-516.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-516.el8.x86_64.rpm (IP: 152.19.134.43) 2023-10-16T10:10:56.995 INFO:teuthology.orchestra.run.smithi070.stdout:(3/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2023-10-16T10:10:56.995 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2023-10-16T10:10:56.995 INFO:teuthology.orchestra.run.smithi070.stdout:Total 26 MB/s | 89 MB 00:03 2023-10-16T10:10:57.051 INFO:teuthology.orchestra.run.smithi026.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-10-16T10:10:57.662 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2023-10-16T10:10:58.067 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2023-10-16T10:10:58.067 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2023-10-16T10:10:58.809 INFO:teuthology.orchestra.run.smithi026.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-10-16T10:10:59.297 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2023-10-16T10:10:59.331 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2023-10-16T10:11:02.094 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2023-10-16T10:11:02.677 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-16T10:11:06.369 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-16T10:11:06.760 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-16T10:11:10.176 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-16T10:11:10.472 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:11.091 INFO:teuthology.orchestra.run.smithi026.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 2.9 MB/s | 43 MB 00:14 2023-10-16T10:11:11.092 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2023-10-16T10:11:11.092 INFO:teuthology.orchestra.run.smithi026.stdout:Total 6.0 MB/s | 89 MB 00:14 2023-10-16T10:11:11.789 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2023-10-16T10:11:12.245 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2023-10-16T10:11:12.245 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2023-10-16T10:11:13.544 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2023-10-16T10:11:13.572 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2023-10-16T10:11:16.550 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2023-10-16T10:11:17.042 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-16T10:11:20.764 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-16T10:11:21.175 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-16T10:11:24.797 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-16T10:11:25.067 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:32.079 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:32.103 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:32.465 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:32.465 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-16T10:11:32.466 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-16T10:11:33.189 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:33.189 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:11:33.190 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2023-10-16T10:11:33.190 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-16T10:11:33.190 INFO:teuthology.orchestra.run.smithi070.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-16T10:11:33.190 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:11:33.191 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2023-10-16T10:11:33.350 DEBUG:teuthology.orchestra.run.smithi070:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T10:11:33.562 INFO:teuthology.orchestra.run.smithi070.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-16T10:11:33.563 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-16T10:11:33.563 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-16T10:11:33.563 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-16T10:11:33.563 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-16T10:11:33.564 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-16T10:11:33.564 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2023-10-16T10:11:33.564 DEBUG:teuthology.orchestra.run.smithi070:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T10:11:33.772 INFO:teuthology.orchestra.run.smithi070.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-16T10:11:33.773 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-16T10:11:33.773 DEBUG:teuthology.orchestra.run.smithi070:> sudo rpm -qi grub2-tools 2023-10-16T10:11:33.806 INFO:teuthology.orchestra.run.smithi070.stdout:Name : grub2-tools 2023-10-16T10:11:33.807 INFO:teuthology.orchestra.run.smithi070.stdout:Epoch : 1 2023-10-16T10:11:33.807 INFO:teuthology.orchestra.run.smithi070.stdout:Version : 2.02 2023-10-16T10:11:33.807 INFO:teuthology.orchestra.run.smithi070.stdout:Release : 129.el8 2023-10-16T10:11:33.807 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: x86_64 2023-10-16T10:11:33.808 INFO:teuthology.orchestra.run.smithi070.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-16T10:11:33.808 INFO:teuthology.orchestra.run.smithi070.stdout:Group : System Environment/Base 2023-10-16T10:11:33.808 INFO:teuthology.orchestra.run.smithi070.stdout:Size : 9265586 2023-10-16T10:11:33.808 INFO:teuthology.orchestra.run.smithi070.stdout:License : GPLv3+ 2023-10-16T10:11:33.808 INFO:teuthology.orchestra.run.smithi070.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-16T10:11:33.809 INFO:teuthology.orchestra.run.smithi070.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-16T10:11:33.809 INFO:teuthology.orchestra.run.smithi070.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-16T10:11:33.809 INFO:teuthology.orchestra.run.smithi070.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-16T10:11:33.809 INFO:teuthology.orchestra.run.smithi070.stdout:Relocations : (not relocatable) 2023-10-16T10:11:33.810 INFO:teuthology.orchestra.run.smithi070.stdout:Packager : CentOS BuildSystem 2023-10-16T10:11:33.810 INFO:teuthology.orchestra.run.smithi070.stdout:Vendor : CentOS 2023-10-16T10:11:33.810 INFO:teuthology.orchestra.run.smithi070.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-16T10:11:33.810 INFO:teuthology.orchestra.run.smithi070.stdout:Summary : Support tools for GRUB. 2023-10-16T10:11:33.810 INFO:teuthology.orchestra.run.smithi070.stdout:Description : 2023-10-16T10:11:33.811 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:11:33.811 INFO:teuthology.orchestra.run.smithi070.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-16T10:11:33.811 INFO:teuthology.orchestra.run.smithi070.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-16T10:11:33.811 INFO:teuthology.orchestra.run.smithi070.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-16T10:11:33.811 INFO:teuthology.orchestra.run.smithi070.stdout:hardware devices. 2023-10-16T10:11:33.812 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:11:33.812 INFO:teuthology.orchestra.run.smithi070.stdout:This subpackage provides tools for support of all platforms. 2023-10-16T10:11:33.813 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-16T10:11:33.813 INFO:teuthology.task.kernel:Updating grub on smithi070 to boot 4.18.0-516.el8.x86_64 2023-10-16T10:11:33.813 DEBUG:teuthology.orchestra.run.smithi070:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-16T10:11:35.537 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2023-10-16T10:11:37.889 INFO:teuthology.orchestra.run.smithi070.stderr:done 2023-10-16T10:11:37.890 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2023-10-16T10:11:37.918 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.A56Z7Jqydj 2023-10-16T10:11:37.918 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.A56Z7Jqydj 2023-10-16T10:11:37.992 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.A56Z7Jqydj 2023-10-16T10:11:38.132 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.A56Z7Jqydj is 6KB 2023-10-16T10:11:38.179 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.A56Z7Jqydj 2023-10-16T10:11:38.197 DEBUG:teuthology.orchestra.run.smithi070:> sudo /bin/ls /boot/loader/entries || true 2023-10-16T10:11:38.275 INFO:teuthology.orchestra.run.smithi070.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-16T10:11:38.275 INFO:teuthology.orchestra.run.smithi070.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-16T10:11:38.276 INFO:teuthology.orchestra.run.smithi070.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-16T10:11:38.276 INFO:teuthology.orchestra.run.smithi070.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-16T10:11:38.277 DEBUG:teuthology.orchestra.run.smithi070:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-16T10:11:38.427 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2023-10-16T10:11:48.332 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:48.356 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:48.716 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:48.716 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-16T10:11:48.716 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-16T10:11:49.486 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-16T10:11:49.486 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:11:49.487 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2023-10-16T10:11:49.487 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-16T10:11:49.487 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-16T10:11:49.487 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:11:49.487 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-10-16T10:11:49.638 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T10:11:49.863 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-16T10:11:49.863 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-16T10:11:49.864 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-16T10:11:49.864 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-16T10:11:49.864 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-16T10:11:49.864 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-16T10:11:49.865 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2023-10-16T10:11:49.865 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T10:11:50.083 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-16T10:11:50.084 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-16T10:11:50.084 DEBUG:teuthology.orchestra.run.smithi026:> sudo rpm -qi grub2-tools 2023-10-16T10:11:50.118 INFO:teuthology.orchestra.run.smithi026.stdout:Name : grub2-tools 2023-10-16T10:11:50.119 INFO:teuthology.orchestra.run.smithi026.stdout:Epoch : 1 2023-10-16T10:11:50.119 INFO:teuthology.orchestra.run.smithi026.stdout:Version : 2.02 2023-10-16T10:11:50.120 INFO:teuthology.orchestra.run.smithi026.stdout:Release : 129.el8 2023-10-16T10:11:50.120 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: x86_64 2023-10-16T10:11:50.120 INFO:teuthology.orchestra.run.smithi026.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-16T10:11:50.121 INFO:teuthology.orchestra.run.smithi026.stdout:Group : System Environment/Base 2023-10-16T10:11:50.121 INFO:teuthology.orchestra.run.smithi026.stdout:Size : 9265586 2023-10-16T10:11:50.121 INFO:teuthology.orchestra.run.smithi026.stdout:License : GPLv3+ 2023-10-16T10:11:50.122 INFO:teuthology.orchestra.run.smithi026.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-16T10:11:50.122 INFO:teuthology.orchestra.run.smithi026.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-16T10:11:50.122 INFO:teuthology.orchestra.run.smithi026.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-16T10:11:50.123 INFO:teuthology.orchestra.run.smithi026.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-16T10:11:50.123 INFO:teuthology.orchestra.run.smithi026.stdout:Relocations : (not relocatable) 2023-10-16T10:11:50.123 INFO:teuthology.orchestra.run.smithi026.stdout:Packager : CentOS BuildSystem 2023-10-16T10:11:50.124 INFO:teuthology.orchestra.run.smithi026.stdout:Vendor : CentOS 2023-10-16T10:11:50.124 INFO:teuthology.orchestra.run.smithi026.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-16T10:11:50.124 INFO:teuthology.orchestra.run.smithi026.stdout:Summary : Support tools for GRUB. 2023-10-16T10:11:50.124 INFO:teuthology.orchestra.run.smithi026.stdout:Description : 2023-10-16T10:11:50.124 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:11:50.125 INFO:teuthology.orchestra.run.smithi026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-16T10:11:50.125 INFO:teuthology.orchestra.run.smithi026.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-16T10:11:50.125 INFO:teuthology.orchestra.run.smithi026.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-16T10:11:50.125 INFO:teuthology.orchestra.run.smithi026.stdout:hardware devices. 2023-10-16T10:11:50.125 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:11:50.126 INFO:teuthology.orchestra.run.smithi026.stdout:This subpackage provides tools for support of all platforms. 2023-10-16T10:11:50.127 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-16T10:11:50.127 INFO:teuthology.task.kernel:Updating grub on smithi026 to boot 4.18.0-516.el8.x86_64 2023-10-16T10:11:50.127 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-16T10:11:51.468 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2023-10-16T10:11:53.780 INFO:teuthology.orchestra.run.smithi026.stderr:done 2023-10-16T10:11:53.782 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2023-10-16T10:11:53.814 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.RHnGltBol5 2023-10-16T10:11:53.814 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.RHnGltBol5 2023-10-16T10:11:53.887 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.RHnGltBol5 2023-10-16T10:11:54.030 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.RHnGltBol5 is 6KB 2023-10-16T10:11:54.078 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.RHnGltBol5 2023-10-16T10:11:54.096 DEBUG:teuthology.orchestra.run.smithi026:> sudo /bin/ls /boot/loader/entries || true 2023-10-16T10:11:54.169 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-16T10:11:54.169 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-16T10:11:54.169 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-16T10:11:54.170 INFO:teuthology.orchestra.run.smithi026.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-16T10:11:54.171 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-16T10:11:54.321 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2023-10-16T10:12:08.442 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-16T10:12:08.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T10:12:08.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:12:24.338 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-16T10:12:24.341 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T10:12:24.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:12:26.874 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2023-10-16T10:12:35.882 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T10:12:35.883 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:12:38.939 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2023-10-16T10:12:42.746 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2023-10-16T10:12:50.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T10:12:50.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:12:51.748 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T10:12:51.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:13:10.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2023-10-16T10:13:22.154 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T10:13:22.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:13:22.429 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-10-16T10:13:22.714 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T10:13:22.715 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-516.el8.x86_64"... 2023-10-16T10:13:22.715 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-10-16T10:13:22.736 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-516.el8.x86_64 2023-10-16T10:13:22.736 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-16T10:13:22.737 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-16T10:13:22.737 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-16T10:13:22.825 DEBUG:teuthology.orchestra.run.smithi070:> true 2023-10-16T10:13:23.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T10:13:23.549 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-516.el8.x86_64"... 2023-10-16T10:13:23.549 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2023-10-16T10:13:23.600 INFO:teuthology.orchestra.run.smithi070.stdout:4.18.0-516.el8.x86_64 2023-10-16T10:13:23.601 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-16T10:13:23.601 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-16T10:13:23.601 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-16T10:13:23.738 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-16T10:13:23.739 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-16T10:13:23.835 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2023-10-16T10:13:23.847 DEBUG:teuthology.parallel:result is None 2023-10-16T10:13:24.602 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-16T10:13:24.602 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-16T10:13:24.907 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2023-10-16T10:13:24.923 DEBUG:teuthology.parallel:result is None 2023-10-16T10:13:24.924 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-16T10:13:24.931 INFO:teuthology.task.internal:Creating test directory... 2023-10-16T10:13:24.931 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-16T10:13:24.934 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-16T10:13:24.954 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-16T10:13:24.961 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-16T10:13:24.968 INFO:teuthology.task.internal:Creating archive directory... 2023-10-16T10:13:24.968 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-16T10:13:24.994 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-16T10:13:25.193 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-16T10:13:25.200 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-16T10:13:25.200 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-16T10:13:25.203 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-16T10:13:25.250 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T10:13:25.263 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T10:13:25.358 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T10:13:25.369 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T10:13:25.370 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-16T10:13:25.377 INFO:teuthology.task.internal:Configuring sudo... 2023-10-16T10:13:25.377 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-16T10:13:25.380 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-16T10:13:25.415 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-16T10:13:25.423 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-16T10:13:25.424 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-16T10:13:25.454 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-16T10:13:25.473 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T10:13:25.559 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T10:13:25.607 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T10:13:25.697 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T10:13:25.747 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:13:25.747 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-16T10:13:25.822 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T10:13:25.867 DEBUG:teuthology.orchestra.run.smithi070:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T10:13:25.917 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T10:13:26.004 DEBUG:teuthology.orchestra.run.smithi070:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T10:13:26.044 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:13:26.045 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-16T10:13:26.111 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2023-10-16T10:13:26.114 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2023-10-16T10:13:26.195 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T10:13:26.209 INFO:teuthology.orchestra.run.smithi070.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T10:13:26.620 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-16T10:13:26.629 INFO:teuthology.task.internal:Starting timer... 2023-10-16T10:13:26.629 INFO:teuthology.run_tasks:Running task pcp... 2023-10-16T10:13:26.639 INFO:teuthology.run_tasks:Running task selinux... 2023-10-16T10:13:26.646 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-16T10:13:26.647 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2023-10-16T10:13:26.744 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2023-10-16T10:13:26.746 DEBUG:teuthology.orchestra.run.smithi070:> sudo service auditd rotate 2023-10-16T10:13:26.858 INFO:teuthology.orchestra.run.smithi070.stdout:Rotating logs: 2023-10-16T10:13:26.859 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-16T10:13:26.860 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2023-10-16T10:13:26.884 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2023-10-16T10:13:26.885 DEBUG:teuthology.orchestra.run.smithi070:> /usr/sbin/getenforce 2023-10-16T10:13:26.908 INFO:teuthology.orchestra.run.smithi070.stdout:Permissive 2023-10-16T10:13:26.908 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi070.front.sepia.ceph.com': 'permissive'} 2023-10-16T10:13:26.908 DEBUG:teuthology.orchestra.run.smithi026:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-16T10:13:26.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T10:13:26.957 DEBUG:teuthology.orchestra.run.smithi070:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-16T10:13:26.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T10:13:26.985 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-16T10:13:26.985 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2023-10-16T10:13:27.029 DEBUG:teuthology.orchestra.run.smithi070:> sudo /usr/sbin/setenforce permissive 2023-10-16T10:13:27.056 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-16T10:13:27.068 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-16T10:13:27.074 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-16T10:13:27.195 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-16T10:13:27.211 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-10-16T10:13:27.212 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi070.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-16T10:22:05.679 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi070.front.sepia.ceph.com')] 2023-10-16T10:22:05.681 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T10:22:05.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:22:05.756 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-10-16T10:22:05.833 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T10:22:05.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T10:22:05.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T10:22:05.904 DEBUG:teuthology.orchestra.run.smithi070:> true 2023-10-16T10:22:05.973 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T10:22:05.974 INFO:teuthology.run_tasks:Running task clock... 2023-10-16T10:22:05.984 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-16T10:22:05.984 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-16T10:22:05.985 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-16T10:22:05.988 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-16T10:22:05.988 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-16T10:22:06.026 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-16T10:22:06.044 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-16T10:22:06.045 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-16T10:22:06.060 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-16T10:22:06.111 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2023-10-16T10:22:06.125 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2023-10-16T10:22:06.127 INFO:teuthology.orchestra.run.smithi070.stderr:sudo: ntpd: command not found 2023-10-16T10:22:06.138 INFO:teuthology.orchestra.run.smithi070.stdout:506 Cannot talk to daemon 2023-10-16T10:22:06.142 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-16T10:22:06.153 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-16T10:22:06.158 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-16T10:22:06.166 INFO:teuthology.orchestra.run.smithi070.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-16T10:22:06.227 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2023-10-16T10:22:06.232 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T10:22:06.232 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2023-10-16T10:22:06.232 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.232 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.233 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.233 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.245 INFO:teuthology.orchestra.run.smithi070.stderr:bash: ntpq: command not found 2023-10-16T10:22:06.248 INFO:teuthology.orchestra.run.smithi070.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T10:22:06.249 INFO:teuthology.orchestra.run.smithi070.stdout:=============================================================================== 2023-10-16T10:22:06.249 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.250 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.250 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.250 INFO:teuthology.orchestra.run.smithi070.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T10:22:06.252 INFO:teuthology.run_tasks:Running task pexec... 2023-10-16T10:22:06.263 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-16T10:22:06.264 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T10:22:06.264 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-16T10:22:06.265 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi070.front.sepia.ceph.com 2023-10-16T10:22:06.265 DEBUG:teuthology.orchestra.run.smithi070:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-16T10:22:07.172 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:02:57 ago on Mon 16 Oct 2023 10:19:09 AM UTC. 2023-10-16T10:22:07.291 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:02:16 ago on Mon 16 Oct 2023 10:19:51 AM UTC. 2023-10-16T10:22:09.221 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2023-10-16T10:22:09.222 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:22:09.223 INFO:teuthology.orchestra.run.smithi070.stdout: Package Architecture Version Repository Size 2023-10-16T10:22:09.223 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:22:09.223 INFO:teuthology.orchestra.run.smithi070.stdout:Resetting modules: 2023-10-16T10:22:09.223 INFO:teuthology.orchestra.run.smithi070.stdout: container-tools 2023-10-16T10:22:09.223 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:09.224 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2023-10-16T10:22:09.224 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:22:09.224 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:09.483 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2023-10-16T10:22:09.563 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-10-16T10:22:09.564 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:22:09.564 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2023-10-16T10:22:09.564 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:22:09.565 INFO:teuthology.orchestra.run.smithi026.stdout:Resetting modules: 2023-10-16T10:22:09.565 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools 2023-10-16T10:22:09.565 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:09.565 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-10-16T10:22:09.565 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:22:09.566 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:09.850 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-10-16T10:22:10.453 INFO:teuthology.orchestra.run.smithi070.stdout:Last metadata expiration check: 0:03:01 ago on Mon 16 Oct 2023 10:19:09 AM UTC. 2023-10-16T10:22:10.939 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:02:19 ago on Mon 16 Oct 2023 10:19:51 AM UTC. 2023-10-16T10:22:12.481 INFO:teuthology.orchestra.run.smithi070.stdout:Dependencies resolved. 2023-10-16T10:22:12.639 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:22:12.640 INFO:teuthology.orchestra.run.smithi070.stdout: Package Arch Version Repository Size 2023-10-16T10:22:12.640 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:22:12.640 INFO:teuthology.orchestra.run.smithi070.stdout:Installing group/module packages: 2023-10-16T10:22:12.640 INFO:teuthology.orchestra.run.smithi070.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-16T10:22:12.640 INFO:teuthology.orchestra.run.smithi070.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-16T10:22:12.641 INFO:teuthology.orchestra.run.smithi070.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-16T10:22:12.641 INFO:teuthology.orchestra.run.smithi070.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-16T10:22:12.641 INFO:teuthology.orchestra.run.smithi070.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-16T10:22:12.641 INFO:teuthology.orchestra.run.smithi070.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-16T10:22:12.641 INFO:teuthology.orchestra.run.smithi070.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-16T10:22:12.641 INFO:teuthology.orchestra.run.smithi070.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-16T10:22:12.642 INFO:teuthology.orchestra.run.smithi070.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-16T10:22:12.642 INFO:teuthology.orchestra.run.smithi070.stdout:Installing dependencies: 2023-10-16T10:22:12.642 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-16T10:22:12.642 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-16T10:22:12.642 INFO:teuthology.orchestra.run.smithi070.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-16T10:22:12.643 INFO:teuthology.orchestra.run.smithi070.stdout:Installing weak dependencies: 2023-10-16T10:22:12.643 INFO:teuthology.orchestra.run.smithi070.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-16T10:22:12.643 INFO:teuthology.orchestra.run.smithi070.stdout:Installing module profiles: 2023-10-16T10:22:12.643 INFO:teuthology.orchestra.run.smithi070.stdout: container-tools/common 2023-10-16T10:22:12.643 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:12.644 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling module streams: 2023-10-16T10:22:12.644 INFO:teuthology.orchestra.run.smithi070.stdout: container-tools rhel8 2023-10-16T10:22:12.644 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:12.644 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction Summary 2023-10-16T10:22:12.644 INFO:teuthology.orchestra.run.smithi070.stdout:================================================================================ 2023-10-16T10:22:12.645 INFO:teuthology.orchestra.run.smithi070.stdout:Install 13 Packages 2023-10-16T10:22:12.645 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:12.645 INFO:teuthology.orchestra.run.smithi070.stdout:Total download size: 26 M 2023-10-16T10:22:12.646 INFO:teuthology.orchestra.run.smithi070.stdout:Installed size: 87 M 2023-10-16T10:22:12.646 INFO:teuthology.orchestra.run.smithi070.stdout:Downloading Packages: 2023-10-16T10:22:13.156 INFO:teuthology.orchestra.run.smithi070.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.3 MB/s | 739 kB 00:00 2023-10-16T10:22:13.221 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-10-16T10:22:13.231 INFO:teuthology.orchestra.run.smithi070.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 505 kB/s | 38 kB 00:00 2023-10-16T10:22:13.265 INFO:teuthology.orchestra.run.smithi070.stdout:(3/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.3 MB/s | 1.0 MB 00:00 2023-10-16T10:22:13.348 INFO:teuthology.orchestra.run.smithi070.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.0 MB/s | 239 kB 00:00 2023-10-16T10:22:13.400 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:22:13.400 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2023-10-16T10:22:13.401 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:22:13.401 INFO:teuthology.orchestra.run.smithi026.stdout:Installing group/module packages: 2023-10-16T10:22:13.401 INFO:teuthology.orchestra.run.smithi026.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-16T10:22:13.401 INFO:teuthology.orchestra.run.smithi026.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-16T10:22:13.401 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-16T10:22:13.402 INFO:teuthology.orchestra.run.smithi026.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-16T10:22:13.402 INFO:teuthology.orchestra.run.smithi026.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-16T10:22:13.402 INFO:teuthology.orchestra.run.smithi026.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-16T10:22:13.402 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-16T10:22:13.402 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-16T10:22:13.403 INFO:teuthology.orchestra.run.smithi026.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-16T10:22:13.403 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2023-10-16T10:22:13.403 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-16T10:22:13.403 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-16T10:22:13.403 INFO:teuthology.orchestra.run.smithi026.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-16T10:22:13.404 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2023-10-16T10:22:13.404 INFO:teuthology.orchestra.run.smithi026.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-16T10:22:13.404 INFO:teuthology.orchestra.run.smithi026.stdout:Installing module profiles: 2023-10-16T10:22:13.404 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools/common 2023-10-16T10:22:13.404 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:13.405 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling module streams: 2023-10-16T10:22:13.405 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools rhel8 2023-10-16T10:22:13.405 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:13.405 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-10-16T10:22:13.405 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T10:22:13.406 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2023-10-16T10:22:13.406 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:13.407 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 26 M 2023-10-16T10:22:13.407 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 87 M 2023-10-16T10:22:13.407 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2023-10-16T10:22:13.432 INFO:teuthology.orchestra.run.smithi070.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 2.1 MB/s | 177 kB 00:00 2023-10-16T10:22:13.491 INFO:teuthology.orchestra.run.smithi070.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-10-16T10:22:13.549 INFO:teuthology.orchestra.run.smithi070.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-10-16T10:22:13.772 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.2 MB/s | 739 kB 00:00 2023-10-16T10:22:13.839 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 569 kB/s | 38 kB 00:00 2023-10-16T10:22:13.872 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 2.3 MB/s | 1.0 MB 00:00 2023-10-16T10:22:13.931 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.5 MB/s | 239 kB 00:00 2023-10-16T10:22:14.023 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.9 MB/s | 177 kB 00:00 2023-10-16T10:22:14.082 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2023-10-16T10:22:14.140 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-10-16T10:22:14.183 INFO:teuthology.orchestra.run.smithi070.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 4.1 MB/s | 3.7 MB 00:00 2023-10-16T10:22:14.766 INFO:teuthology.orchestra.run.smithi070.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 4.3 MB/s | 2.5 MB 00:00 2023-10-16T10:22:14.834 INFO:teuthology.orchestra.run.smithi070.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 790 kB/s | 53 kB 00:00 2023-10-16T10:22:14.882 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 3.7 MB/s | 3.7 MB 00:01 2023-10-16T10:22:14.917 INFO:teuthology.orchestra.run.smithi070.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 490 kB/s | 41 kB 00:00 2023-10-16T10:22:15.017 INFO:teuthology.orchestra.run.smithi070.stdout:(12/13): buildah-1.31.3-1.module_el8+664+4072b3 4.0 MB/s | 8.8 MB 00:02 2023-10-16T10:22:15.584 INFO:teuthology.orchestra.run.smithi070.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 4.0 MB/s | 8.1 MB 00:02 2023-10-16T10:22:15.585 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2023-10-16T10:22:15.585 INFO:teuthology.orchestra.run.smithi070.stdout:Total 8.7 MB/s | 26 MB 00:02 2023-10-16T10:22:15.627 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 3.4 MB/s | 2.5 MB 00:00 2023-10-16T10:22:15.691 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 821 kB/s | 53 kB 00:00 2023-10-16T10:22:15.825 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): buildah-1.31.3-1.module_el8+664+4072b3 3.7 MB/s | 8.8 MB 00:02 2023-10-16T10:22:15.847 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction check 2023-10-16T10:22:15.868 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction check succeeded. 2023-10-16T10:22:15.868 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction test 2023-10-16T10:22:15.874 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 224 kB/s | 41 kB 00:00 2023-10-16T10:22:16.121 INFO:teuthology.orchestra.run.smithi070.stdout:Transaction test succeeded. 2023-10-16T10:22:16.125 INFO:teuthology.orchestra.run.smithi070.stdout:Running transaction 2023-10-16T10:22:16.351 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 3.7 MB/s | 8.1 MB 00:02 2023-10-16T10:22:16.351 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2023-10-16T10:22:16.351 INFO:teuthology.orchestra.run.smithi026.stdout:Total 8.7 MB/s | 26 MB 00:02 2023-10-16T10:22:16.639 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2023-10-16T10:22:16.663 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2023-10-16T10:22:16.663 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2023-10-16T10:22:16.840 INFO:teuthology.orchestra.run.smithi070.stdout: Preparing : 1/1 2023-10-16T10:22:16.933 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2023-10-16T10:22:16.937 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2023-10-16T10:22:17.032 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-16T10:22:17.211 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-16T10:22:17.437 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-16T10:22:17.645 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2023-10-16T10:22:17.646 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-16T10:22:17.887 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-16T10:22:18.095 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-16T10:22:18.199 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-16T10:22:18.325 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-16T10:22:18.598 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-16T10:22:19.147 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-16T10:22:19.207 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-16T10:22:19.400 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-16T10:22:19.581 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-16T10:22:19.873 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-16T10:22:20.229 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-16T10:22:20.281 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-16T10:22:20.475 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-16T10:22:20.722 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-16T10:22:21.153 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-16T10:22:21.283 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-16T10:22:21.408 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-16T10:22:21.626 INFO:teuthology.orchestra.run.smithi070.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-16T10:22:21.728 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-16T10:22:22.030 INFO:teuthology.orchestra.run.smithi070.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-16T10:22:22.030 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-16T10:22:22.031 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-16T10:22:22.031 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-16T10:22:22.031 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-16T10:22:22.031 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-16T10:22:22.031 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-16T10:22:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-16T10:22:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-16T10:22:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-16T10:22:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-16T10:22:22.032 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-16T10:22:22.033 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-16T10:22:22.724 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-16T10:22:22.920 INFO:teuthology.orchestra.run.smithi070.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-16T10:22:22.920 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:22.920 INFO:teuthology.orchestra.run.smithi070.stdout:Installed: 2023-10-16T10:22:22.920 INFO:teuthology.orchestra.run.smithi070.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-16T10:22:22.920 INFO:teuthology.orchestra.run.smithi070.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-16T10:22:22.921 INFO:teuthology.orchestra.run.smithi070.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-16T10:22:22.921 INFO:teuthology.orchestra.run.smithi070.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-16T10:22:22.921 INFO:teuthology.orchestra.run.smithi070.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-16T10:22:22.921 INFO:teuthology.orchestra.run.smithi070.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-16T10:22:22.921 INFO:teuthology.orchestra.run.smithi070.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-16T10:22:22.922 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-16T10:22:22.922 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-16T10:22:22.922 INFO:teuthology.orchestra.run.smithi070.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-16T10:22:22.922 INFO:teuthology.orchestra.run.smithi070.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-16T10:22:22.922 INFO:teuthology.orchestra.run.smithi070.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-16T10:22:22.923 INFO:teuthology.orchestra.run.smithi070.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-16T10:22:22.923 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:22:22.923 INFO:teuthology.orchestra.run.smithi070.stdout:Complete! 2023-10-16T10:22:22.972 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-16T10:22:23.201 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-16T10:22:23.271 DEBUG:teuthology.parallel:result is None 2023-10-16T10:22:23.707 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-16T10:22:23.707 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-16T10:22:23.707 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-16T10:22:23.708 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-16T10:22:23.708 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-16T10:22:23.708 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-16T10:22:23.708 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-16T10:22:23.709 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-16T10:22:23.709 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-16T10:22:23.709 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-16T10:22:23.709 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-16T10:22:23.709 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-16T10:22:23.710 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-16T10:22:24.603 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-16T10:22:24.603 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:24.603 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2023-10-16T10:22:24.603 INFO:teuthology.orchestra.run.smithi026.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-16T10:22:24.604 INFO:teuthology.orchestra.run.smithi026.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-16T10:22:24.604 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-16T10:22:24.604 INFO:teuthology.orchestra.run.smithi026.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-16T10:22:24.604 INFO:teuthology.orchestra.run.smithi026.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-16T10:22:24.604 INFO:teuthology.orchestra.run.smithi026.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-16T10:22:24.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-16T10:22:24.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-16T10:22:24.605 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-16T10:22:24.605 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-16T10:22:24.605 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-16T10:22:24.606 INFO:teuthology.orchestra.run.smithi026.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-16T10:22:24.606 INFO:teuthology.orchestra.run.smithi026.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-16T10:22:24.606 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:22:24.606 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-10-16T10:22:24.993 DEBUG:teuthology.parallel:result is None 2023-10-16T10:22:24.993 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-16T10:22:25.075 INFO:tasks.cephadm:Config: {'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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'bcf5b23faa7fe51d364c0e949f01773ae6822e01'} 2023-10-16T10:22:25.076 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T10:22:25.076 INFO:tasks.cephadm:Cluster fsid is e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:22:25.077 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-16T10:22:25.077 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.26', 'mon.b': '172.21.15.70'} 2023-10-16T10:22:25.077 INFO:tasks.cephadm:First mon is mon.a on smithi026 2023-10-16T10:22:25.078 INFO:tasks.cephadm:First mgr is x 2023-10-16T10:22:25.078 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-16T10:22:25.078 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2023-10-16T10:22:25.116 DEBUG:teuthology.orchestra.run.smithi070:> sudo hostname $(hostname -s) 2023-10-16T10:22:25.151 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-16T10:22:25.151 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T10:22:25.294 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bcf5b23faa7fe51d364c0e949f01773ae6822e01', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73323/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6722-gbcf5b23f', 'node_name': '172.21.4.63+confusa01', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6722.gbcf5b23f'}, 'url': 'https://4.chacra.ceph.com/r/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-13 19:20:32.181657', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/flavors/default/', 'archs': ['source', 'x86_64', 'arm64'], 'distro': 'centos'}] 2023-10-16T10:22:25.523 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref main, sha1 bcf5b23faa7fe51d364c0e949f01773ae6822e01 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T10:22:25.524 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/x86_64/flavors/default/cephadm 2023-10-16T10:22:25.525 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-16T10:22:26.169 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 16 10:22 /home/ubuntu/cephtest/cephadm 2023-10-16T10:22:26.169 DEBUG:teuthology.orchestra.run.smithi070:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/main/bcf5b23faa7fe51d364c0e949f01773ae6822e01/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-16T10:22:26.531 INFO:teuthology.orchestra.run.smithi070.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 16 10:22 /home/ubuntu/cephtest/cephadm 2023-10-16T10:22:26.532 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-16T10:22:26.558 DEBUG:teuthology.orchestra.run.smithi070:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-16T10:22:26.590 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 on all hosts... 2023-10-16T10:22:26.590 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 pull 2023-10-16T10:22:26.600 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 pull 2023-10-16T10:22:28.261 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T10:22:28.368 INFO:teuthology.orchestra.run.smithi070.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T10:22:57.493 INFO:teuthology.orchestra.run.smithi070.stdout:{ 2023-10-16T10:22:57.493 INFO:teuthology.orchestra.run.smithi070.stdout: "ceph_version": "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)", 2023-10-16T10:22:57.494 INFO:teuthology.orchestra.run.smithi070.stdout: "image_id": "432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59", 2023-10-16T10:22:57.494 INFO:teuthology.orchestra.run.smithi070.stdout: "repo_digests": [ 2023-10-16T10:22:57.494 INFO:teuthology.orchestra.run.smithi070.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1" 2023-10-16T10:22:57.494 INFO:teuthology.orchestra.run.smithi070.stdout: ] 2023-10-16T10:22:57.494 INFO:teuthology.orchestra.run.smithi070.stdout:} 2023-10-16T10:22:57.968 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2023-10-16T10:22:57.968 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph_version": "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)", 2023-10-16T10:22:57.968 INFO:teuthology.orchestra.run.smithi026.stdout: "image_id": "432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59", 2023-10-16T10:22:57.969 INFO:teuthology.orchestra.run.smithi026.stdout: "repo_digests": [ 2023-10-16T10:22:57.969 INFO:teuthology.orchestra.run.smithi026.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1" 2023-10-16T10:22:57.969 INFO:teuthology.orchestra.run.smithi026.stdout: ] 2023-10-16T10:22:57.969 INFO:teuthology.orchestra.run.smithi026.stdout:} 2023-10-16T10:22:57.995 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2023-10-16T10:22:58.032 DEBUG:teuthology.orchestra.run.smithi070:> sudo mkdir -p /etc/ceph 2023-10-16T10:22:58.065 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2023-10-16T10:22:58.108 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 777 /etc/ceph 2023-10-16T10:22:58.136 INFO:tasks.cephadm:Writing seed config... 2023-10-16T10:22:58.137 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-16T10:22:58.138 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-16T10:22:58.138 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-16T10:22:58.138 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-16T10:22:58.139 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-16T10:22:58.139 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-16T10:22:58.139 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-16T10:22:58.140 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:22:58.140 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-16T10:22:58.172 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log 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 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 = e6643bec-6c0d-11ee-8db6-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-10-16T10:22:58.173 DEBUG:teuthology.orchestra.run.smithi026:mon.a> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.a.service 2023-10-16T10:22:58.214 DEBUG:teuthology.orchestra.run.smithi026:mgr.x> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mgr.x.service 2023-10-16T10:22:58.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:-- Logs begin at Mon 2023-10-16 10:13:05 UTC. -- 2023-10-16T10:22:58.250 INFO:tasks.cephadm:Bootstrapping... 2023-10-16T10:22:58.250 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 -v bootstrap --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-16T10:22:58.283 INFO:journalctl@ceph.mgr.x.smithi026.stdout:-- Logs begin at Mon 2023-10-16 10:13:05 UTC. -- 2023-10-16T10:22:58.445 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2023-10-16T10:22:58.445 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01', '-v', 'bootstrap', '--fsid', 'e6643bec-6c0d-11ee-8db6-212e2dc638e7', '--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-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.26', '--skip-admin-label'] 2023-10-16T10:22:58.478 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.6.1 2023-10-16T10:22:58.478 INFO:teuthology.orchestra.run.smithi026.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-16T10:22:58.479 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying podman|docker is present... 2023-10-16T10:22:58.512 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.6.1 2023-10-16T10:22:58.512 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying lvm2 is present... 2023-10-16T10:22:58.512 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying time synchronization is in place... 2023-10-16T10:22:58.520 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-16T10:22:58.520 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-16T10:22:58.526 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-16T10:22:58.526 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T10:22:58.533 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2023-10-16T10:22:58.540 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2023-10-16T10:22:58.540 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2023-10-16T10:22:58.540 INFO:teuthology.orchestra.run.smithi026.stdout:Repeating the final host check... 2023-10-16T10:22:58.575 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.6.1 2023-10-16T10:22:58.575 INFO:teuthology.orchestra.run.smithi026.stdout:podman (/bin/podman) version 4.6.1 is present 2023-10-16T10:22:58.575 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl is present 2023-10-16T10:22:58.576 INFO:teuthology.orchestra.run.smithi026.stdout:lvcreate is present 2023-10-16T10:22:58.582 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-16T10:22:58.582 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-16T10:22:58.588 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-16T10:22:58.589 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T10:22:58.595 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2023-10-16T10:22:58.602 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2023-10-16T10:22:58.602 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2023-10-16T10:22:58.603 INFO:teuthology.orchestra.run.smithi026.stdout:Host looks OK 2023-10-16T10:22:58.603 INFO:teuthology.orchestra.run.smithi026.stdout:Cluster fsid: e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:22:58.603 INFO:teuthology.orchestra.run.smithi026.stdout:Acquiring lock 140177825645848 on /run/cephadm/e6643bec-6c0d-11ee-8db6-212e2dc638e7.lock 2023-10-16T10:22:58.604 INFO:teuthology.orchestra.run.smithi026.stdout:Lock 140177825645848 acquired on /run/cephadm/e6643bec-6c0d-11ee-8db6-212e2dc638e7.lock 2023-10-16T10:22:58.604 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 3300 ... 2023-10-16T10:22:58.604 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 6789 ... 2023-10-16T10:22:58.604 INFO:teuthology.orchestra.run.smithi026.stdout:Base mon IP(s) is [172.21.15.26:3300, 172.21.15.26:6789], mon addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2023-10-16T10:22:58.608 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.26 metric 100 2023-10-16T10:22:58.608 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2023-10-16T10:22:58.611 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-16T10:22:58.611 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-16T10:22:58.611 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1757sec hoplimit 64 pref medium 2023-10-16T10:22:58.614 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-16T10:22:58.614 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-16T10:22:58.614 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-16T10:22:58.615 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-16T10:22:58.615 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link 2023-10-16T10:22:58.615 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-16T10:22:58.616 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2023-10-16T10:22:58.616 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2023-10-16T10:22:58.616 INFO:teuthology.orchestra.run.smithi026.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-16T10:22:58.616 INFO:teuthology.orchestra.run.smithi026.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-16T10:22:58.617 INFO:teuthology.orchestra.run.smithi026.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T10:22:58.969 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59 2023-10-16T10:22:58.969 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T10:22:58.970 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Getting image source signatures 2023-10-16T10:22:58.970 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:25f8560b6973af9a3daf955d9b9e6da1ff2fb3e3d3744dd7eb4b11eccba8549a 2023-10-16T10:22:58.970 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:8ed15414cb45b8b895a21f106743ceee45272cee0d9e7e5b1f49bd1e877e4a11 2023-10-16T10:22:58.970 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying config sha256:432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59 2023-10-16T10:22:58.971 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-16T10:22:59.647 INFO:teuthology.orchestra.run.smithi026.stdout:ceph: stdout ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev) 2023-10-16T10:22:59.647 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph version: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev) 2023-10-16T10:22:59.647 INFO:teuthology.orchestra.run.smithi026.stdout:Extracting ceph user uid/gid from container image... 2023-10-16T10:23:00.209 INFO:teuthology.orchestra.run.smithi026.stdout:stat: stdout 167 167 2023-10-16T10:23:00.210 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial keys... 2023-10-16T10:23:00.774 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQAEDy1lb86EGRAASE0aokUQ+r2rv9+e6B0KKQ== 2023-10-16T10:23:01.310 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQAEDy1llyQWORAAFKeJxFZe+TxKSGR3IsV3yQ== 2023-10-16T10:23:01.883 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQAFDy1lZmEZHhAAbIcRXF/LIUwhoHKZdDZNJg== 2023-10-16T10:23:01.884 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial monmap... 2023-10-16T10:23:02.463 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-16T10:23:02.463 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-16T10:23:02.463 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:02.464 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-16T10:23:02.464 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool for a [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-16T10:23:02.464 INFO:teuthology.orchestra.run.smithi026.stdout:setting min_mon_release = pacific 2023-10-16T10:23:02.464 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: set fsid to e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:02.464 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-16T10:23:02.465 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:02.465 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mon... 2023-10-16T10:23:03.057 INFO:teuthology.orchestra.run.smithi026.stdout:create mon.a on 2023-10-16T10:23:03.304 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-16T10:23:03.446 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7.target. 2023-10-16T10:23:03.447 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7.target. 2023-10-16T10:23:03.642 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.a 2023-10-16T10:23:03.643 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.a.service: Unit ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.a.service not loaded. 2023-10-16T10:23:03.750 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7.target.wants/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@.service. 2023-10-16T10:23:04.146 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T10:23:04.147 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T10:23:04.155 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T10:23:04.156 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T10:23:04.156 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T10:23:04.156 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2023-10-16T10:23:04.157 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon to start... 2023-10-16T10:23:04.157 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon... 2023-10-16T10:23:04.427 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:04 smithi026 ceph-mon[107716]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-16T10:23:05.024 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout cluster: 2023-10-16T10:23:05.024 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout id: e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:05.024 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-16T10:23:05.025 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:05.025 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout services: 2023-10-16T10:23:05.025 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.472049s) 2023-10-16T10:23:05.025 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-16T10:23:05.025 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-16T10:23:05.026 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:05.026 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout data: 2023-10-16T10:23:05.026 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-16T10:23:05.026 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-16T10:23:05.026 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-16T10:23:05.027 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pgs: 2023-10-16T10:23:05.027 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:05.027 INFO:teuthology.orchestra.run.smithi026.stdout:mon is available 2023-10-16T10:23:05.027 INFO:teuthology.orchestra.run.smithi026.stdout:Assimilating anything we can from ceph.conf... 2023-10-16T10:23:05.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:05 smithi026 ceph-mon[107716]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-16T10:23:05.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:05 smithi026 ceph-mon[107716]: monmap e1: 1 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-10-16T10:23:05.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:05 smithi026 ceph-mon[107716]: fsmap 2023-10-16T10:23:05.197 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:05 smithi026 ceph-mon[107716]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T10:23:05.198 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:05 smithi026 ceph-mon[107716]: mgrmap e1: no daemons active 2023-10-16T10:23:05.198 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:05 smithi026 ceph-mon[107716]: from='client.? 172.21.15.26:0/4170354889' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-16T10:23:05.848 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:05.849 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2023-10-16T10:23:05.849 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:05.849 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2023-10-16T10:23:05.849 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-16T10:23:05.850 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-16T10:23:05.850 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-16T10:23:05.850 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-16T10:23:05.850 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:05.851 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-16T10:23:05.851 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-16T10:23:05.851 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:05.851 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2023-10-16T10:23:05.851 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-16T10:23:05.851 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-16T10:23:05.852 INFO:teuthology.orchestra.run.smithi026.stdout:Generating new minimal ceph.conf... 2023-10-16T10:23:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:06 smithi026 ceph-mon[107716]: from='client.? 172.21.15.26:0/1346812291' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T10:23:06.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:06 smithi026 ceph-mon[107716]: from='client.? 172.21.15.26:0/1346812291' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-16T10:23:06.714 INFO:teuthology.orchestra.run.smithi026.stdout:Restarting the monitor... 2023-10-16T10:23:06.924 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:06 smithi026 systemd[1]: Stopping Ceph mon.a for e6643bec-6c0d-11ee-8db6-212e2dc638e7... 2023-10-16T10:23:07.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:06 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mon-a[107712]: 2023-10-16T10:23:06.922+0000 7fa074aa3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-10-16T10:23:07.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:06 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mon-a[107712]: 2023-10-16T10:23:06.922+0000 7fa074aa3700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-16T10:23:07.629 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 bash[107967]: ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mon-a 2023-10-16T10:23:07.904 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 systemd[1]: ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.a.service: Succeeded. 2023-10-16T10:23:07.905 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 systemd[1]: Stopped Ceph mon.a for e6643bec-6c0d-11ee-8db6-212e2dc638e7. 2023-10-16T10:23:07.905 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 systemd[1]: Starting Ceph mon.a for e6643bec-6c0d-11ee-8db6-212e2dc638e7... 2023-10-16T10:23:07.974 INFO:teuthology.orchestra.run.smithi026.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-16T10:23:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 bash[108077]: 198e07d68a89faadc86668413730ab997815d1b02906570a8021614f04070467 2023-10-16T10:23:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 systemd[1]: Started Ceph mon.a for e6643bec-6c0d-11ee-8db6-212e2dc638e7. 2023-10-16T10:23:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: set uid:gid to 167:167 (ceph:ceph) 2023-10-16T10:23:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev), process ceph-mon, pid 2 2023-10-16T10:23:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: pidfile_write: ignore empty --pid-file 2023-10-16T10:23:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: load: jerasure load: lrc 2023-10-16T10:23:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: RocksDB version: 7.9.2 2023-10-16T10:23:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Git sha 0 2023-10-16T10:23:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Compile date 2023-10-13 16:26:16 2023-10-16T10:23:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: DB SUMMARY 2023-10-16T10:23:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: DB Session ID: HOH3AEAXASE6JV2YH57J 2023-10-16T10:23:08.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: CURRENT file: CURRENT 2023-10-16T10:23:08.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: IDENTITY file: IDENTITY 2023-10-16T10:23:08.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-16T10:23:08.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-10-16T10:23:08.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 81748 ; 2023-10-16T10:23:08.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.error_if_exists: 0 2023-10-16T10:23:08.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.create_if_missing: 0 2023-10-16T10:23:08.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.paranoid_checks: 1 2023-10-16T10:23:08.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-16T10:23:08.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-16T10:23:08.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-16T10:23:08.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.env: 0x559bd89e8da0 2023-10-16T10:23:08.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.fs: PosixFileSystem 2023-10-16T10:23:08.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.info_log: 0x559bd95235e0 2023-10-16T10:23:08.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_file_opening_threads: 16 2023-10-16T10:23:08.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.statistics: (nil) 2023-10-16T10:23:08.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.use_fsync: 0 2023-10-16T10:23:08.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_log_file_size: 0 2023-10-16T10:23:08.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-16T10:23:08.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-16T10:23:08.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.keep_log_file_num: 1000 2023-10-16T10:23:08.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.recycle_log_file_num: 0 2023-10-16T10:23:08.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.allow_fallocate: 1 2023-10-16T10:23:08.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.allow_mmap_reads: 0 2023-10-16T10:23:08.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.allow_mmap_writes: 0 2023-10-16T10:23:08.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.use_direct_reads: 0 2023-10-16T10:23:08.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-16T10:23:08.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.create_missing_column_families: 0 2023-10-16T10:23:08.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.db_log_dir: 2023-10-16T10:23:08.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.wal_dir: 2023-10-16T10:23:08.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-16T10:23:08.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-16T10:23:08.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-16T10:23:08.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-16T10:23:08.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-16T10:23:08.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-16T10:23:08.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.advise_random_on_open: 1 2023-10-16T10:23:08.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.db_write_buffer_size: 0 2023-10-16T10:23:08.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.write_buffer_manager: 0x559bd94db360 2023-10-16T10:23:08.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-16T10:23:08.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-16T10:23:08.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-16T10:23:08.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.rate_limiter: (nil) 2023-10-16T10:23:08.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-16T10:23:08.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.wal_recovery_mode: 2 2023-10-16T10:23:08.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.enable_thread_tracking: 0 2023-10-16T10:23:08.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.enable_pipelined_write: 0 2023-10-16T10:23:08.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.unordered_write: 0 2023-10-16T10:23:08.243 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-16T10:23:08.243 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-16T10:23:08.243 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-16T10:23:08.243 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-16T10:23:08.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.row_cache: None 2023-10-16T10:23:08.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.wal_filter: None 2023-10-16T10:23:08.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-16T10:23:08.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.allow_ingest_behind: 0 2023-10-16T10:23:08.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.two_write_queues: 0 2023-10-16T10:23:08.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.manual_wal_flush: 0 2023-10-16T10:23:08.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.wal_compression: 0 2023-10-16T10:23:08.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.atomic_flush: 0 2023-10-16T10:23:08.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-16T10:23:08.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-16T10:23:08.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-16T10:23:08.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.log_readahead_size: 0 2023-10-16T10:23:08.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-16T10:23:08.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.best_efforts_recovery: 0 2023-10-16T10:23:08.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-16T10:23:08.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-16T10:23:08.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.allow_data_in_errors: 0 2023-10-16T10:23:08.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.db_host_id: __hostname__ 2023-10-16T10:23:08.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-16T10:23:08.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_background_jobs: 2 2023-10-16T10:23:08.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_background_compactions: -1 2023-10-16T10:23:08.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_subcompactions: 1 2023-10-16T10:23:08.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-16T10:23:08.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-16T10:23:08.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-16T10:23:08.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_total_wal_size: 0 2023-10-16T10:23:08.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-16T10:23:08.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-16T10:23:08.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-16T10:23:08.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-16T10:23:08.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_open_files: -1 2023-10-16T10:23:08.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bytes_per_sync: 0 2023-10-16T10:23:08.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-16T10:23:08.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-16T10:23:08.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_readahead_size: 0 2023-10-16T10:23:08.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_background_flushes: -1 2023-10-16T10:23:08.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Compression algorithms supported: 2023-10-16T10:23:08.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-16T10:23:08.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kZSTD supported: 0 2023-10-16T10:23:08.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kXpressCompression supported: 0 2023-10-16T10:23:08.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kLZ4HCCompression supported: 1 2023-10-16T10:23:08.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kZlibCompression supported: 1 2023-10-16T10:23:08.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kSnappyCompression supported: 1 2023-10-16T10:23:08.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kLZ4Compression supported: 1 2023-10-16T10:23:08.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: kBZip2Compression supported: 0 2023-10-16T10:23:08.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-16T10:23:08.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-16T10:23:08.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-10-16T10:23:08.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-16T10:23:08.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-16T10:23:08.255 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.merge_operator: 2023-10-16T10:23:08.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_filter: None 2023-10-16T10:23:08.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_filter_factory: None 2023-10-16T10:23:08.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.sst_partitioner_factory: None 2023-10-16T10:23:08.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-16T10:23:08.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-16T10:23:08.256 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559bd95236e0) 2023-10-16T10:23:08.257 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks: 1 2023-10-16T10:23:08.257 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-16T10:23:08.257 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-16T10:23:08.257 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_top_level_index_and_filter: 1 2023-10-16T10:23:08.257 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_type: 0 2023-10-16T10:23:08.258 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_index_type: 0 2023-10-16T10:23:08.258 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_shortening: 1 2023-10-16T10:23:08.258 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-16T10:23:08.258 INFO:journalctl@ceph.mon.a.smithi026.stdout: checksum: 4 2023-10-16T10:23:08.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: no_block_cache: 0 2023-10-16T10:23:08.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache: 0x559bd95791f0 2023-10-16T10:23:08.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_name: BinnedLRUCache 2023-10-16T10:23:08.259 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_options: 2023-10-16T10:23:08.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: capacity : 536870912 2023-10-16T10:23:08.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_shard_bits : 4 2023-10-16T10:23:08.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: strict_capacity_limit : 0 2023-10-16T10:23:08.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: high_pri_pool_ratio: 0.000 2023-10-16T10:23:08.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_compressed: (nil) 2023-10-16T10:23:08.260 INFO:journalctl@ceph.mon.a.smithi026.stdout: persistent_cache: (nil) 2023-10-16T10:23:08.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size: 4096 2023-10-16T10:23:08.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size_deviation: 10 2023-10-16T10:23:08.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_restart_interval: 16 2023-10-16T10:23:08.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_block_restart_interval: 1 2023-10-16T10:23:08.261 INFO:journalctl@ceph.mon.a.smithi026.stdout: metadata_block_size: 4096 2023-10-16T10:23:08.262 INFO:journalctl@ceph.mon.a.smithi026.stdout: partition_filters: 0 2023-10-16T10:23:08.262 INFO:journalctl@ceph.mon.a.smithi026.stdout: use_delta_encoding: 1 2023-10-16T10:23:08.262 INFO:journalctl@ceph.mon.a.smithi026.stdout: filter_policy: bloomfilter 2023-10-16T10:23:08.262 INFO:journalctl@ceph.mon.a.smithi026.stdout: whole_key_filtering: 1 2023-10-16T10:23:08.262 INFO:journalctl@ceph.mon.a.smithi026.stdout: verify_compression: 0 2023-10-16T10:23:08.263 INFO:journalctl@ceph.mon.a.smithi026.stdout: read_amp_bytes_per_bit: 0 2023-10-16T10:23:08.263 INFO:journalctl@ceph.mon.a.smithi026.stdout: format_version: 5 2023-10-16T10:23:08.263 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_index_compression: 1 2023-10-16T10:23:08.263 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_align: 0 2023-10-16T10:23:08.264 INFO:journalctl@ceph.mon.a.smithi026.stdout: max_auto_readahead_size: 262144 2023-10-16T10:23:08.264 INFO:journalctl@ceph.mon.a.smithi026.stdout: prepopulate_block_cache: 0 2023-10-16T10:23:08.264 INFO:journalctl@ceph.mon.a.smithi026.stdout: initial_auto_readahead_size: 8192 2023-10-16T10:23:08.265 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_file_reads_for_auto_readahead: 2 2023-10-16T10:23:08.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.write_buffer_size: 33554432 2023-10-16T10:23:08.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_write_buffer_number: 2 2023-10-16T10:23:08.265 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression: NoCompression 2023-10-16T10:23:08.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression: Disabled 2023-10-16T10:23:08.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.prefix_extractor: nullptr 2023-10-16T10:23:08.266 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-16T10:23:08.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.num_levels: 7 2023-10-16T10:23:08.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-16T10:23:08.267 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-16T10:23:08.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-16T10:23:08.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-16T10:23:08.268 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-16T10:23:08.269 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-16T10:23:08.269 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-16T10:23:08.269 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-16T10:23:08.270 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-16T10:23:08.270 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-16T10:23:08.270 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-16T10:23:08.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-16T10:23:08.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-16T10:23:08.271 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.level: 32767 2023-10-16T10:23:08.272 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.strategy: 0 2023-10-16T10:23:08.273 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-16T10:23:08.274 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-16T10:23:08.274 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-16T10:23:08.274 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-16T10:23:08.275 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.enabled: false 2023-10-16T10:23:08.275 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-16T10:23:08.275 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-16T10:23:08.275 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-16T10:23:08.276 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-16T10:23:08.276 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.target_file_size_base: 67108864 2023-10-16T10:23:08.276 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-16T10:23:08.276 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-16T10:23:08.276 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-16T10:23:08.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-16T10:23:08.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-16T10:23:08.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-16T10:23:08.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-16T10:23:08.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-16T10:23:08.277 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-16T10:23:08.278 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-16T10:23:08.278 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-16T10:23:08.278 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-16T10:23:08.278 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-16T10:23:08.278 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-16T10:23:08.279 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.arena_block_size: 1048576 2023-10-16T10:23:08.279 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-16T10:23:08.279 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-16T10:23:08.279 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.disable_auto_compactions: 0 2023-10-16T10:23:08.279 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-16T10:23:08.280 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-16T10:23:08.280 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-16T10:23:08.280 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-16T10:23:08.280 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-16T10:23:08.280 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-16T10:23:08.281 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-16T10:23:08.281 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-16T10:23:08.281 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-16T10:23:08.281 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-16T10:23:08.281 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.table_properties_collectors: 2023-10-16T10:23:08.282 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.inplace_update_support: 0 2023-10-16T10:23:08.282 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-16T10:23:08.282 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-16T10:23:08.282 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-16T10:23:08.282 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-16T10:23:08.283 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.bloom_locality: 0 2023-10-16T10:23:08.283 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.max_successive_merges: 0 2023-10-16T10:23:08.283 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-16T10:23:08.283 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.paranoid_file_checks: 0 2023-10-16T10:23:08.283 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.force_consistency_checks: 1 2023-10-16T10:23:08.284 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.report_bg_io_stats: 0 2023-10-16T10:23:08.284 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.ttl: 2592000 2023-10-16T10:23:08.284 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-16T10:23:08.284 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-16T10:23:08.284 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-16T10:23:08.285 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.enable_blob_files: false 2023-10-16T10:23:08.285 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.min_blob_size: 0 2023-10-16T10:23:08.285 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.blob_file_size: 268435456 2023-10-16T10:23:08.285 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-16T10:23:08.285 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-16T10:23:08.286 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-16T10:23:08.286 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-16T10:23:08.286 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-16T10:23:08.286 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.blob_file_starting_level: 0 2023-10-16T10:23:08.286 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-16T10:23:08.287 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-10-16T10:23:08.287 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-16T10:23:08.287 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d38b9cb9-3aa1-4c5a-8d40-bde6666cd28e 2023-10-16T10:23:08.287 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697451787985102, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-16T10:23:08.288 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-16T10:23:08.288 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697451787986667, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 78619, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 241, "table_properties": {"data_size": 76863, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 71319, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 204, "num_filter_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "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; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1697451787, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d38b9cb9-3aa1-4c5a-8d40-bde6666cd28e", "db_session_id": "HOH3AEAXASE6JV2YH57J", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-16T10:23:08.288 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697451787986789, "job": 1, "event": "recovery_finished"} 2023-10-16T10:23:08.288 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-16T10:23:08.288 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-16T10:23:08.289 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559bd9616000 2023-10-16T10:23:08.289 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: DB pointer 0x559bd9602000 2023-10-16T10:23:08.289 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-16T10:23:08.289 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-16T10:23:08.289 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** DB Stats ** 2023-10-16T10:23:08.290 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T10:23:08.290 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-16T10:23:08.291 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T10:23:08.291 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T10:23:08.291 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-16T10:23:08.291 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T10:23:08.292 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T10:23:08.292 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2023-10-16T10:23:08.292 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2023-10-16T10:23:08.292 INFO:journalctl@ceph.mon.a.smithi026.stdout: 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 Rblob(GB) Wblob(GB) 2023-10-16T10:23:08.292 INFO:journalctl@ceph.mon.a.smithi026.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-16T10:23:08.292 INFO:journalctl@ceph.mon.a.smithi026.stdout: L0 2/0 78.61 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T10:23:08.293 INFO:journalctl@ceph.mon.a.smithi026.stdout: Sum 2/0 78.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T10:23:08.293 INFO:journalctl@ceph.mon.a.smithi026.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 82.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T10:23:08.293 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2023-10-16T10:23:08.293 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2023-10-16T10:23:08.293 INFO:journalctl@ceph.mon.a.smithi026.stdout: 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 Rblob(GB) Wblob(GB) 2023-10-16T10:23:08.294 INFO:journalctl@ceph.mon.a.smithi026.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-16T10:23:08.294 INFO:journalctl@ceph.mon.a.smithi026.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 82.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T10:23:08.294 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2023-10-16T10:23:08.295 INFO:journalctl@ceph.mon.a.smithi026.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-16T10:23:08.295 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2023-10-16T10:23:08.295 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T10:23:08.295 INFO:journalctl@ceph.mon.a.smithi026.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-16T10:23:08.295 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-16T10:23:08.296 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-16T10:23:08.296 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-16T10:23:08.296 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-16T10:23:08.296 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative compaction: 0.00 GB write, 14.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T10:23:08.297 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval compaction: 0.00 GB write, 14.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T10:23:08.297 INFO:journalctl@ceph.mon.a.smithi026.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-16T10:23:08.297 INFO:journalctl@ceph.mon.a.smithi026.stdout: Block cache BinnedLRUCache@0x559bd95791f0#2 capacity: 512.00 MB usage: 1.12 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2023-10-16T10:23:08.298 INFO:journalctl@ceph.mon.a.smithi026.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-16T10:23:08.298 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2023-10-16T10:23:08.298 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-16T10:23:08.299 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: starting mon.a rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:08.299 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???) e1 preinit fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:08.299 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).mds e1 new map 2023-10-16T10:23:08.299 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).mds e1 print_map 2023-10-16T10:23:08.299 INFO:journalctl@ceph.mon.a.smithi026.stdout: e1 2023-10-16T10:23:08.300 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-16T10:23:08.300 INFO:journalctl@ceph.mon.a.smithi026.stdout: default 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,11=minor log segments} 2023-10-16T10:23:08.300 INFO:journalctl@ceph.mon.a.smithi026.stdout: legacy client fscid: -1 2023-10-16T10:23:08.300 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2023-10-16T10:23:08.301 INFO:journalctl@ceph.mon.a.smithi026.stdout: No filesystems configured 2023-10-16T10:23:08.301 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-16T10:23:08.301 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T10:23:08.301 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T10:23:08.302 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T10:23:08.302 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-16T10:23:08.302 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expand map: {default=false} 2023-10-16T10:23:08.302 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta from 'false' to 'false' 2023-10-16T10:23:08.302 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expanded map: {default=false} 2023-10-16T10:23:08.303 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expand map: {default=info} 2023-10-16T10:23:08.303 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta from 'info' to 'info' 2023-10-16T10:23:08.303 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expanded map: {default=info} 2023-10-16T10:23:08.303 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expand map: {default=daemon} 2023-10-16T10:23:08.303 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-16T10:23:08.303 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expanded map: {default=daemon} 2023-10-16T10:23:08.304 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expand map: {default=debug} 2023-10-16T10:23:08.304 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta from 'debug' to 'debug' 2023-10-16T10:23:08.304 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:07 smithi026 ceph-mon[108096]: expand_channel_meta expanded map: {default=debug} 2023-10-16T10:23:08.304 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:08 smithi026 ceph-mon[108096]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-16T10:23:08.305 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:08 smithi026 ceph-mon[108096]: monmap e1: 1 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-10-16T10:23:08.305 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:08 smithi026 ceph-mon[108096]: fsmap 2023-10-16T10:23:08.305 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:08 smithi026 ceph-mon[108096]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T10:23:08.305 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:08 smithi026 ceph-mon[108096]: mgrmap e1: no daemons active 2023-10-16T10:23:08.789 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-16T10:23:08.808 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-16T10:23:08.808 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mgr... 2023-10-16T10:23:08.809 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-16T10:23:08.810 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-16T10:23:09.043 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mgr.x 2023-10-16T10:23:09.044 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mgr.x.service: Unit ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mgr.x.service not loaded. 2023-10-16T10:23:09.143 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7.target.wants/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mgr.x.service → /etc/systemd/system/ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@.service. 2023-10-16T10:23:09.421 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:09 smithi026 systemd[1]: Starting Ceph mgr.x for e6643bec-6c0d-11ee-8db6-212e2dc638e7... 2023-10-16T10:23:09.680 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:09 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2189571987' entity='client.admin' 2023-10-16T10:23:10.743 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:10 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:10.667+0000 7f6654ace200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-16T10:23:10.759 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T10:23:10.759 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T10:23:10.769 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T10:23:10.769 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T10:23:10.769 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T10:23:10.769 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2023-10-16T10:23:10.778 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T10:23:10.778 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T10:23:10.788 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T10:23:10.788 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T10:23:10.788 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T10:23:10.788 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-10-16T10:23:10.788 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr to start... 2023-10-16T10:23:10.789 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr... 2023-10-16T10:23:11.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:10 smithi026 bash[108306]: c674875e241d8a60fe6183c4721284730fd1433fe7433a6f8676fd236c1afad1 2023-10-16T10:23:11.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:10 smithi026 systemd[1]: Started Ceph mgr.x for e6643bec-6c0d-11ee-8db6-212e2dc638e7. 2023-10-16T10:23:11.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:10 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:10.873+0000 7f6654ace200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-16T10:23:11.692 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:11 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:11.250+0000 7f6654ace200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-16T10:23:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:11 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1419291733' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:23:11.980 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:11 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:11.840+0000 7f6654ace200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-16T10:23:12.173 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:12.173 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:12.173 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "e6643bec-6c0d-11ee-8db6-212e2dc638e7", 2023-10-16T10:23:12.174 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T10:23:12.174 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T10:23:12.174 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T10:23:12.174 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T10:23:12.174 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.175 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T10:23:12.175 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T10:23:12.175 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T10:23:12.175 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:12.175 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T10:23:12.176 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2023-10-16T10:23:12.176 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:12.176 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2023-10-16T10:23:12.176 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T10:23:12.176 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:12.177 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T10:23:12.177 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T10:23:12.177 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.177 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T10:23:12.177 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:12.178 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T10:23:12.178 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T10:23:12.178 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T10:23:12.178 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T10:23:12.181 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T10:23:12.182 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T10:23:12.182 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.182 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T10:23:12.183 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T10:23:12.183 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T10:23:12.183 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T10:23:12.183 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T10:23:12.184 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T10:23:12.184 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T10:23:12.184 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T10:23:12.184 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T10:23:12.184 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T10:23:12.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:12.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T10:23:12.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T10:23:12.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T10:23:12.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T10:23:12.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T10:23:12.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T10:23:12.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T10:23:12.187 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T10:23:12.187 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T10:23:12.187 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:12.187 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:12.187 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.187 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T10:23:12.188 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:12.188 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T10:23:04.182366+0000", 2023-10-16T10:23:12.188 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:12.188 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:12.188 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T10:23:12.189 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:12.189 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (1/15)... 2023-10-16T10:23:12.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:12 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:12.105+0000 7f6654ace200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-16T10:23:12.979 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:12 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:12.582+0000 7f6654ace200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-16T10:23:13.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:13 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:13.408+0000 7f6654ace200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-16T10:23:13.730 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:13 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:13.508+0000 7f6654ace200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-16T10:23:14.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:14.208+0000 7f6654ace200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-16T10:23:14.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:14.306+0000 7f6654ace200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-16T10:23:14.480 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:14.410+0000 7f6654ace200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-16T10:23:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3492474594' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:23:14.979 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:14.672+0000 7f6654ace200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-16T10:23:14.980 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:14.779+0000 7f6654ace200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-16T10:23:14.980 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:14 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:14.889+0000 7f6654ace200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-16T10:23:15.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:15.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:15.049 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "e6643bec-6c0d-11ee-8db6-212e2dc638e7", 2023-10-16T10:23:15.049 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T10:23:15.049 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T10:23:15.049 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T10:23:15.050 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T10:23:15.050 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.050 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T10:23:15.051 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T10:23:15.051 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T10:23:15.051 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:15.051 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T10:23:15.052 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2023-10-16T10:23:15.052 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:15.052 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-10-16T10:23:15.052 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T10:23:15.052 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:15.053 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T10:23:15.053 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T10:23:15.053 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.053 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T10:23:15.053 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:15.054 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T10:23:15.054 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T10:23:15.054 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T10:23:15.054 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T10:23:15.059 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T10:23:15.059 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T10:23:15.060 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.060 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T10:23:15.060 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T10:23:15.060 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T10:23:15.061 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T10:23:15.061 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T10:23:15.061 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T10:23:15.062 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T10:23:15.062 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T10:23:15.062 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T10:23:15.063 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.063 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T10:23:15.063 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:15.063 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T10:23:15.064 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T10:23:15.064 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.064 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T10:23:15.064 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T10:23:15.064 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T10:23:15.065 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T10:23:15.065 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T10:23:15.065 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T10:23:15.065 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T10:23:15.065 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:15.066 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:15.066 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.066 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T10:23:15.066 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:15.066 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T10:23:04.182366+0000", 2023-10-16T10:23:15.067 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:15.067 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:15.067 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T10:23:15.067 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:15.068 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (2/15)... 2023-10-16T10:23:15.338 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:15 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:15.133+0000 7f6654ace200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-16T10:23:15.338 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:15 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:15.241+0000 7f6654ace200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-16T10:23:15.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:15 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:15.451+0000 7f6654ace200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-16T10:23:15.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:15 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:15.550+0000 7f6654ace200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-16T10:23:16.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:16 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:16.412+0000 7f6654ace200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-16T10:23:16.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:16 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:16.633+0000 7f6654ace200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-16T10:23:17.161 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:16 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:16.836+0000 7f6654ace200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-16T10:23:17.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:17 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3063779133' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:23:17.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:17 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:17.617+0000 7f6654ace200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-16T10:23:17.833 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:17.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:17.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "e6643bec-6c0d-11ee-8db6-212e2dc638e7", 2023-10-16T10:23:17.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T10:23:17.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T10:23:17.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T10:23:17.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T10:23:17.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T10:23:17.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T10:23:17.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T10:23:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T10:23:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2023-10-16T10:23:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2023-10-16T10:23:17.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T10:23:17.837 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:17.837 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T10:23:17.837 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T10:23:17.837 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.837 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T10:23:17.838 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:17.838 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T10:23:17.838 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T10:23:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T10:23:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T10:23:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T10:23:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T10:23:17.839 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T10:23:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T10:23:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T10:23:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T10:23:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T10:23:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T10:23:17.841 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T10:23:17.841 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T10:23:17.841 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T10:23:17.841 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.841 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T10:23:17.841 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:17.842 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T10:23:17.842 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T10:23:17.842 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.842 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T10:23:17.842 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T10:23:17.843 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T10:23:17.843 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T10:23:17.844 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T10:23:17.845 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T10:23:17.845 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T10:23:17.845 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:17.845 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:17.845 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.846 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T10:23:17.846 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:17.846 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T10:23:04.182366+0000", 2023-10-16T10:23:17.846 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:17.847 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:17.847 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T10:23:17.847 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:17.847 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (3/15)... 2023-10-16T10:23:18.037 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:17 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:17.826+0000 7f6654ace200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-16T10:23:18.037 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:18.036+0000 7f6654ace200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-16T10:23:18.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:18.167+0000 7f6654ace200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-16T10:23:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: Activating manager daemon x 2023-10-16T10:23:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: mgrmap e2: x(active, starting, since 0.00357377s) 2023-10-16T10:23:19.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T10:23:19.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T10:23:19.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T10:23:19.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:23:19.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-16T10:23:19.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: Manager daemon x is now available 2023-10-16T10:23:19.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-16T10:23:19.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' 2023-10-16T10:23:19.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-16T10:23:19.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' 2023-10-16T10:23:19.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:18 smithi026 ceph-mon[108096]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' 2023-10-16T10:23:20.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:20 smithi026 ceph-mon[108096]: mgrmap e3: x(active, since 1.00734s) 2023-10-16T10:23:20.822 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:20.822 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:20.822 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "e6643bec-6c0d-11ee-8db6-212e2dc638e7", 2023-10-16T10:23:20.823 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T10:23:20.823 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T10:23:20.823 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T10:23:20.823 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T10:23:20.823 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.824 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T10:23:20.824 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T10:23:20.824 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T10:23:20.824 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:20.824 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T10:23:20.825 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2023-10-16T10:23:20.825 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:20.825 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-16T10:23:20.825 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T10:23:20.825 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:20.825 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T10:23:20.826 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T10:23:20.826 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.826 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T10:23:20.826 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:20.826 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T10:23:20.827 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T10:23:20.827 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T10:23:20.830 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T10:23:20.830 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T10:23:20.830 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T10:23:20.831 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.831 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T10:23:20.831 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T10:23:20.831 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T10:23:20.831 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T10:23:20.832 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T10:23:20.832 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T10:23:20.832 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T10:23:20.832 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T10:23:20.832 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T10:23:20.832 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.833 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T10:23:20.833 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:20.833 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T10:23:20.833 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T10:23:20.833 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T10:23:20.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T10:23:20.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T10:23:20.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T10:23:20.834 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T10:23:20.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T10:23:20.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T10:23:20.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T10:23:20.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:20.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.835 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T10:23:20.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T10:23:20.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T10:23:04.182366+0000", 2023-10-16T10:23:20.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T10:23:20.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T10:23:20.836 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T10:23:20.837 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:20.837 INFO:teuthology.orchestra.run.smithi026.stdout:mgr is available 2023-10-16T10:23:21.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:21 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1869144419' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:23:21.778 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:21.779 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2023-10-16T10:23:21.781 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:21.781 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-16T10:23:21.782 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-16T10:23:21.782 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-16T10:23:21.782 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-16T10:23:21.782 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:21.783 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-16T10:23:21.783 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-16T10:23:21.783 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T10:23:21.783 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2023-10-16T10:23:21.783 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-16T10:23:21.784 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-16T10:23:21.784 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling cephadm module... 2023-10-16T10:23:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:22 smithi026 ceph-mon[108096]: mgrmap e4: x(active, since 3s) 2023-10-16T10:23:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:22 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2681097024' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T10:23:23.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:23 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2088420819' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-16T10:23:23.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:23 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: ignoring --setuser ceph since I am not root 2023-10-16T10:23:23.480 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:23 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: ignoring --setgroup ceph since I am not root 2023-10-16T10:23:23.480 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:23 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:23.423+0000 7f770b966200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-16T10:23:23.893 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:23 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:23.624+0000 7f770b966200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-16T10:23:24.193 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:24 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:24.003+0000 7f770b966200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-16T10:23:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:24 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2088420819' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-16T10:23:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:24 smithi026 ceph-mon[108096]: mgrmap e5: x(active, since 5s) 2023-10-16T10:23:24.850 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:24 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:24.576+0000 7f770b966200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-16T10:23:25.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:24 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:24.848+0000 7f770b966200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-16T10:23:25.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:25 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:25.327+0000 7f770b966200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-16T10:23:26.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:26 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:26.152+0000 7f770b966200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-16T10:23:26.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:26 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:26.258+0000 7f770b966200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-16T10:23:27.167 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:26 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:26.965+0000 7f770b966200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-16T10:23:27.167 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:27.064+0000 7f770b966200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-16T10:23:27.431 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2944867601' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T10:23:27.431 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:27.165+0000 7f770b966200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-16T10:23:27.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:27.429+0000 7f770b966200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-16T10:23:27.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:27.537+0000 7f770b966200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-16T10:23:27.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:27.644+0000 7f770b966200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-16T10:23:28.125 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:27 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:27.892+0000 7f770b966200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-16T10:23:28.125 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:28 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:28.002+0000 7f770b966200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-16T10:23:28.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:28 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:28.213+0000 7f770b966200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-16T10:23:28.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:28 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:28.312+0000 7f770b966200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-16T10:23:29.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:29.185 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-16T10:23:29.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T10:23:29.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "x", 2023-10-16T10:23:29.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-16T10:23:29.186 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:29.186 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2023-10-16T10:23:29.187 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 5... 2023-10-16T10:23:29.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:29 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:29.181+0000 7f770b966200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-16T10:23:29.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:29 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:29.410+0000 7f770b966200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-16T10:23:29.979 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:29 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:29.617+0000 7f770b966200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-16T10:23:30.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:30.376+0000 7f770b966200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-16T10:23:30.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:30.580+0000 7f770b966200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-16T10:23:31.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:30.788+0000 7f770b966200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-16T10:23:31.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:30.919+0000 7f770b966200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-16T10:23:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: Active manager daemon x restarted 2023-10-16T10:23:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: Activating manager daemon x 2023-10-16T10:23:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: osdmap e2: 0 total, 0 up, 0 in 2023-10-16T10:23:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: mgrmap e6: x(active, starting, since 0.00389136s) 2023-10-16T10:23:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:23:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-16T10:23:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T10:23:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T10:23:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T10:23:31.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: Manager daemon x is now available 2023-10-16T10:23:31.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:31.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:31.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:31.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:30 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:32.335 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: Found migration_current of "None". Setting to last migration. 2023-10-16T10:23:32.335 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:32.336 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-16T10:23:32.336 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-16T10:23:32.336 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:32.336 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:32.336 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:31 smithi026 ceph-mon[108096]: mgrmap e7: x(active, since 1.00566s) 2023-10-16T10:23:32.369 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:32.369 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-16T10:23:32.369 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-16T10:23:32.370 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:32.370 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 5 is available 2023-10-16T10:23:32.370 INFO:teuthology.orchestra.run.smithi026.stdout:Setting orchestrator backend to cephadm... 2023-10-16T10:23:33.212 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T10:23:33.213 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T10:23:33.213 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:32] ENGINE Bus STARTING 2023-10-16T10:23:33.213 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:32] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T10:23:33.213 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:33.213 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:33.214 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:32 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:34.141 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:34 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:32] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T10:23:34.141 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:34 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:32] ENGINE Bus STARTED 2023-10-16T10:23:34.141 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:34 smithi026 ceph-mon[108096]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:34.141 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:34 smithi026 ceph-mon[108096]: mgrmap e8: x(active, since 2s) 2023-10-16T10:23:34.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-16T10:23:34.226 INFO:teuthology.orchestra.run.smithi026.stdout:Generating ssh key... 2023-10-16T10:23:35.400 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-mon[108096]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:35.400 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: Generating public/private rsa key pair. 2023-10-16T10:23:35.401 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: Your identification has been saved in /tmp/tmpfqxgbrik/key. 2023-10-16T10:23:35.401 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: Your public key has been saved in /tmp/tmpfqxgbrik/key.pub. 2023-10-16T10:23:35.401 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: The key fingerprint is: 2023-10-16T10:23:35.401 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: SHA256:GN6KE06NmDW0TGd1bByvRTH607izZYeRm/+OaQ42rW8 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:35.402 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: The key's randomart image is: 2023-10-16T10:23:35.402 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: +---[RSA 3072]----+ 2023-10-16T10:23:35.402 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | o o..oo.+. | 2023-10-16T10:23:35.402 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | + + .++ . | 2023-10-16T10:23:35.403 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | = . .. o | 2023-10-16T10:23:35.403 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | + = + + o . | 2023-10-16T10:23:35.403 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | o + + S . + + | 2023-10-16T10:23:35.403 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | o o . + = | 2023-10-16T10:23:35.404 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | + . * B .| 2023-10-16T10:23:35.404 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | . . OE= | 2023-10-16T10:23:35.404 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: | o==.=| 2023-10-16T10:23:35.404 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:35 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: +----[SHA256]-----+ 2023-10-16T10:23:36.475 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:36 smithi026 ceph-mon[108096]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:36.475 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:36 smithi026 ceph-mon[108096]: Generating ssh key... 2023-10-16T10:23:36.475 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:36 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:36.475 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:36 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:36.534 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9fMeuTmWpK5JZm4XMNlneLyI3CVBEP2/R3Es+9VQs7VN7gKvmILaSzPQ2KJPdRchwUIM3T1pgyDhTHbAg0sC87KtBzi0uZhEqGfe5JGxEmgIroMXgjeLQRPpQFBDfemye/2ahCaLOOSj4B+O9EE0vYFlK/n50MiQySWPGZD7o/oAWH8z/9K3/R5wx03GFEH9bkiaeS5D4Dy23ZTHrBFF+Xexv8wTYW9amjIybEWcWX7ZOuVncYvH/ZuKoAt89Rc4980R8LSoB+z7kVF5CzXmVm0V1s3WRUUR23ou8f0a9pBnHpKRU6+FJ/Yl/msn7S8AB1ybB2rowuVanb0Ar4xPjiqsNMwWzm9BZd/ncpKJ0QdQZE+eVFcwcJsUEsmvzLmxJOei0aJ0Wt0LWPXcd5TKajTjZIXeW5BEQACP6Lm3m+bTsIiq9ETdaXPuNF3AdZpOAYPK+x4qDSIeR+xF5T8U0VY4ZKzsnKlFKFHLU9bhLTTV6yxO6STHFmYybNn74d1s= ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:36.534 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-16T10:23:36.535 INFO:teuthology.orchestra.run.smithi026.stdout:Adding key to root@localhost authorized_keys... 2023-10-16T10:23:36.535 INFO:teuthology.orchestra.run.smithi026.stdout:Adding host smithi026... 2023-10-16T10:23:37.384 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:37 smithi026 ceph-mon[108096]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:38 smithi026 ceph-mon[108096]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:39 smithi026 ceph-mon[108096]: Deploying cephadm binary to smithi026 2023-10-16T10:23:39.917 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Added host 'smithi026' with addr '172.21.15.26' 2023-10-16T10:23:39.917 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying unmanaged mon service... 2023-10-16T10:23:40.815 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:40 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:40.815 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:40 smithi026 ceph-mon[108096]: Added host smithi026 2023-10-16T10:23:40.816 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:40 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:40.816 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:40 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:40.961 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-16T10:23:40.962 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying unmanaged mgr service... 2023-10-16T10:23:41.837 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:41 smithi026 ceph-mon[108096]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:41.837 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:41 smithi026 ceph-mon[108096]: Saving service mon spec with placement count:5 2023-10-16T10:23:41.837 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:41 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:41.837 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:41 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:41.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-16T10:23:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:42 smithi026 ceph-mon[108096]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:42 smithi026 ceph-mon[108096]: Saving service mgr spec with placement count:2 2023-10-16T10:23:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:42 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:42 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1585402507' entity='client.admin' 2023-10-16T10:23:43.949 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling the dashboard module... 2023-10-16T10:23:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:43 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:44.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:43 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/679331495' entity='client.admin' 2023-10-16T10:23:44.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:43 smithi026 ceph-mon[108096]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:23:45.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:44 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3754739912' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-16T10:23:45.230 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:44 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: ignoring --setuser ceph since I am not root 2023-10-16T10:23:45.230 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:44 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: ignoring --setgroup ceph since I am not root 2023-10-16T10:23:45.230 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:45 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:45.120+0000 7fa14e59c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-16T10:23:45.696 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:45 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:45.318+0000 7fa14e59c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-16T10:23:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:45 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3754739912' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-16T10:23:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:45 smithi026 ceph-mon[108096]: mgrmap e9: x(active, since 13s) 2023-10-16T10:23:45.980 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:45 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:45.694+0000 7fa14e59c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-16T10:23:46.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:46 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:46.277+0000 7fa14e59c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-16T10:23:46.541 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:46.541 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-16T10:23:46.542 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T10:23:46.542 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "x", 2023-10-16T10:23:46.542 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-16T10:23:46.542 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:46.543 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2023-10-16T10:23:46.543 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 9... 2023-10-16T10:23:46.920 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:46 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:46.537+0000 7fa14e59c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-16T10:23:47.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:46 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1532523691' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T10:23:47.237 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:47 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:47.027+0000 7fa14e59c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-16T10:23:48.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:47 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:47.840+0000 7fa14e59c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-16T10:23:48.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:47 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:47.939+0000 7fa14e59c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-16T10:23:48.979 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:48 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:48.635+0000 7fa14e59c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-16T10:23:48.979 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:48 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:48.732+0000 7fa14e59c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-16T10:23:48.980 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:48 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:48.832+0000 7fa14e59c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-16T10:23:49.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.091+0000 7fa14e59c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-16T10:23:49.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.195+0000 7fa14e59c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-16T10:23:49.479 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.302+0000 7fa14e59c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-16T10:23:49.865 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.546+0000 7fa14e59c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-16T10:23:49.865 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.655+0000 7fa14e59c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-16T10:23:50.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.863+0000 7fa14e59c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-16T10:23:50.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:49 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:49.961+0000 7fa14e59c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-16T10:23:51.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:50 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:50.822+0000 7fa14e59c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-16T10:23:51.229 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:51 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:51.041+0000 7fa14e59c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-16T10:23:51.729 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:51 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:51.245+0000 7fa14e59c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-16T10:23:52.419 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:52.003+0000 7fa14e59c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-16T10:23:52.419 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:52.210+0000 7fa14e59c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-16T10:23:52.687 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:52.417+0000 7fa14e59c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-16T10:23:52.687 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-mgr-x[108321]: 2023-10-16T10:23:52.549+0000 7fa14e59c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-16T10:23:52.687 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: Active manager daemon x restarted 2023-10-16T10:23:52.688 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: Activating manager daemon x 2023-10-16T10:23:52.688 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: osdmap e3: 0 total, 0 up, 0 in 2023-10-16T10:23:52.688 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: mgrmap e10: x(active, starting, since 0.00362341s) 2023-10-16T10:23:52.688 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:23:52.689 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-16T10:23:52.689 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T10:23:52.689 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T10:23:52.689 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T10:23:52.689 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: Manager daemon x is now available 2023-10-16T10:23:52.690 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:52.690 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:23:53.951 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:53 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-16T10:23:53.951 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:53 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-16T10:23:53.951 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:53 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:23:53.951 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:53 smithi026 ceph-mon[108096]: mgrmap e11: x(active, since 1.00664s) 2023-10-16T10:23:53.973 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T10:23:53.973 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-16T10:23:53.974 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-16T10:23:53.974 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T10:23:53.974 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 9 is available 2023-10-16T10:23:53.975 INFO:teuthology.orchestra.run.smithi026.stdout:Generating a dashboard self-signed certificate... 2023-10-16T10:23:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:53] ENGINE Bus STARTING 2023-10-16T10:23:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T10:23:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T10:23:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:53] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T10:23:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:53] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T10:23:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: [16/Oct/2023:10:23:53] ENGINE Bus STARTED 2023-10-16T10:23:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:23:54.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:23:54.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:23:54.997 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-16T10:23:54.997 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial admin user... 2023-10-16T10:23:55.891 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:55 smithi026 ceph-mon[108096]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:55.891 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:55 smithi026 ceph-mon[108096]: mgrmap e12: x(active, since 3s) 2023-10-16T10:23:56.356 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$VXjFi6.s8iUV8yZJHjIr.uxFlKLFBYLloCGwH4P.AciWZdC.pNKya", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697451835, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-16T10:23:56.357 INFO:teuthology.orchestra.run.smithi026.stdout:Fetching dashboard port number... 2023-10-16T10:23:57.208 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:56 smithi026 ceph-mon[108096]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:23:57.209 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:23:57.209 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:56 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1312289819' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-16T10:23:57.264 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 8443 2023-10-16T10:23:57.276 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T10:23:57.276 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T10:23:57.286 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T10:23:57.286 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T10:23:57.286 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T10:23:57.286 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-16T10:23:57.288 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph Dashboard is now available at: 2023-10-16T10:23:57.288 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:57.288 INFO:teuthology.orchestra.run.smithi026.stdout: URL: https://smithi026.front.sepia.ceph.com:8443/ 2023-10-16T10:23:57.288 INFO:teuthology.orchestra.run.smithi026.stdout: User: admin 2023-10-16T10:23:57.289 INFO:teuthology.orchestra.run.smithi026.stdout: Password: 2yb78wa8pl 2023-10-16T10:23:57.289 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:57.289 INFO:teuthology.orchestra.run.smithi026.stdout:Saving cluster configuration to /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config directory 2023-10-16T10:23:57.290 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling autotune for osd_memory_target 2023-10-16T10:23:59.289 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-16T10:23:59.289 INFO:teuthology.orchestra.run.smithi026.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-16T10:23:59.289 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.290 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-16T10:23:59.290 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.290 INFO:teuthology.orchestra.run.smithi026.stdout:Or, if you are only running a single cluster on this host: 2023-10-16T10:23:59.290 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.290 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-16T10:23:59.291 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.291 INFO:teuthology.orchestra.run.smithi026.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-16T10:23:59.291 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.291 INFO:teuthology.orchestra.run.smithi026.stdout: ceph telemetry on 2023-10-16T10:23:59.291 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.291 INFO:teuthology.orchestra.run.smithi026.stdout:For more information see: 2023-10-16T10:23:59.292 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.292 INFO:teuthology.orchestra.run.smithi026.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-16T10:23:59.292 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:23:59.292 INFO:teuthology.orchestra.run.smithi026.stdout:Bootstrap complete. 2023-10-16T10:23:59.336 INFO:tasks.cephadm:Fetching config... 2023-10-16T10:23:59.336 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:23:59.337 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-16T10:23:59.358 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-16T10:23:59.358 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:23:59.359 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-16T10:23:59.420 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-16T10:23:59.420 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:23:59.421 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-10-16T10:23:59.493 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-16T10:23:59.493 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:23:59.494 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-16T10:23:59.556 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-16T10:23:59.556 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9fMeuTmWpK5JZm4XMNlneLyI3CVBEP2/R3Es+9VQs7VN7gKvmILaSzPQ2KJPdRchwUIM3T1pgyDhTHbAg0sC87KtBzi0uZhEqGfe5JGxEmgIroMXgjeLQRPpQFBDfemye/2ahCaLOOSj4B+O9EE0vYFlK/n50MiQySWPGZD7o/oAWH8z/9K3/R5wx03GFEH9bkiaeS5D4Dy23ZTHrBFF+Xexv8wTYW9amjIybEWcWX7ZOuVncYvH/ZuKoAt89Rc4980R8LSoB+z7kVF5CzXmVm0V1s3WRUUR23ou8f0a9pBnHpKRU6+FJ/Yl/msn7S8AB1ybB2rowuVanb0Ar4xPjiqsNMwWzm9BZd/ncpKJ0QdQZE+eVFcwcJsUEsmvzLmxJOei0aJ0Wt0LWPXcd5TKajTjZIXeW5BEQACP6Lm3m+bTsIiq9ETdaXPuNF3AdZpOAYPK+x4qDSIeR+xF5T8U0VY4ZKzsnKlFKFHLU9bhLTTV6yxO6STHFmYybNn74d1s= ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-16T10:23:59.641 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9fMeuTmWpK5JZm4XMNlneLyI3CVBEP2/R3Es+9VQs7VN7gKvmILaSzPQ2KJPdRchwUIM3T1pgyDhTHbAg0sC87KtBzi0uZhEqGfe5JGxEmgIroMXgjeLQRPpQFBDfemye/2ahCaLOOSj4B+O9EE0vYFlK/n50MiQySWPGZD7o/oAWH8z/9K3/R5wx03GFEH9bkiaeS5D4Dy23ZTHrBFF+Xexv8wTYW9amjIybEWcWX7ZOuVncYvH/ZuKoAt89Rc4980R8LSoB+z7kVF5CzXmVm0V1s3WRUUR23ou8f0a9pBnHpKRU6+FJ/Yl/msn7S8AB1ybB2rowuVanb0Ar4xPjiqsNMwWzm9BZd/ncpKJ0QdQZE+eVFcwcJsUEsmvzLmxJOei0aJ0Wt0LWPXcd5TKajTjZIXeW5BEQACP6Lm3m+bTsIiq9ETdaXPuNF3AdZpOAYPK+x4qDSIeR+xF5T8U0VY4ZKzsnKlFKFHLU9bhLTTV6yxO6STHFmYybNn74d1s= ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:59.654 DEBUG:teuthology.orchestra.run.smithi070:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9fMeuTmWpK5JZm4XMNlneLyI3CVBEP2/R3Es+9VQs7VN7gKvmILaSzPQ2KJPdRchwUIM3T1pgyDhTHbAg0sC87KtBzi0uZhEqGfe5JGxEmgIroMXgjeLQRPpQFBDfemye/2ahCaLOOSj4B+O9EE0vYFlK/n50MiQySWPGZD7o/oAWH8z/9K3/R5wx03GFEH9bkiaeS5D4Dy23ZTHrBFF+Xexv8wTYW9amjIybEWcWX7ZOuVncYvH/ZuKoAt89Rc4980R8LSoB+z7kVF5CzXmVm0V1s3WRUUR23ou8f0a9pBnHpKRU6+FJ/Yl/msn7S8AB1ybB2rowuVanb0Ar4xPjiqsNMwWzm9BZd/ncpKJ0QdQZE+eVFcwcJsUEsmvzLmxJOei0aJ0Wt0LWPXcd5TKajTjZIXeW5BEQACP6Lm3m+bTsIiq9ETdaXPuNF3AdZpOAYPK+x4qDSIeR+xF5T8U0VY4ZKzsnKlFKFHLU9bhLTTV6yxO6STHFmYybNn74d1s= ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-16T10:23:59.699 INFO:teuthology.orchestra.run.smithi070.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9fMeuTmWpK5JZm4XMNlneLyI3CVBEP2/R3Es+9VQs7VN7gKvmILaSzPQ2KJPdRchwUIM3T1pgyDhTHbAg0sC87KtBzi0uZhEqGfe5JGxEmgIroMXgjeLQRPpQFBDfemye/2ahCaLOOSj4B+O9EE0vYFlK/n50MiQySWPGZD7o/oAWH8z/9K3/R5wx03GFEH9bkiaeS5D4Dy23ZTHrBFF+Xexv8wTYW9amjIybEWcWX7ZOuVncYvH/ZuKoAt89Rc4980R8LSoB+z7kVF5CzXmVm0V1s3WRUUR23ou8f0a9pBnHpKRU6+FJ/Yl/msn7S8AB1ybB2rowuVanb0Ar4xPjiqsNMwWzm9BZd/ncpKJ0QdQZE+eVFcwcJsUEsmvzLmxJOei0aJ0Wt0LWPXcd5TKajTjZIXeW5BEQACP6Lm3m+bTsIiq9ETdaXPuNF3AdZpOAYPK+x4qDSIeR+xF5T8U0VY4ZKzsnKlFKFHLU9bhLTTV6yxO6STHFmYybNn74d1s= ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:23:59.711 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-16T10:23:59.979 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:00.096 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:59 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2474491260' entity='client.admin' 2023-10-16T10:24:00.097 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:23:59 smithi026 ceph-mon[108096]: mgrmap e13: x(active, since 6s) 2023-10-16T10:24:01.940 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-16T10:24:01.941 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-16T10:24:02.197 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:02.956 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:02 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3521515679' entity='client.admin' 2023-10-16T10:24:03.732 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi070 2023-10-16T10:24:03.733 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:24:03.734 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/etc/ceph/ceph.conf 2023-10-16T10:24:03.756 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:24:03.756 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:03.817 INFO:tasks.cephadm:Adding host smithi070 to orchestrator... 2023-10-16T10:24:03.818 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi070 2023-10-16T10:24:04.078 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:04.641 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:04.641 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:04.641 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:04.641 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:04.642 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:24:04.642 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:04.642 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:04.642 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T10:24:04.642 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:04 smithi026 ceph-mon[108096]: Updating smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:05.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:05.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: Updating smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T10:24:05.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:05.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:05.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:05.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:05.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:05.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:05.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:06 smithi026 ceph-mon[108096]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:06 smithi026 ceph-mon[108096]: Deploying cephadm binary to smithi070 2023-10-16T10:24:07.726 INFO:teuthology.orchestra.run.smithi026.stdout:Added host 'smithi070' with addr '172.21.15.70' 2023-10-16T10:24:08.125 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-16T10:24:08.381 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:08.884 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:08.885 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:08 smithi026 ceph-mon[108096]: Added host smithi070 2023-10-16T10:24:08.885 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:08.885 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:08.885 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:09.586 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:24:09.586 INFO:teuthology.orchestra.run.smithi026.stdout:[{"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}] 2023-10-16T10:24:09.974 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-16T10:24:09.974 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-16T10:24:10.228 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:10.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:10.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:10 smithi026 ceph-mon[108096]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T10:24:12.326 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2023-10-16T10:24:12.656 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:12.657 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:12.657 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:12.657 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:12.657 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:24:12.658 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:12.658 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:12.658 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: Updating smithi070:/etc/ceph/ceph.conf 2023-10-16T10:24:12.658 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/522300859' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-16T10:24:12.658 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: Updating smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:12.659 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:12 smithi026 ceph-mon[108096]: Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:12.741 INFO:tasks.cephadm:Adding mon.a on smithi026 2023-10-16T10:24:12.741 INFO:tasks.cephadm:Adding mon.b on smithi070 2023-10-16T10:24:12.742 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi026:172.21.15.26=a;smithi070:172.21.15.70=b' 2023-10-16T10:24:12.985 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:13.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: Updating smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T10:24:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/522300859' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-16T10:24:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T10:24:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:13.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:13 smithi026 ceph-mon[108096]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:14.071 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled mon update... 2023-10-16T10:24:14.419 DEBUG:teuthology.orchestra.run.smithi070:mon.b> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@mon.b.service 2023-10-16T10:24:14.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T10:24:14.422 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T10:24:14.453 INFO:journalctl@ceph.mon.b.smithi070.stdout:-- Logs begin at Mon 2023-10-16 10:13:02 UTC. -- 2023-10-16T10:24:14.776 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:15.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi026:172.21.15.26=a;smithi070:172.21.15.70=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:15.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: Saving service mon spec with placement smithi026:172.21.15.26=a;smithi070:172.21.15.70=b;count:2 2023-10-16T10:24:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:15.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T10:24:15.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:15.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: Deploying daemon mon.b on smithi070 2023-10-16T10:24:15.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:15 smithi026 ceph-mon[108096]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:16.448 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:24:16.448 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":1,"fsid":"e6643bec-6c0d-11ee-8db6-212e2dc638e7","modified":"2023-10-16T10:23:02.093652Z","created":"2023-10-16T10:23:02.093652Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T10:24:16.449 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 1 2023-10-16T10:24:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:16 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/2217321404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 systemd[1]: Started Ceph mon.b for e6643bec-6c0d-11ee-8db6-212e2dc638e7. 2023-10-16T10:24:17.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-16T10:24:17.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-16T10:24:17.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.bloom_locality: 0 2023-10-16T10:24:17.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.max_successive_merges: 0 2023-10-16T10:24:17.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-16T10:24:17.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.paranoid_file_checks: 0 2023-10-16T10:24:17.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.force_consistency_checks: 1 2023-10-16T10:24:17.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.report_bg_io_stats: 0 2023-10-16T10:24:17.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.ttl: 2592000 2023-10-16T10:24:17.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-16T10:24:17.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-16T10:24:17.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-16T10:24:17.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.enable_blob_files: false 2023-10-16T10:24:17.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.min_blob_size: 0 2023-10-16T10:24:17.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.blob_file_size: 268435456 2023-10-16T10:24:17.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-16T10:24:17.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-16T10:24:17.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-16T10:24:17.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-16T10:24:17.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-16T10:24:17.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.blob_file_starting_level: 0 2023-10-16T10:24:17.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-16T10:24:17.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-16T10:24:17.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-16T10:24:17.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1225708a-8a57-4355-bdbf-5ab991cf1f97 2023-10-16T10:24:17.569 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697451857151461, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-16T10:24:17.569 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-16T10:24:17.569 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697451857151959, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "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_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "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; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1697451857, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1225708a-8a57-4355-bdbf-5ab991cf1f97", "db_session_id": "KVT6F7R5T3X9HF0CVRLX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-16T10:24:17.569 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697451857152047, "job": 1, "event": "recovery_finished"} 2023-10-16T10:24:17.569 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-16T10:24:17.570 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-16T10:24:17.570 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d74232c000 2023-10-16T10:24:17.570 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: DB pointer 0x55d742318000 2023-10-16T10:24:17.570 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-16T10:24:17.570 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-16T10:24:17.571 INFO:journalctl@ceph.mon.b.smithi070.stdout: ** DB Stats ** 2023-10-16T10:24:17.571 INFO:journalctl@ceph.mon.b.smithi070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T10:24:17.571 INFO:journalctl@ceph.mon.b.smithi070.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-16T10:24:17.571 INFO:journalctl@ceph.mon.b.smithi070.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T10:24:17.571 INFO:journalctl@ceph.mon.b.smithi070.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T10:24:17.571 INFO:journalctl@ceph.mon.b.smithi070.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-16T10:24:17.572 INFO:journalctl@ceph.mon.b.smithi070.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T10:24:17.572 INFO:journalctl@ceph.mon.b.smithi070.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T10:24:17.572 INFO:journalctl@ceph.mon.b.smithi070.stdout: 2023-10-16T10:24:17.572 INFO:journalctl@ceph.mon.b.smithi070.stdout: ** Compaction Stats [default] ** 2023-10-16T10:24:17.572 INFO:journalctl@ceph.mon.b.smithi070.stdout: 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 Rblob(GB) Wblob(GB) 2023-10-16T10:24:17.573 INFO:journalctl@ceph.mon.b.smithi070.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-16T10:24:17.573 INFO:journalctl@ceph.mon.b.smithi070.stdout: L0 1/0 1.58 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 0.0 0.0 2023-10-16T10:24:17.573 INFO:journalctl@ceph.mon.b.smithi070.stdout: Sum 1/0 1.58 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 0.0 0.0 2023-10-16T10:24:17.573 INFO:journalctl@ceph.mon.b.smithi070.stdout: 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 0.0 0.0 2023-10-16T10:24:17.573 INFO:journalctl@ceph.mon.b.smithi070.stdout: 2023-10-16T10:24:17.573 INFO:journalctl@ceph.mon.b.smithi070.stdout: ** Compaction Stats [default] ** 2023-10-16T10:24:17.574 INFO:journalctl@ceph.mon.b.smithi070.stdout: 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 Rblob(GB) Wblob(GB) 2023-10-16T10:24:17.574 INFO:journalctl@ceph.mon.b.smithi070.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-16T10:24:17.574 INFO:journalctl@ceph.mon.b.smithi070.stdout: 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 0.0 0.0 2023-10-16T10:24:17.574 INFO:journalctl@ceph.mon.b.smithi070.stdout: 2023-10-16T10:24:17.574 INFO:journalctl@ceph.mon.b.smithi070.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-16T10:24:17.575 INFO:journalctl@ceph.mon.b.smithi070.stdout: 2023-10-16T10:24:17.575 INFO:journalctl@ceph.mon.b.smithi070.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T10:24:17.575 INFO:journalctl@ceph.mon.b.smithi070.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-16T10:24:17.575 INFO:journalctl@ceph.mon.b.smithi070.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-16T10:24:17.575 INFO:journalctl@ceph.mon.b.smithi070.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-16T10:24:17.575 INFO:journalctl@ceph.mon.b.smithi070.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-16T10:24:17.576 INFO:journalctl@ceph.mon.b.smithi070.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-16T10:24:17.576 INFO:journalctl@ceph.mon.b.smithi070.stdout: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T10:24:17.576 INFO:journalctl@ceph.mon.b.smithi070.stdout: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T10:24:17.576 INFO:journalctl@ceph.mon.b.smithi070.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-16T10:24:17.576 INFO:journalctl@ceph.mon.b.smithi070.stdout: Block cache BinnedLRUCache@0x55d74228f1f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-10-16T10:24:17.577 INFO:journalctl@ceph.mon.b.smithi070.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-10-16T10:24:17.577 INFO:journalctl@ceph.mon.b.smithi070.stdout: 2023-10-16T10:24:17.577 INFO:journalctl@ceph.mon.b.smithi070.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-16T10:24:17.577 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-10-16T10:24:17.577 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: using public_addr v2:172.21.15.70:0/0 -> [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] 2023-10-16T10:24:17.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: starting mon.b rank -1 at public addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] at bind addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:24:17.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(???) e0 preinit fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:24:17.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).mds e1 new map 2023-10-16T10:24:17.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).mds e1 print_map 2023-10-16T10:24:17.579 INFO:journalctl@ceph.mon.b.smithi070.stdout: e1 2023-10-16T10:24:17.579 INFO:journalctl@ceph.mon.b.smithi070.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-16T10:24:17.579 INFO:journalctl@ceph.mon.b.smithi070.stdout: default 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,11=minor log segments} 2023-10-16T10:24:17.579 INFO:journalctl@ceph.mon.b.smithi070.stdout: legacy client fscid: -1 2023-10-16T10:24:17.579 INFO:journalctl@ceph.mon.b.smithi070.stdout: 2023-10-16T10:24:17.580 INFO:journalctl@ceph.mon.b.smithi070.stdout: No filesystems configured 2023-10-16T10:24:17.580 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-16T10:24:17.580 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-16T10:24:17.581 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-16T10:24:17.582 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-16T10:24:17.582 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-16T10:24:17.582 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-16T10:24:17.582 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-16T10:24:17.583 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T10:24:17.583 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T10:24:17.583 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T10:24:17.583 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mkfs e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:24:17.584 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-16T10:24:17.584 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-16T10:24:17.584 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: monmap e1: 1 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-10-16T10:24:17.584 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: fsmap 2023-10-16T10:24:17.585 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T10:24:17.585 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e1: no daemons active 2023-10-16T10:24:17.585 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/4170354889' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-16T10:24:17.586 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1346812291' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T10:24:17.586 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1346812291' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-16T10:24:17.586 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-16T10:24:17.586 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: monmap e1: 1 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-10-16T10:24:17.587 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: fsmap 2023-10-16T10:24:17.587 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T10:24:17.587 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e1: no daemons active 2023-10-16T10:24:17.587 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2189571987' entity='client.admin' 2023-10-16T10:24:17.588 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1419291733' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:24:17.588 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3492474594' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:24:17.588 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3063779133' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:24:17.588 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Activating manager daemon x 2023-10-16T10:24:17.588 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e2: x(active, starting, since 0.00357377s) 2023-10-16T10:24:17.589 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T10:24:17.589 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T10:24:17.589 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T10:24:17.589 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:24:17.590 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-16T10:24:17.590 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Manager daemon x is now available 2023-10-16T10:24:17.590 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-16T10:24:17.590 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' 2023-10-16T10:24:17.591 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-16T10:24:17.591 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' 2023-10-16T10:24:17.591 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14100 172.21.15.26:0/1021270141' entity='mgr.x' 2023-10-16T10:24:17.591 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e3: x(active, since 1.00734s) 2023-10-16T10:24:17.591 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1869144419' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T10:24:17.591 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e4: x(active, since 3s) 2023-10-16T10:24:17.592 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2681097024' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T10:24:17.592 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2088420819' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-16T10:24:17.592 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2088420819' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-16T10:24:17.592 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e5: x(active, since 5s) 2023-10-16T10:24:17.592 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2944867601' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T10:24:17.593 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Active manager daemon x restarted 2023-10-16T10:24:17.593 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Activating manager daemon x 2023-10-16T10:24:17.593 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: osdmap e2: 0 total, 0 up, 0 in 2023-10-16T10:24:17.593 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e6: x(active, starting, since 0.00389136s) 2023-10-16T10:24:17.593 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:24:17.594 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-16T10:24:17.594 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T10:24:17.594 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T10:24:17.594 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T10:24:17.594 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Manager daemon x is now available 2023-10-16T10:24:17.595 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.595 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.595 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.595 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.595 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Found migration_current of "None". Setting to last migration. 2023-10-16T10:24:17.595 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.596 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-16T10:24:17.596 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-16T10:24:17.596 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.596 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.597 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e7: x(active, since 1.00566s) 2023-10-16T10:24:17.597 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T10:24:17.597 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T10:24:17.597 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:32] ENGINE Bus STARTING 2023-10-16T10:24:17.597 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:32] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T10:24:17.597 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.598 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.598 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.598 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:32] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T10:24:17.598 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:32] ENGINE Bus STARTED 2023-10-16T10:24:17.598 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.599 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e8: x(active, since 2s) 2023-10-16T10:24:17.599 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.599 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.599 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Generating ssh key... 2023-10-16T10:24:17.599 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.600 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.600 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.600 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.600 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Deploying cephadm binary to smithi026 2023-10-16T10:24:17.600 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.600 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Added host smithi026 2023-10-16T10:24:17.601 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.601 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.601 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.601 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Saving service mon spec with placement count:5 2023-10-16T10:24:17.601 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.602 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.602 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.602 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Saving service mgr spec with placement count:2 2023-10-16T10:24:17.602 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.602 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1585402507' entity='client.admin' 2023-10-16T10:24:17.603 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.603 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/679331495' entity='client.admin' 2023-10-16T10:24:17.603 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14120 172.21.15.26:0/2758672919' entity='mgr.x' 2023-10-16T10:24:17.603 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3754739912' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-16T10:24:17.603 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3754739912' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-16T10:24:17.604 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e9: x(active, since 13s) 2023-10-16T10:24:17.604 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1532523691' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T10:24:17.604 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Active manager daemon x restarted 2023-10-16T10:24:17.604 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Activating manager daemon x 2023-10-16T10:24:17.604 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: osdmap e3: 0 total, 0 up, 0 in 2023-10-16T10:24:17.604 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e10: x(active, starting, since 0.00362341s) 2023-10-16T10:24:17.605 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:24:17.605 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-16T10:24:17.605 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T10:24:17.605 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T10:24:17.605 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T10:24:17.606 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Manager daemon x is now available 2023-10-16T10:24:17.606 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.606 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.606 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-16T10:24:17.606 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-16T10:24:17.607 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.607 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e11: x(active, since 1.00664s) 2023-10-16T10:24:17.607 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:53] ENGINE Bus STARTING 2023-10-16T10:24:17.607 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T10:24:17.607 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T10:24:17.608 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:53] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T10:24:17.608 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:53] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T10:24:17.608 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: [16/Oct/2023:10:23:53] ENGINE Bus STARTED 2023-10-16T10:24:17.608 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.608 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.608 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.609 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.609 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e12: x(active, since 3s) 2023-10-16T10:24:17.609 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.609 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.609 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1312289819' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-16T10:24:17.610 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2474491260' entity='client.admin' 2023-10-16T10:24:17.610 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mgrmap e13: x(active, since 6s) 2023-10-16T10:24:17.610 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3521515679' entity='client.admin' 2023-10-16T10:24:17.610 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.610 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.611 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.611 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.611 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:24:17.611 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:17.611 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:17.612 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T10:24:17.612 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:17.612 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:17.612 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T10:24:17.612 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.613 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.613 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.613 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.613 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:17.613 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:17.613 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.614 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.614 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Deploying cephadm binary to smithi070 2023-10-16T10:24:17.614 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.614 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Added host smithi070 2023-10-16T10:24:17.614 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.615 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.615 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.615 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.615 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T10:24:17.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.616 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:24:17.617 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:17.617 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:17.617 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi070:/etc/ceph/ceph.conf 2023-10-16T10:24:17.617 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/522300859' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-16T10:24:17.617 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:17.618 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:17.618 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Updating smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T10:24:17.618 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/522300859' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-16T10:24:17.618 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T10:24:17.619 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.619 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.619 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.619 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:17.620 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi026:172.21.15.26=a;smithi070:172.21.15.70=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:17.620 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Saving service mon spec with placement smithi026:172.21.15.26=a;smithi070:172.21.15.70=b;count:2 2023-10-16T10:24:17.620 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.620 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.620 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:17.620 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:17.621 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:17.621 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T10:24:17.621 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:17.621 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: Deploying daemon mon.b on smithi070 2023-10-16T10:24:17.622 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:17.622 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/2217321404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T10:24:17.622 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-10-16T10:24:17.622 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: mon.b@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-16T10:24:17.623 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expand map: {default=false} 2023-10-16T10:24:17.623 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta from 'false' to 'false' 2023-10-16T10:24:17.623 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expanded map: {default=false} 2023-10-16T10:24:17.623 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expand map: {default=info} 2023-10-16T10:24:17.623 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta from 'info' to 'info' 2023-10-16T10:24:17.624 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expanded map: {default=info} 2023-10-16T10:24:17.624 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expand map: {default=daemon} 2023-10-16T10:24:17.624 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-16T10:24:17.624 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expanded map: {default=daemon} 2023-10-16T10:24:17.625 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expand map: {default=debug} 2023-10-16T10:24:17.625 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta from 'debug' to 'debug' 2023-10-16T10:24:17.625 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:17 smithi070 ceph-mon[113398]: expand_channel_meta expanded map: {default=debug} 2023-10-16T10:24:17.870 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T10:24:17.870 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T10:24:18.094 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:24:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:24:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: mon.a calling monitor election 2023-10-16T10:24:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:22.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: mon.b calling monitor election 2023-10-16T10:24:22.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:22.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-16T10:24:22.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: monmap e2: 2 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],b=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0]} removed_ranks: {} 2023-10-16T10:24:22.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: fsmap 2023-10-16T10:24:22.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T10:24:22.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: mgrmap e13: x(active, since 29s) 2023-10-16T10:24:22.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T10:24:22.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:24:22.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: mon.a calling monitor election 2023-10-16T10:24:22.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:22.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: mon.b calling monitor election 2023-10-16T10:24:22.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:22.733 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.733 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:22.734 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-16T10:24:22.734 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: monmap e2: 2 mons at {a=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],b=[v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0]} removed_ranks: {} 2023-10-16T10:24:22.734 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: fsmap 2023-10-16T10:24:22.735 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T10:24:22.735 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: mgrmap e13: x(active, since 29s) 2023-10-16T10:24:22.735 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T10:24:22.736 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.736 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.736 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.737 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:22.882 INFO:teuthology.orchestra.run.smithi070.stdout: 2023-10-16T10:24:22.883 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":2,"fsid":"e6643bec-6c0d-11ee-8db6-212e2dc638e7","modified":"2023-10-16T10:24:17.174360Z","created":"2023-10-16T10:23:02.093652Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-16T10:24:22.885 INFO:teuthology.orchestra.run.smithi070.stderr:dumped monmap epoch 2 2023-10-16T10:24:23.323 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-16T10:24:23.323 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-16T10:24:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/2877438412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T10:24:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:23.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:23.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:23.592 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:23.707 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:23.707 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:23.708 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:23.708 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/2877438412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T10:24:23.708 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:23.708 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:23.708 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:23.709 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:23.709 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:24:24.795 INFO:teuthology.orchestra.run.smithi026.stdout:# minimal ceph.conf for e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:24:24.796 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2023-10-16T10:24:24.796 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:24:24.796 INFO:teuthology.orchestra.run.smithi026.stdout: mon_host = [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] 2023-10-16T10:24:24.895 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T10:24:24.896 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: Updating smithi070:/etc/ceph/ceph.conf 2023-10-16T10:24:24.896 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: Updating smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:24.896 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: Updating smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:24.897 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.897 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.898 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.898 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.898 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.900 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:24.900 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: Reconfiguring mon.a (unknown last config time)... 2023-10-16T10:24:24.901 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T10:24:24.901 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T10:24:24.901 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:24.902 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:24 smithi026 ceph-mon[108096]: Reconfiguring daemon mon.a on smithi026 2023-10-16T10:24:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T10:24:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: Updating smithi070:/etc/ceph/ceph.conf 2023-10-16T10:24:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: Updating smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: Updating smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T10:24:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: Reconfiguring mon.a (unknown last config time)... 2023-10-16T10:24:25.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T10:24:25.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T10:24:25.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:25.067 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:24 smithi070 ceph-mon[113398]: Reconfiguring daemon mon.a on smithi026 2023-10-16T10:24:25.230 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-16T10:24:25.231 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:24:25.231 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2023-10-16T10:24:25.269 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:24:25.269 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:25.344 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:24:25.345 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.conf 2023-10-16T10:24:25.375 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:24:25.375 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T10:24:25.443 INFO:tasks.cephadm:Adding mgr.x on smithi026 2023-10-16T10:24:25.443 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch apply mgr '1;smithi026=x' 2023-10-16T10:24:25.806 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:24:25.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:25.904 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1834617652' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:25.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T10:24:25.905 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T10:24:25.906 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:25.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1834617652' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:25.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:25.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T10:24:25.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T10:24:25.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:26.879 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled mgr update... 2023-10-16T10:24:27.184 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: Reconfiguring mon.b (monmap changed)... 2023-10-16T10:24:27.185 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: Reconfiguring daemon mon.b on smithi070 2023-10-16T10:24:27.185 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:27.185 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:27.185 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:27.186 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:27.186 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:27.186 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:27.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: Reconfiguring mon.b (monmap changed)... 2023-10-16T10:24:27.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: Reconfiguring daemon mon.b on smithi070 2023-10-16T10:24:27.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:27.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:27.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:27.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:27.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:27.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:27.269 INFO:tasks.cephadm:Deploying OSDs... 2023-10-16T10:24:27.270 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:24:27.270 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T10:24:27.291 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-16T10:24:27.291 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2023-10-16T10:24:27.354 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-16T10:24:27.354 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:27.354 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 395722 Links: 1 2023-10-16T10:24:27.355 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:27.355 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:27.355 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 10:24:02.497223130 +0000 2023-10-16T10:24:27.355 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 10:21:14.639087222 +0000 2023-10-16T10:24:27.355 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 10:21:14.639087222 +0000 2023-10-16T10:24:27.356 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T10:24:27.356 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-16T10:24:27.425 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T10:24:27.425 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T10:24:27.426 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000133863 s, 3.8 MB/s 2023-10-16T10:24:27.427 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-16T10:24:27.490 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2023-10-16T10:24:27.554 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-16T10:24:27.554 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:27.554 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 393043 Links: 1 2023-10-16T10:24:27.555 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:27.555 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:27.555 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 10:24:02.565222141 +0000 2023-10-16T10:24:27.555 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 10:21:15.215078877 +0000 2023-10-16T10:24:27.555 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 10:21:15.215078877 +0000 2023-10-16T10:24:27.556 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T10:24:27.556 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-16T10:24:27.630 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T10:24:27.630 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T10:24:27.631 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000120304 s, 4.3 MB/s 2023-10-16T10:24:27.632 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-16T10:24:27.696 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2023-10-16T10:24:27.760 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-16T10:24:27.761 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:27.761 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 396494 Links: 1 2023-10-16T10:24:27.761 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:27.761 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:27.761 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 10:24:02.639221066 +0000 2023-10-16T10:24:27.762 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 10:21:15.769070850 +0000 2023-10-16T10:24:27.762 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 10:21:15.769070850 +0000 2023-10-16T10:24:27.762 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T10:24:27.762 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-16T10:24:27.836 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T10:24:27.836 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T10:24:27.836 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000105079 s, 4.9 MB/s 2023-10-16T10:24:27.837 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-16T10:24:27.903 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2023-10-16T10:24:27.967 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-16T10:24:27.968 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:27.968 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 396650 Links: 1 2023-10-16T10:24:27.968 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:27.968 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:27.969 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 10:24:02.715219961 +0000 2023-10-16T10:24:27.969 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 10:21:16.355062359 +0000 2023-10-16T10:24:27.969 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 10:21:16.355062359 +0000 2023-10-16T10:24:27.969 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T10:24:27.970 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-16T10:24:28.040 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T10:24:28.040 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T10:24:28.040 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.00011054 s, 4.6 MB/s 2023-10-16T10:24:28.041 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-16T10:24:28.105 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:24:28.105 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T10:24:28.128 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-16T10:24:28.128 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_1 2023-10-16T10:24:28.189 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-16T10:24:28.190 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:28.190 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 6h/6d Inode: 394599 Links: 1 2023-10-16T10:24:28.190 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:28.190 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:28.191 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2023-10-16 10:24:16.749009531 +0000 2023-10-16T10:24:28.191 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2023-10-16 10:20:06.876553188 +0000 2023-10-16T10:24:28.191 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2023-10-16 10:20:06.876553188 +0000 2023-10-16T10:24:28.191 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2023-10-16T10:24:28.192 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-16T10:24:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi026=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:28.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: Saving service mgr spec with placement smithi026=x;count:1 2023-10-16T10:24:28.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:28.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:28.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:28.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:28.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:28.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:28.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T10:24:28.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T10:24:28.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:28.262 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:28.262 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi026=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:28.262 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: Saving service mgr spec with placement smithi026=x;count:1 2023-10-16T10:24:28.263 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:28.263 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:28.263 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:28.263 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:28.263 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:28.264 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:28.264 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T10:24:28.264 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T10:24:28.264 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:28.265 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2023-10-16T10:24:28.265 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2023-10-16T10:24:28.265 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 9.7798e-05 s, 5.2 MB/s 2023-10-16T10:24:28.266 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-16T10:24:28.328 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_2 2023-10-16T10:24:28.388 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-16T10:24:28.388 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:28.389 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 6h/6d Inode: 394678 Links: 1 2023-10-16T10:24:28.389 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:28.389 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:28.389 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2023-10-16 10:24:16.749009531 +0000 2023-10-16T10:24:28.389 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2023-10-16 10:20:07.411537584 +0000 2023-10-16T10:24:28.390 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2023-10-16 10:20:07.411537584 +0000 2023-10-16T10:24:28.390 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2023-10-16T10:24:28.390 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-16T10:24:28.458 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2023-10-16T10:24:28.458 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2023-10-16T10:24:28.459 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 9.6232e-05 s, 5.3 MB/s 2023-10-16T10:24:28.460 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-16T10:24:28.520 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_3 2023-10-16T10:24:28.579 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-16T10:24:28.579 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:28.580 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 6h/6d Inode: 398948 Links: 1 2023-10-16T10:24:28.580 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:28.580 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:28.580 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2023-10-16 10:24:16.749009531 +0000 2023-10-16T10:24:28.580 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2023-10-16 10:20:07.920522739 +0000 2023-10-16T10:24:28.580 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2023-10-16 10:20:07.920522739 +0000 2023-10-16T10:24:28.581 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2023-10-16T10:24:28.581 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-16T10:24:28.647 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2023-10-16T10:24:28.648 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2023-10-16T10:24:28.648 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000117439 s, 4.4 MB/s 2023-10-16T10:24:28.649 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-16T10:24:28.709 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_4 2023-10-16T10:24:28.769 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-16T10:24:28.770 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T10:24:28.770 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 6h/6d Inode: 398201 Links: 1 2023-10-16T10:24:28.770 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T10:24:28.770 INFO:teuthology.orchestra.run.smithi070.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T10:24:28.770 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2023-10-16 10:24:16.750009501 +0000 2023-10-16T10:24:28.771 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2023-10-16 10:20:08.434507749 +0000 2023-10-16T10:24:28.771 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2023-10-16 10:20:08.434507749 +0000 2023-10-16T10:24:28.771 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2023-10-16T10:24:28.771 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-16T10:24:28.837 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2023-10-16T10:24:28.837 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2023-10-16T10:24:28.837 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 9.3281e-05 s, 5.5 MB/s 2023-10-16T10:24:28.838 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-16T10:24:28.898 INFO:tasks.cephadm:Deploying osd.0 on smithi026 with /dev/vg_nvme/lv_4... 2023-10-16T10:24:28.899 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-16T10:24:29.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:28 smithi070 ceph-mon[113398]: Reconfiguring mgr.x (unknown last config time)... 2023-10-16T10:24:29.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:28 smithi070 ceph-mon[113398]: Reconfiguring daemon mgr.x on smithi026 2023-10-16T10:24:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:29.153 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:29.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:28 smithi026 ceph-mon[108096]: Reconfiguring mgr.x (unknown last config time)... 2023-10-16T10:24:29.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:28 smithi026 ceph-mon[108096]: Reconfiguring daemon mgr.x on smithi026 2023-10-16T10:24:29.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:29.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:30.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:29 smithi026 ceph-mon[108096]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:30.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:29 smithi070 ceph-mon[113398]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:30.486 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-16T10:24:30.486 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-16T10:24:30.486 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2023-10-16T10:24:30.487 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2023-10-16T10:24:30.487 INFO:teuthology.orchestra.run.smithi026.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015934 s, 658 MB/s 2023-10-16T10:24:30.487 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2023-10-16T10:24:30.830 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi026:vg_nvme/lv_4 2023-10-16T10:24:31.089 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:32.211 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:31 smithi026 ceph-mon[108096]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:31 smithi070 ceph-mon[113398]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:33.154 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:24:33.154 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:24:33.154 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:33.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:24:33.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:24:33.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:33 smithi026 ceph-mon[108096]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:34.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:33 smithi026 ceph-mon[108096]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:33 smithi070 ceph-mon[113398]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:33 smithi070 ceph-mon[113398]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:34 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3136847868' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27a14f6b-ea72-4b70-a3c9-01703af02375"}]: dispatch 2023-10-16T10:24:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:34 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3136847868' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27a14f6b-ea72-4b70-a3c9-01703af02375"}]': finished 2023-10-16T10:24:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:34 smithi026 ceph-mon[108096]: osdmap e5: 1 total, 0 up, 1 in 2023-10-16T10:24:35.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:34 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3136847868' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27a14f6b-ea72-4b70-a3c9-01703af02375"}]: dispatch 2023-10-16T10:24:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:34 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3136847868' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27a14f6b-ea72-4b70-a3c9-01703af02375"}]': finished 2023-10-16T10:24:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:34 smithi070 ceph-mon[113398]: osdmap e5: 1 total, 0 up, 1 in 2023-10-16T10:24:35.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:35 smithi026 ceph-mon[108096]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:35 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1725160906' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:24:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:35 smithi070 ceph-mon[113398]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:35 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1725160906' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:24:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:37 smithi026 ceph-mon[108096]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:37 smithi070 ceph-mon[113398]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:39.125 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:39 smithi026 ceph-mon[108096]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:39.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:39 smithi070 ceph-mon[113398]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:40.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-16T10:24:40.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:40.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:40 smithi026 ceph-mon[108096]: Deploying daemon osd.0 on smithi026 2023-10-16T10:24:40.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-16T10:24:40.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:40.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:40 smithi070 ceph-mon[113398]: Deploying daemon osd.0 on smithi026 2023-10-16T10:24:41.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:41 smithi070 ceph-mon[113398]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:41.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:41 smithi026 ceph-mon[108096]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:43 smithi026 ceph-mon[108096]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:43 smithi070 ceph-mon[113398]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:45.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:45.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:45.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:45.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:45.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:45.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:45 smithi026 ceph-mon[108096]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:45.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:45.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:45.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:45.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:46.151 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 0 on host 'smithi026' 2023-10-16T10:24:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:45 smithi070 ceph-mon[113398]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:46.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:46.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:46.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:46.546 DEBUG:teuthology.orchestra.run.smithi026:osd.0> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@osd.0.service 2023-10-16T10:24:46.549 INFO:tasks.cephadm:Deploying osd.1 on smithi026 with /dev/vg_nvme/lv_3... 2023-10-16T10:24:46.549 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-16T10:24:46.586 INFO:journalctl@ceph.osd.0.smithi026.stdout:-- Logs begin at Mon 2023-10-16 10:13:05 UTC. -- 2023-10-16T10:24:47.203 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:47.291 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:24:47 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-0[124642]: 2023-10-16T10:24:47.008+0000 7ffa754e4640 -1 osd.0 0 log_to_monitors true 2023-10-16T10:24:47.291 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:47 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:47.292 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:47 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:47.292 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:47 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:47.292 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:47 smithi026 ceph-mon[108096]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:47.292 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:47 smithi026 ceph-mon[108096]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T10:24:47.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:47 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:47.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:47 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:47.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:47 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:24:47.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:47 smithi070 ceph-mon[113398]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:47.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:47 smithi070 ceph-mon[113398]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T10:24:48.230 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:24:48 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-0[124642]: 2023-10-16T10:24:48.144+0000 7ffa6ab5b700 -1 osd.0 0 waiting for initial osdmap 2023-10-16T10:24:48.230 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:24:48 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-0[124642]: 2023-10-16T10:24:48.149+0000 7ffa6414b700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-16T10:24:48.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:48 smithi026 ceph-mon[108096]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-16T10:24:48.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:48 smithi026 ceph-mon[108096]: osdmap e6: 1 total, 0 up, 1 in 2023-10-16T10:24:48.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:48 smithi026 ceph-mon[108096]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T10:24:48.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:48 smithi070 ceph-mon[113398]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-16T10:24:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:48 smithi070 ceph-mon[113398]: osdmap e6: 1 total, 0 up, 1 in 2023-10-16T10:24:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:48 smithi070 ceph-mon[113398]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T10:24:48.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:48.671 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-16T10:24:48.672 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-16T10:24:48.672 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2023-10-16T10:24:48.672 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2023-10-16T10:24:48.672 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0116828 s, 898 MB/s 2023-10-16T10:24:48.672 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2023-10-16T10:24:49.078 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi026:vg_nvme/lv_3 2023-10-16T10:24:49.350 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:24:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T10:24:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: osdmap e7: 1 total, 0 up, 1 in 2023-10-16T10:24:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: Detected new or changed devices on smithi026 2023-10-16T10:24:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:24:49.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: Adjusting osd_memory_target on smithi026 to 17118M 2023-10-16T10:24:49.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:49.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:49.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T10:24:49.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: osdmap e7: 1 total, 0 up, 1 in 2023-10-16T10:24:49.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:49.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:49.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T10:24:49.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: Detected new or changed devices on smithi026 2023-10-16T10:24:49.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:24:49.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: Adjusting osd_memory_target on smithi026 to 17118M 2023-10-16T10:24:49.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:49.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:49.567 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:24:49.568 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:24:50.211 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:50 smithi026 ceph-mon[108096]: purged_snaps scrub starts 2023-10-16T10:24:50.212 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:50 smithi026 ceph-mon[108096]: purged_snaps scrub ok 2023-10-16T10:24:50.212 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:50.212 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:50 smithi026 ceph-mon[108096]: osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506] boot 2023-10-16T10:24:50.212 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:50 smithi026 ceph-mon[108096]: osdmap e8: 1 total, 1 up, 1 in 2023-10-16T10:24:50.213 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:50 smithi070 ceph-mon[113398]: purged_snaps scrub starts 2023-10-16T10:24:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:50 smithi070 ceph-mon[113398]: purged_snaps scrub ok 2023-10-16T10:24:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:50 smithi070 ceph-mon[113398]: osd.0 [v2:172.21.15.26:6802/817425506,v1:172.21.15.26:6803/817425506] boot 2023-10-16T10:24:50.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:50 smithi070 ceph-mon[113398]: osdmap e8: 1 total, 1 up, 1 in 2023-10-16T10:24:50.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T10:24:51.354 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:51 smithi026 ceph-mon[108096]: osdmap e9: 1 total, 1 up, 1 in 2023-10-16T10:24:51.354 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:51 smithi026 ceph-mon[108096]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:51.354 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:51 smithi026 ceph-mon[108096]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:51.355 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:24:51.355 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:24:51.355 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:51.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:51 smithi070 ceph-mon[113398]: osdmap e9: 1 total, 1 up, 1 in 2023-10-16T10:24:51.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:51 smithi070 ceph-mon[113398]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:51.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:51 smithi070 ceph-mon[113398]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:24:51.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:24:51.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:24:51.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:52 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/100625951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c29adcdc-36c0-4bcf-bd90-d4115b67484c"}]: dispatch 2023-10-16T10:24:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:52 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/100625951' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c29adcdc-36c0-4bcf-bd90-d4115b67484c"}]': finished 2023-10-16T10:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:52 smithi070 ceph-mon[113398]: osdmap e10: 2 total, 1 up, 2 in 2023-10-16T10:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:24:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:52 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/100625951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c29adcdc-36c0-4bcf-bd90-d4115b67484c"}]: dispatch 2023-10-16T10:24:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:52 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/100625951' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c29adcdc-36c0-4bcf-bd90-d4115b67484c"}]': finished 2023-10-16T10:24:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:52 smithi026 ceph-mon[108096]: osdmap e10: 2 total, 1 up, 2 in 2023-10-16T10:24:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:24:53.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:53 smithi070 ceph-mon[113398]: pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:53.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:53 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/4216263012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:24:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:53 smithi026 ceph-mon[108096]: pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:53 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/4216263012' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:24:55.847 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:55 smithi026 ceph-mon[108096]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:55 smithi070 ceph-mon[113398]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:57.709 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:57 smithi026 ceph-mon[108096]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:57 smithi070 ceph-mon[113398]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:24:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-16T10:24:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:58 smithi026 ceph-mon[108096]: Deploying daemon osd.1 on smithi026 2023-10-16T10:24:59.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-16T10:24:59.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:24:59.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:58 smithi070 ceph-mon[113398]: Deploying daemon osd.1 on smithi026 2023-10-16T10:24:59.954 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:24:59 smithi026 ceph-mon[108096]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:24:59 smithi070 ceph-mon[113398]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:01 smithi026 ceph-mon[108096]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:01 smithi070 ceph-mon[113398]: pgmap v34: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:02.972 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:02.972 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:02.972 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:03 smithi070 ceph-mon[113398]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:03 smithi026 ceph-mon[108096]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:04.918 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 1 on host 'smithi026' 2023-10-16T10:25:05.342 DEBUG:teuthology.orchestra.run.smithi026:osd.1> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@osd.1.service 2023-10-16T10:25:05.345 INFO:tasks.cephadm:Deploying osd.2 on smithi070 with /dev/vg_nvme/lv_4... 2023-10-16T10:25:05.345 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-16T10:25:05.382 INFO:journalctl@ceph.osd.1.smithi026.stdout:-- Logs begin at Mon 2023-10-16 10:13:05 UTC. -- 2023-10-16T10:25:05.576 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:25:05.679 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:05 smithi070 ceph-mon[113398]: pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:05.680 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.680 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.680 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.680 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.680 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:05 smithi070 ceph-mon[113398]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-16T10:25:05.898 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:05 smithi026 ceph-mon[108096]: pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:05.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:05.899 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:05 smithi026 ceph-mon[108096]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-16T10:25:06.743 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-16T10:25:06.743 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-16T10:25:06.744 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2023-10-16T10:25:06.744 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2023-10-16T10:25:06.744 INFO:teuthology.orchestra.run.smithi070.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00807335 s, 1.3 GB/s 2023-10-16T10:25:06.744 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2023-10-16T10:25:07.118 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi070:vg_nvme/lv_4 2023-10-16T10:25:07.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:06 smithi026 ceph-mon[108096]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-16T10:25:07.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:06 smithi026 ceph-mon[108096]: osdmap e11: 2 total, 1 up, 2 in 2023-10-16T10:25:07.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:06 smithi026 ceph-mon[108096]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T10:25:07.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:07.231 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:06 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-1[131226]: 2023-10-16T10:25:06.918+0000 7ff6a39b2700 -1 osd.1 0 waiting for initial osdmap 2023-10-16T10:25:07.231 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:06 smithi026 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-1[131226]: 2023-10-16T10:25:06.921+0000 7ff69cfa2700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-16T10:25:07.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:06 smithi070 ceph-mon[113398]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-16T10:25:07.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:06 smithi070 ceph-mon[113398]: osdmap e11: 2 total, 1 up, 2 in 2023-10-16T10:25:07.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:06 smithi070 ceph-mon[113398]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T10:25:07.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:07.338 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:25:08.014 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:08.014 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T10:25:08.014 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: osdmap e12: 2 total, 1 up, 2 in 2023-10-16T10:25:08.015 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:08.015 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:08.015 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.015 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.015 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:08.016 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:08.016 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.016 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:08.016 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:08.017 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.017 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:08.017 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:08.017 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:08.018 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: pgmap v38: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T10:25:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: osdmap e12: 2 total, 1 up, 2 in 2023-10-16T10:25:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:08.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: purged_snaps scrub starts 2023-10-16T10:25:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: purged_snaps scrub ok 2023-10-16T10:25:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: Detected new or changed devices on smithi026 2023-10-16T10:25:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: Adjusting osd_memory_target on smithi026 to 8559M 2023-10-16T10:25:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707] boot 2023-10-16T10:25:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: osdmap e13: 2 total, 2 up, 2 in 2023-10-16T10:25:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:09.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:25:09.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:25:09.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:09.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: purged_snaps scrub starts 2023-10-16T10:25:09.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: purged_snaps scrub ok 2023-10-16T10:25:09.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: Detected new or changed devices on smithi026 2023-10-16T10:25:09.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: Adjusting osd_memory_target on smithi026 to 8559M 2023-10-16T10:25:09.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: osd.1 [v2:172.21.15.26:6810/1444167707,v1:172.21.15.26:6811/1444167707] boot 2023-10-16T10:25:09.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: osdmap e13: 2 total, 2 up, 2 in 2023-10-16T10:25:09.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T10:25:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:25:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:25:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:10.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:09 smithi026 ceph-mon[108096]: from='client.24127 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:25:10.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:09 smithi026 ceph-mon[108096]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:10.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:09 smithi026 ceph-mon[108096]: osdmap e14: 2 total, 2 up, 2 in 2023-10-16T10:25:10.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:09 smithi070 ceph-mon[113398]: from='client.24127 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:25:10.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:09 smithi070 ceph-mon[113398]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-16T10:25:10.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:09 smithi070 ceph-mon[113398]: osdmap e14: 2 total, 2 up, 2 in 2023-10-16T10:25:11.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:10 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/4207232108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14647c32-2268-4626-95f9-60cb4a932fd9"}]: dispatch 2023-10-16T10:25:11.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:10 smithi026 ceph-mon[108096]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14647c32-2268-4626-95f9-60cb4a932fd9"}]: dispatch 2023-10-16T10:25:11.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:10 smithi026 ceph-mon[108096]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14647c32-2268-4626-95f9-60cb4a932fd9"}]': finished 2023-10-16T10:25:11.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:10 smithi026 ceph-mon[108096]: osdmap e15: 3 total, 2 up, 3 in 2023-10-16T10:25:11.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:11.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:10 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/1165258582' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:25:11.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:10 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/4207232108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14647c32-2268-4626-95f9-60cb4a932fd9"}]: dispatch 2023-10-16T10:25:11.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:10 smithi070 ceph-mon[113398]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14647c32-2268-4626-95f9-60cb4a932fd9"}]: dispatch 2023-10-16T10:25:11.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:10 smithi070 ceph-mon[113398]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14647c32-2268-4626-95f9-60cb4a932fd9"}]': finished 2023-10-16T10:25:11.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:10 smithi070 ceph-mon[113398]: osdmap e15: 3 total, 2 up, 3 in 2023-10-16T10:25:11.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:11.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:10 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/1165258582' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:25:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:11 smithi026 ceph-mon[108096]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:11 smithi070 ceph-mon[113398]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:13 smithi026 ceph-mon[108096]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:14.253 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:13 smithi070 ceph-mon[113398]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:15.994 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:15 smithi070 ceph-mon[113398]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:15.994 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-16T10:25:15.994 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:15.995 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:15 smithi070 ceph-mon[113398]: Deploying daemon osd.2 on smithi070 2023-10-16T10:25:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:15 smithi026 ceph-mon[108096]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-16T10:25:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:15 smithi026 ceph-mon[108096]: Deploying daemon osd.2 on smithi070 2023-10-16T10:25:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:17 smithi070 ceph-mon[113398]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:17 smithi026 ceph-mon[108096]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:19.553 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:19.553 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:19.553 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:19.553 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:19 smithi070 ceph-mon[113398]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:19.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:19.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:19 smithi026 ceph-mon[108096]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:20.384 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 2 on host 'smithi070' 2023-10-16T10:25:20.801 DEBUG:teuthology.orchestra.run.smithi070:osd.2> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@osd.2.service 2023-10-16T10:25:20.804 INFO:tasks.cephadm:Deploying osd.3 on smithi070 with /dev/vg_nvme/lv_3... 2023-10-16T10:25:20.805 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-16T10:25:20.828 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:20.828 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:20.828 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:20.828 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:20.829 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:20.829 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:20.829 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:20.829 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:20.833 INFO:journalctl@ceph.osd.2.smithi070.stdout:-- Logs begin at Mon 2023-10-16 10:13:02 UTC. -- 2023-10-16T10:25:21.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:21.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:21.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:21.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:21.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:21.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:21.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:21.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:21.247 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:25:21.813 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:21 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-2[117622]: 2023-10-16T10:25:21.669+0000 7f16fc939640 -1 osd.2 0 log_to_monitors true 2023-10-16T10:25:21.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:21 smithi070 ceph-mon[113398]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:21.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:21 smithi070 ceph-mon[113398]: from='osd.2 [v2:172.21.15.70:6800/806434938,v1:172.21.15.70:6801/806434938]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T10:25:21.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:21 smithi070 ceph-mon[113398]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T10:25:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:21 smithi026 ceph-mon[108096]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:21 smithi026 ceph-mon[108096]: from='osd.2 [v2:172.21.15.70:6800/806434938,v1:172.21.15.70:6801/806434938]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T10:25:22.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:21 smithi026 ceph-mon[108096]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T10:25:22.548 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-16T10:25:22.548 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-16T10:25:22.548 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2023-10-16T10:25:22.549 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2023-10-16T10:25:22.549 INFO:teuthology.orchestra.run.smithi070.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00911188 s, 1.2 GB/s 2023-10-16T10:25:22.549 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2023-10-16T10:25:22.923 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi070:vg_nvme/lv_3 2023-10-16T10:25:23.191 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:25:23.563 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-2[117622]: 2023-10-16T10:25:23.355+0000 7f16f1fb0700 -1 osd.2 0 waiting for initial osdmap 2023-10-16T10:25:23.563 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-2[117622]: 2023-10-16T10:25:23.360+0000 7f16ead9f700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-16T10:25:23.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-16T10:25:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: osdmap e16: 3 total, 2 up, 3 in 2023-10-16T10:25:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='osd.2 [v2:172.21.15.70:6800/806434938,v1:172.21.15.70:6801/806434938]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:23.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:23.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:23.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:23.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-16T10:25:23.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: osdmap e16: 3 total, 2 up, 3 in 2023-10-16T10:25:23.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='osd.2 [v2:172.21.15.70:6800/806434938,v1:172.21.15.70:6801/806434938]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:23.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:23.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:23.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: pgmap v51: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:23.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:23.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:23.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:23.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:23.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: Detected new or changed devices on smithi070 2023-10-16T10:25:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: Adjusting osd_memory_target on smithi070 to 21209M 2023-10-16T10:25:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2023-10-16T10:25:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: osdmap e17: 3 total, 2 up, 3 in 2023-10-16T10:25:24.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:24.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:24.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:25:24.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:25:24.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: Detected new or changed devices on smithi070 2023-10-16T10:25:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: Adjusting osd_memory_target on smithi070 to 21209M 2023-10-16T10:25:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2023-10-16T10:25:24.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: osdmap e17: 3 total, 2 up, 3 in 2023-10-16T10:25:24.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:24.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:24.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:25:24.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:25:24.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:25.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: purged_snaps scrub starts 2023-10-16T10:25:25.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: purged_snaps scrub ok 2023-10-16T10:25:25.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:25:25.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: osd.2 [v2:172.21.15.70:6800/806434938,v1:172.21.15.70:6801/806434938] boot 2023-10-16T10:25:25.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: osdmap e18: 3 total, 3 up, 3 in 2023-10-16T10:25:25.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:25.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:25.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-10-16T10:25:25.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: purged_snaps scrub starts 2023-10-16T10:25:25.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: purged_snaps scrub ok 2023-10-16T10:25:25.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:25:25.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: osd.2 [v2:172.21.15.70:6800/806434938,v1:172.21.15.70:6801/806434938] boot 2023-10-16T10:25:25.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: osdmap e18: 3 total, 3 up, 3 in 2023-10-16T10:25:25.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T10:25:25.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T10:25:25.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-10-16T10:25:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-10-16T10:25:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: osdmap e19: 3 total, 3 up, 3 in 2023-10-16T10:25:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T10:25:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/3747531175' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7af6c13-b140-4f68-b532-674d570d050f"}]: dispatch 2023-10-16T10:25:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7af6c13-b140-4f68-b532-674d570d050f"}]: dispatch 2023-10-16T10:25:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-16T10:25:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7af6c13-b140-4f68-b532-674d570d050f"}]': finished 2023-10-16T10:25:26.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: osdmap e20: 4 total, 3 up, 4 in 2023-10-16T10:25:26.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-10-16T10:25:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: osdmap e19: 3 total, 3 up, 3 in 2023-10-16T10:25:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T10:25:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/3747531175' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7af6c13-b140-4f68-b532-674d570d050f"}]: dispatch 2023-10-16T10:25:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7af6c13-b140-4f68-b532-674d570d050f"}]: dispatch 2023-10-16T10:25:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-16T10:25:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7af6c13-b140-4f68-b532-674d570d050f"}]': finished 2023-10-16T10:25:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: osdmap e20: 4 total, 3 up, 4 in 2023-10-16T10:25:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:27.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:27 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/3021175225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:25:27.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:27 smithi026 ceph-mon[108096]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:27.480 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136418]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T10:25:27.480 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136418]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:27.480 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136418]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:27.480 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136418]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:27.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:27 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/3021175225' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:25:27.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:27 smithi070 ceph-mon[113398]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:27.979 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136421]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T10:25:27.979 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136421]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:27.980 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136421]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:27.980 INFO:journalctl@ceph.osd.0.smithi026.stdout:Oct 16 10:25:27 smithi026 sudo[136421]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:28.370 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136424]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T10:25:28.371 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136424]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:28.371 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136424]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:28.371 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136424]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:28.729 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136427]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T10:25:28.729 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136427]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:28.730 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136427]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:28.730 INFO:journalctl@ceph.osd.1.smithi026.stdout:Oct 16 10:25:28 smithi026 sudo[136427]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:28.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:28 smithi026 ceph-mon[108096]: mgrmap e14: x(active, since 94s) 2023-10-16T10:25:28.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:28 smithi026 ceph-mon[108096]: osdmap e21: 4 total, 3 up, 4 in 2023-10-16T10:25:28.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:28.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:28 smithi070 ceph-mon[113398]: mgrmap e14: x(active, since 94s) 2023-10-16T10:25:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:28 smithi070 ceph-mon[113398]: osdmap e21: 4 total, 3 up, 4 in 2023-10-16T10:25:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:28.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:29.090 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:28 smithi070 sudo[124096]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T10:25:29.091 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:28 smithi070 sudo[124096]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:29.091 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:28 smithi070 sudo[124096]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:29.091 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:28 smithi070 sudo[124096]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:29.532 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:29 smithi070 sudo[124113]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T10:25:29.532 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:29 smithi070 sudo[124113]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:29.532 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:29 smithi070 sudo[124113]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:29.533 INFO:journalctl@ceph.osd.2.smithi070.stdout:Oct 16 10:25:29 smithi070 sudo[124113]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:29 smithi026 sudo[136430]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T10:25:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:29 smithi026 sudo[136430]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:29 smithi026 sudo[136430]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:29 smithi026 sudo[136430]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:30.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 ceph-mon[113398]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:30.165 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:30.166 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 ceph-mon[113398]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T10:25:30.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 sudo[136433]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T10:25:30.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 sudo[136433]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:30.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 sudo[136433]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:30.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 sudo[136433]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:30.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 ceph-mon[108096]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:30.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:30.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:30 smithi026 ceph-mon[108096]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T10:25:30.538 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124298]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T10:25:30.538 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124298]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:30.538 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124298]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:30.539 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124298]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124309]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T10:25:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124309]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T10:25:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124309]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T10:25:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:30 smithi070 sudo[124309]: pam_unix(sudo:session): session closed for user root 2023-10-16T10:25:31.215 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T10:25:31.215 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:25:31.216 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:25:31.216 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T10:25:31.216 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:25:31.216 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:25:31.216 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T10:25:31.217 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:31.217 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-16T10:25:31.217 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:31.217 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:31 smithi070 ceph-mon[113398]: Deploying daemon osd.3 on smithi070 2023-10-16T10:25:31.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T10:25:31.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:25:31.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:25:31.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T10:25:31.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-16T10:25:31.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-16T10:25:31.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T10:25:31.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:31.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-16T10:25:31.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:31.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:31 smithi026 ceph-mon[108096]: Deploying daemon osd.3 on smithi070 2023-10-16T10:25:33.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:33 smithi070 ceph-mon[113398]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:33 smithi026 ceph-mon[108096]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:35.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:35.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:35 smithi070 ceph-mon[113398]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:35.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:35.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:35.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:35.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:35 smithi026 ceph-mon[108096]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-16T10:25:36.240 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 3 on host 'smithi070' 2023-10-16T10:25:36.517 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.517 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.518 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:36.518 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:36.518 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.519 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.519 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.519 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:36 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:36.634 DEBUG:teuthology.orchestra.run.smithi070:osd.3> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@osd.3.service 2023-10-16T10:25:36.636 INFO:tasks.cephadm:Deploying osd.4 on smithi070 with /dev/vg_nvme/lv_2... 2023-10-16T10:25:36.637 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-16T10:25:36.666 INFO:journalctl@ceph.osd.3.smithi070.stdout:-- Logs begin at Mon 2023-10-16 10:13:02 UTC. -- 2023-10-16T10:25:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:36.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:36.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:36.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:36 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:37.111 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:25:37.703 INFO:journalctl@ceph.osd.3.smithi070.stdout:Oct 16 10:25:37 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-3[124913]: 2023-10-16T10:25:37.502+0000 7f5363ce0640 -1 osd.3 0 log_to_monitors true 2023-10-16T10:25:37.704 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:37 smithi070 ceph-mon[113398]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-10-16T10:25:37.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:37 smithi026 ceph-mon[108096]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-10-16T10:25:38.410 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-16T10:25:38.411 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-16T10:25:38.411 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2023-10-16T10:25:38.411 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2023-10-16T10:25:38.411 INFO:teuthology.orchestra.run.smithi070.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00862802 s, 1.2 GB/s 2023-10-16T10:25:38.411 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2023-10-16T10:25:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:38 smithi026 ceph-mon[108096]: from='osd.3 [v2:172.21.15.70:6808/4108254994,v1:172.21.15.70:6809/4108254994]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T10:25:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:38 smithi026 ceph-mon[108096]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T10:25:38.785 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:38 smithi070 ceph-mon[113398]: from='osd.3 [v2:172.21.15.70:6808/4108254994,v1:172.21.15.70:6809/4108254994]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T10:25:38.786 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:38 smithi070 ceph-mon[113398]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T10:25:39.004 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi070:vg_nvme/lv_2 2023-10-16T10:25:39.230 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:25:39.660 INFO:journalctl@ceph.osd.3.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-3[124913]: 2023-10-16T10:25:39.443+0000 7f5359357700 -1 osd.3 0 waiting for initial osdmap 2023-10-16T10:25:39.660 INFO:journalctl@ceph.osd.3.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-3[124913]: 2023-10-16T10:25:39.450+0000 7f535514c700 -1 osd.3 23 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-16T10:25:39.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-16T10:25:39.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='osd.3 [v2:172.21.15.70:6808/4108254994,v1:172.21.15.70:6809/4108254994]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:39.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: osdmap e22: 4 total, 3 up, 4 in 2023-10-16T10:25:39.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:39.661 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:39.662 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-10-16T10:25:39.662 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.662 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.662 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:39.662 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:39.663 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.663 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:39.663 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:39.663 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-16T10:25:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='osd.3 [v2:172.21.15.70:6808/4108254994,v1:172.21.15.70:6809/4108254994]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: osdmap e22: 4 total, 3 up, 4 in 2023-10-16T10:25:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-10-16T10:25:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:39.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:39.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:39.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:39.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:39.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:40.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: Detected new or changed devices on smithi070 2023-10-16T10:25:40.868 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: Adjusting osd_memory_target on smithi070 to 10604M 2023-10-16T10:25:40.868 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2023-10-16T10:25:40.869 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: osdmap e23: 4 total, 3 up, 4 in 2023-10-16T10:25:40.869 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:40.869 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:40.869 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:25:40.869 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:25:40.870 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:40.870 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: Detected new or changed devices on smithi070 2023-10-16T10:25:40.870 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: Adjusting osd_memory_target on smithi070 to 10604M 2023-10-16T10:25:40.871 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2023-10-16T10:25:40.871 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: osdmap e23: 4 total, 3 up, 4 in 2023-10-16T10:25:40.871 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:40.871 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:40.871 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T10:25:40.872 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T10:25:40.872 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:41.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: purged_snaps scrub starts 2023-10-16T10:25:41.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: purged_snaps scrub ok 2023-10-16T10:25:41.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:25:41.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: osd.3 [v2:172.21.15.70:6808/4108254994,v1:172.21.15.70:6809/4108254994] boot 2023-10-16T10:25:41.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: osdmap e24: 4 total, 4 up, 4 in 2023-10-16T10:25:41.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:41.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: pgmap v68: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-10-16T10:25:41.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:41 smithi026 ceph-mon[108096]: osdmap e25: 4 total, 4 up, 4 in 2023-10-16T10:25:41.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: purged_snaps scrub starts 2023-10-16T10:25:41.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: purged_snaps scrub ok 2023-10-16T10:25:41.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:25:41.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: osd.3 [v2:172.21.15.70:6808/4108254994,v1:172.21.15.70:6809/4108254994] boot 2023-10-16T10:25:41.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: osdmap e24: 4 total, 4 up, 4 in 2023-10-16T10:25:41.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T10:25:41.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: pgmap v68: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-10-16T10:25:41.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:41 smithi070 ceph-mon[113398]: osdmap e25: 4 total, 4 up, 4 in 2023-10-16T10:25:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:42 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/4133644184' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "874d7685-a9f4-4dcf-8966-0ca9b6066016"}]: dispatch 2023-10-16T10:25:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:42 smithi026 ceph-mon[108096]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "874d7685-a9f4-4dcf-8966-0ca9b6066016"}]: dispatch 2023-10-16T10:25:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:42 smithi026 ceph-mon[108096]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "874d7685-a9f4-4dcf-8966-0ca9b6066016"}]': finished 2023-10-16T10:25:42.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:42 smithi026 ceph-mon[108096]: osdmap e26: 5 total, 4 up, 5 in 2023-10-16T10:25:42.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:42 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:42 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/4133644184' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "874d7685-a9f4-4dcf-8966-0ca9b6066016"}]: dispatch 2023-10-16T10:25:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:42 smithi070 ceph-mon[113398]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "874d7685-a9f4-4dcf-8966-0ca9b6066016"}]: dispatch 2023-10-16T10:25:42.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:42 smithi070 ceph-mon[113398]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "874d7685-a9f4-4dcf-8966-0ca9b6066016"}]': finished 2023-10-16T10:25:42.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:42 smithi070 ceph-mon[113398]: osdmap e26: 5 total, 4 up, 5 in 2023-10-16T10:25:42.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:42 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:43.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:43 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/1967812887' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:25:43.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:43 smithi026 ceph-mon[108096]: pgmap v71: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-16T10:25:43.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:43 smithi026 ceph-mon[108096]: osdmap e27: 5 total, 4 up, 5 in 2023-10-16T10:25:43.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:43.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:43 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/1967812887' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T10:25:43.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:43 smithi070 ceph-mon[113398]: pgmap v71: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-16T10:25:43.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:43 smithi070 ceph-mon[113398]: osdmap e27: 5 total, 4 up, 5 in 2023-10-16T10:25:43.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:45.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:44 smithi026 ceph-mon[108096]: osdmap e28: 5 total, 4 up, 5 in 2023-10-16T10:25:45.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:45.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:44 smithi070 ceph-mon[113398]: osdmap e28: 5 total, 4 up, 5 in 2023-10-16T10:25:45.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:45 smithi026 ceph-mon[108096]: pgmap v74: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-16T10:25:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:45 smithi070 ceph-mon[113398]: pgmap v74: 1 pgs: 1 unknown; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-16T10:25:47.217 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-16T10:25:47.217 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:47.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-16T10:25:47.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:48.146 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:47 smithi070 ceph-mon[113398]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 112 KiB/s, 0 objects/s recovering 2023-10-16T10:25:48.147 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:47 smithi070 ceph-mon[113398]: Deploying daemon osd.4 on smithi070 2023-10-16T10:25:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:47 smithi026 ceph-mon[108096]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 112 KiB/s, 0 objects/s recovering 2023-10-16T10:25:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:47 smithi026 ceph-mon[108096]: Deploying daemon osd.4 on smithi070 2023-10-16T10:25:49.278 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:49 smithi070 ceph-mon[113398]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-10-16T10:25:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:49 smithi026 ceph-mon[108096]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 87 KiB/s, 0 objects/s recovering 2023-10-16T10:25:51.554 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:51.555 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:51.555 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:51.555 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:51 smithi070 ceph-mon[113398]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-16T10:25:51.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:51.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:51.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:51.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:51 smithi026 ceph-mon[108096]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-16T10:25:52.332 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 4 on host 'smithi070' 2023-10-16T10:25:52.732 DEBUG:teuthology.orchestra.run.smithi070:osd.4> sudo journalctl -f -n 0 -u ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7@osd.4.service 2023-10-16T10:25:52.735 INFO:tasks.cephadm:Waiting for 5 OSDs to come up... 2023-10-16T10:25:52.735 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T10:25:52.765 INFO:journalctl@ceph.osd.4.smithi070.stdout:-- Logs begin at Mon 2023-10-16 10:13:02 UTC. -- 2023-10-16T10:25:52.999 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:25:53.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:53.137 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.138 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.138 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:53.138 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:53.138 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.139 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.139 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:53.139 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:25:53.816 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:53 smithi026 ceph-mon[108096]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-10-16T10:25:53.816 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:53 smithi026 ceph-mon[108096]: from='osd.4 [v2:172.21.15.70:6816/2691731859,v1:172.21.15.70:6817/2691731859]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T10:25:53.816 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:53 smithi026 ceph-mon[108096]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T10:25:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:53 smithi070 ceph-mon[113398]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 60 KiB/s, 0 objects/s recovering 2023-10-16T10:25:54.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:53 smithi070 ceph-mon[113398]: from='osd.4 [v2:172.21.15.70:6816/2691731859,v1:172.21.15.70:6817/2691731859]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T10:25:54.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:53 smithi070 ceph-mon[113398]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T10:25:54.064 INFO:journalctl@ceph.osd.4.smithi070.stdout:Oct 16 10:25:53 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-4[132280]: 2023-10-16T10:25:53.662+0000 7f7003073640 -1 osd.4 0 log_to_monitors true 2023-10-16T10:25:54.237 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:25:54.676 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":28,"num_osds":5,"num_up_osds":4,"osd_up_since":1697451940,"num_in_osds":5,"osd_in_since":1697451941,"num_remapped_pgs":0} 2023-10-16T10:25:55.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3486469602' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T10:25:55.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-16T10:25:55.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: osdmap e29: 5 total, 4 up, 5 in 2023-10-16T10:25:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='osd.4 [v2:172.21.15.70:6816/2691731859,v1:172.21.15.70:6817/2691731859]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:55.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:55.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:55.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:55.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:55.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:54 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3486469602' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T10:25:55.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-16T10:25:55.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: osdmap e29: 5 total, 4 up, 5 in 2023-10-16T10:25:55.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='osd.4 [v2:172.21.15.70:6816/2691731859,v1:172.21.15.70:6817/2691731859]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:55.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:55.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2023-10-16T10:25:55.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:55.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:55.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:25:55.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:25:55.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:25:55.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:54 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:25:55.563 INFO:journalctl@ceph.osd.4.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-4[132280]: 2023-10-16T10:25:55.308+0000 7f6ff8eeb700 -1 osd.4 0 waiting for initial osdmap 2023-10-16T10:25:55.563 INFO:journalctl@ceph.osd.4.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-e6643bec-6c0d-11ee-8db6-212e2dc638e7-osd-4[132280]: 2023-10-16T10:25:55.311+0000 7f6ff04d7700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-16T10:25:55.677 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T10:25:55.938 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:25:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:55 smithi026 ceph-mon[108096]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-16T10:25:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:55 smithi026 ceph-mon[108096]: Detected new or changed devices on smithi070 2023-10-16T10:25:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:55 smithi026 ceph-mon[108096]: Adjusting osd_memory_target on smithi070 to 7069M 2023-10-16T10:25:55.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:55 smithi026 ceph-mon[108096]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2023-10-16T10:25:55.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:55 smithi026 ceph-mon[108096]: osdmap e30: 5 total, 4 up, 5 in 2023-10-16T10:25:55.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:55 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-mon[113398]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-16T10:25:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-mon[113398]: Detected new or changed devices on smithi070 2023-10-16T10:25:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-mon[113398]: Adjusting osd_memory_target on smithi070 to 7069M 2023-10-16T10:25:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-mon[113398]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2023-10-16T10:25:56.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-mon[113398]: osdmap e30: 5 total, 4 up, 5 in 2023-10-16T10:25:56.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:55 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:57.137 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:25:57.556 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":31,"num_osds":5,"num_up_osds":5,"osd_up_since":1697451956,"num_in_osds":5,"osd_in_since":1697451941,"num_remapped_pgs":0} 2023-10-16T10:25:57.557 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T10:25:57.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: purged_snaps scrub starts 2023-10-16T10:25:57.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: purged_snaps scrub ok 2023-10-16T10:25:57.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: osd.4 [v2:172.21.15.70:6816/2691731859,v1:172.21.15.70:6817/2691731859] boot 2023-10-16T10:25:57.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: osdmap e31: 5 total, 5 up, 5 in 2023-10-16T10:25:57.578 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:57.579 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-16T10:25:57.579 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:57 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2235349920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T10:25:57.614 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: purged_snaps scrub starts 2023-10-16T10:25:57.615 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: purged_snaps scrub ok 2023-10-16T10:25:57.615 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: osd.4 [v2:172.21.15.70:6816/2691731859,v1:172.21.15.70:6817/2691731859] boot 2023-10-16T10:25:57.615 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: osdmap e31: 5 total, 5 up, 5 in 2023-10-16T10:25:57.615 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T10:25:57.615 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-16T10:25:57.616 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:57 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2235349920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T10:25:57.838 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:25:58.612 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:58 smithi026 ceph-mon[108096]: osdmap e32: 5 total, 5 up, 5 in 2023-10-16T10:25:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:58 smithi070 ceph-mon[113398]: osdmap e32: 5 total, 5 up, 5 in 2023-10-16T10:25:59.036 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:25:59.037 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":32,"fsid":"e6643bec-6c0d-11ee-8db6-212e2dc638e7","created":"2023-10-16T10:23:04.181303+0000","modified":"2023-10-16T10:25:57.308169+0000","last_up_change":"2023-10-16T10:25:56.306226+0000","last_in_change":"2023-10-16T10:25:41.943486+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":12,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":5,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-16T10:25:25.102050+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":5,"score_stable":5,"optimal_score":0.60000002384185791,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"27a14f6b-ea72-4b70-a3c9-01703af02375","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6803","nonce":817425506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6805","nonce":817425506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6809","nonce":817425506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6807","nonce":817425506}]},"public_addr":"172.21.15.26:6803/817425506","cluster_addr":"172.21.15.26:6805/817425506","heartbeat_back_addr":"172.21.15.26:6809/817425506","heartbeat_front_addr":"172.21.15.26:6807/817425506","state":["exists","up"]},{"osd":1,"uuid":"c29adcdc-36c0-4bcf-bd90-d4115b67484c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6811","nonce":1444167707}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6813","nonce":1444167707}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6817","nonce":1444167707}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6815","nonce":1444167707}]},"public_addr":"172.21.15.26:6811/1444167707","cluster_addr":"172.21.15.26:6813/1444167707","heartbeat_back_addr":"172.21.15.26:6817/1444167707","heartbeat_front_addr":"172.21.15.26:6815/1444167707","state":["exists","up"]},{"osd":2,"uuid":"14647c32-2268-4626-95f9-60cb4a932fd9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6801","nonce":806434938}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6802","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6803","nonce":806434938}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6807","nonce":806434938}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6805","nonce":806434938}]},"public_addr":"172.21.15.70:6801/806434938","cluster_addr":"172.21.15.70:6803/806434938","heartbeat_back_addr":"172.21.15.70:6807/806434938","heartbeat_front_addr":"172.21.15.70:6805/806434938","state":["exists","up"]},{"osd":3,"uuid":"e7af6c13-b140-4f68-b532-674d570d050f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6809","nonce":4108254994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6810","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6811","nonce":4108254994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6815","nonce":4108254994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6813","nonce":4108254994}]},"public_addr":"172.21.15.70:6809/4108254994","cluster_addr":"172.21.15.70:6811/4108254994","heartbeat_back_addr":"172.21.15.70:6815/4108254994","heartbeat_front_addr":"172.21.15.70:6813/4108254994","state":["exists","up"]},{"osd":4,"uuid":"874d7685-a9f4-4dcf-8966-0ca9b6066016","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6816","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6817","nonce":2691731859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6818","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6819","nonce":2691731859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6822","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6823","nonce":2691731859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6820","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6821","nonce":2691731859}]},"public_addr":"172.21.15.70:6817/2691731859","cluster_addr":"172.21.15.70:6819/2691731859","heartbeat_back_addr":"172.21.15.70:6823/2691731859","heartbeat_front_addr":"172.21.15.70:6821/2691731859","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:24:47.965966+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:05.989136+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:22.683697+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:38.528731+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:54.706441+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/2015931478":"2023-10-17T10:23:52.564352+0000","172.21.15.26:0/1456307881":"2023-10-17T10:23:52.564352+0000","172.21.15.26:6800/3900265768":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/390298876":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/3940616474":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/3439231179":"2023-10-17T10:23:52.564352+0000","172.21.15.26:6801/3900265768":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/260341241":"2023-10-17T10:23:30.934336+0000","172.21.15.26:6800/2015931478":"2023-10-17T10:23:52.564352+0000","172.21.15.26:0/1159502933":"2023-10-17T10:23:52.564352+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-16T10:25:59.431 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-16T10:25:25.102050+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_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 5, 'score_stable': 5, 'optimal_score': 0.6000000238418579, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-10-16T10:25:59.432 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-16T10:25:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:59 smithi026 ceph-mon[108096]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:25:59.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:25:59 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1737200277' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T10:25:59.730 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:25:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:59 smithi070 ceph-mon[113398]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:25:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:25:59 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1737200277' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T10:26:00.937 INFO:teuthology.orchestra.run.smithi026.stdout:pg_num: 1 2023-10-16T10:26:01.388 INFO:tasks.cephadm:Setting up client nodes... 2023-10-16T10:26:01.389 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-16T10:26:01.642 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:01 smithi026 ceph-mon[108096]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:01 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3824491016' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-16T10:26:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:01 smithi070 ceph-mon[113398]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:01 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3824491016' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-16T10:26:03.000 INFO:teuthology.orchestra.run.smithi026.stdout:[client.0] 2023-10-16T10:26:03.000 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQC6Dy1le6N7OxAAgmSsUICjPFc4nAxbqrn6xw== 2023-10-16T10:26:03.398 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T10:26:03.398 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-16T10:26:03.398 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-16T10:26:03.448 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-16T10:26:03.688 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-16T10:26:03.808 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:03 smithi070 ceph-mon[113398]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:03.809 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:03 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1390818024' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T10:26:03.809 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:03 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1390818024' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-16T10:26:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:03 smithi026 ceph-mon[108096]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:03 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1390818024' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T10:26:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:03 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1390818024' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-16T10:26:04.902 INFO:teuthology.orchestra.run.smithi070.stdout:[client.1] 2023-10-16T10:26:04.902 INFO:teuthology.orchestra.run.smithi070.stdout: key = AQC8Dy1lTspyNRAAuMU6jsNaegTbder0M8kGBg== 2023-10-16T10:26:05.312 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:26:05.313 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-16T10:26:05.313 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-16T10:26:05.354 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-16T10:26:05.374 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-16T10:26:05.375 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-16T10:26:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:05.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:05 smithi026 ceph-mon[108096]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:05.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:05 smithi026 ceph-mon[108096]: from='client.? 172.21.15.70:0/3668874390' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T10:26:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:05 smithi026 ceph-mon[108096]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T10:26:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:05 smithi026 ceph-mon[108096]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-16T10:26:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:05 smithi070 ceph-mon[113398]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:05 smithi070 ceph-mon[113398]: from='client.? 172.21.15.70:0/3668874390' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T10:26:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:05 smithi070 ceph-mon[113398]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-16T10:26:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:05 smithi070 ceph-mon[113398]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-16T10:26:06.890 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:07.289 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":14,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6800","nonce":2560103000},{"type":"v1","addr":"172.21.15.26:6801","nonce":2560103000}]},"active_addr":"172.21.15.26:6801/2560103000","active_change":"2023-10-16T10:23:52.564532+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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":"quay.io/prometheus/alertmanager:v0.25.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":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.3","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"secs","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":"Search-registry to which we should normalize unqualified image names. This is not the default registry","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":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","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_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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_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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","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":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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_perf_query","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":"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":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":[]},"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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":"rgw","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":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","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.26:8443/"},"always_on_modules":{"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"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":2429640357}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":2288709056}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":771169920}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":817664419}]}]} 2023-10-16T10:26:07.291 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-16T10:26:07.292 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-16T10:26:07.292 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T10:26:07.545 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:07 smithi026 ceph-mon[108096]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:07.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:07 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/953467764' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-16T10:26:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:07 smithi070 ceph-mon[113398]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:07 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/953467764' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-16T10:26:08.788 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:08.788 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":32,"fsid":"e6643bec-6c0d-11ee-8db6-212e2dc638e7","created":"2023-10-16T10:23:04.181303+0000","modified":"2023-10-16T10:25:57.308169+0000","last_up_change":"2023-10-16T10:25:56.306226+0000","last_in_change":"2023-10-16T10:25:41.943486+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":12,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":5,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-16T10:25:25.102050+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":5,"score_stable":5,"optimal_score":0.60000002384185791,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"27a14f6b-ea72-4b70-a3c9-01703af02375","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6803","nonce":817425506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6805","nonce":817425506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6809","nonce":817425506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6807","nonce":817425506}]},"public_addr":"172.21.15.26:6803/817425506","cluster_addr":"172.21.15.26:6805/817425506","heartbeat_back_addr":"172.21.15.26:6809/817425506","heartbeat_front_addr":"172.21.15.26:6807/817425506","state":["exists","up"]},{"osd":1,"uuid":"c29adcdc-36c0-4bcf-bd90-d4115b67484c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6811","nonce":1444167707}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6813","nonce":1444167707}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6817","nonce":1444167707}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6815","nonce":1444167707}]},"public_addr":"172.21.15.26:6811/1444167707","cluster_addr":"172.21.15.26:6813/1444167707","heartbeat_back_addr":"172.21.15.26:6817/1444167707","heartbeat_front_addr":"172.21.15.26:6815/1444167707","state":["exists","up"]},{"osd":2,"uuid":"14647c32-2268-4626-95f9-60cb4a932fd9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6801","nonce":806434938}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6802","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6803","nonce":806434938}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6807","nonce":806434938}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6805","nonce":806434938}]},"public_addr":"172.21.15.70:6801/806434938","cluster_addr":"172.21.15.70:6803/806434938","heartbeat_back_addr":"172.21.15.70:6807/806434938","heartbeat_front_addr":"172.21.15.70:6805/806434938","state":["exists","up"]},{"osd":3,"uuid":"e7af6c13-b140-4f68-b532-674d570d050f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6809","nonce":4108254994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6810","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6811","nonce":4108254994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6815","nonce":4108254994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6813","nonce":4108254994}]},"public_addr":"172.21.15.70:6809/4108254994","cluster_addr":"172.21.15.70:6811/4108254994","heartbeat_back_addr":"172.21.15.70:6815/4108254994","heartbeat_front_addr":"172.21.15.70:6813/4108254994","state":["exists","up"]},{"osd":4,"uuid":"874d7685-a9f4-4dcf-8966-0ca9b6066016","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6816","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6817","nonce":2691731859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6818","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6819","nonce":2691731859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6822","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6823","nonce":2691731859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6820","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6821","nonce":2691731859}]},"public_addr":"172.21.15.70:6817/2691731859","cluster_addr":"172.21.15.70:6819/2691731859","heartbeat_back_addr":"172.21.15.70:6823/2691731859","heartbeat_front_addr":"172.21.15.70:6821/2691731859","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:24:47.965966+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:05.989136+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:22.683697+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:38.528731+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:54.706441+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/2015931478":"2023-10-17T10:23:52.564352+0000","172.21.15.26:0/1456307881":"2023-10-17T10:23:52.564352+0000","172.21.15.26:6800/3900265768":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/390298876":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/3940616474":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/3439231179":"2023-10-17T10:23:52.564352+0000","172.21.15.26:6801/3900265768":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/260341241":"2023-10-17T10:23:30.934336+0000","172.21.15.26:6800/2015931478":"2023-10-17T10:23:52.564352+0000","172.21.15.26:0/1159502933":"2023-10-17T10:23:52.564352+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-16T10:26:09.096 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:09 smithi026 ceph-mon[108096]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:09.096 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:09 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3491398313' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T10:26:09.180 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-16T10:26:09.180 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T10:26:09.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:09 smithi070 ceph-mon[113398]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:09.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:09 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3491398313' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T10:26:09.437 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:10.621 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:10.622 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":32,"fsid":"e6643bec-6c0d-11ee-8db6-212e2dc638e7","created":"2023-10-16T10:23:04.181303+0000","modified":"2023-10-16T10:25:57.308169+0000","last_up_change":"2023-10-16T10:25:56.306226+0000","last_in_change":"2023-10-16T10:25:41.943486+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":12,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":5,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-16T10:25:25.102050+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":5,"score_stable":5,"optimal_score":0.60000002384185791,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"27a14f6b-ea72-4b70-a3c9-01703af02375","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6803","nonce":817425506}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6805","nonce":817425506}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6809","nonce":817425506}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":817425506},{"type":"v1","addr":"172.21.15.26:6807","nonce":817425506}]},"public_addr":"172.21.15.26:6803/817425506","cluster_addr":"172.21.15.26:6805/817425506","heartbeat_back_addr":"172.21.15.26:6809/817425506","heartbeat_front_addr":"172.21.15.26:6807/817425506","state":["exists","up"]},{"osd":1,"uuid":"c29adcdc-36c0-4bcf-bd90-d4115b67484c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6811","nonce":1444167707}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6813","nonce":1444167707}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6817","nonce":1444167707}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":1444167707},{"type":"v1","addr":"172.21.15.26:6815","nonce":1444167707}]},"public_addr":"172.21.15.26:6811/1444167707","cluster_addr":"172.21.15.26:6813/1444167707","heartbeat_back_addr":"172.21.15.26:6817/1444167707","heartbeat_front_addr":"172.21.15.26:6815/1444167707","state":["exists","up"]},{"osd":2,"uuid":"14647c32-2268-4626-95f9-60cb4a932fd9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6801","nonce":806434938}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6802","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6803","nonce":806434938}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6807","nonce":806434938}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":806434938},{"type":"v1","addr":"172.21.15.70:6805","nonce":806434938}]},"public_addr":"172.21.15.70:6801/806434938","cluster_addr":"172.21.15.70:6803/806434938","heartbeat_back_addr":"172.21.15.70:6807/806434938","heartbeat_front_addr":"172.21.15.70:6805/806434938","state":["exists","up"]},{"osd":3,"uuid":"e7af6c13-b140-4f68-b532-674d570d050f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6809","nonce":4108254994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6810","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6811","nonce":4108254994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6814","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6815","nonce":4108254994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6812","nonce":4108254994},{"type":"v1","addr":"172.21.15.70:6813","nonce":4108254994}]},"public_addr":"172.21.15.70:6809/4108254994","cluster_addr":"172.21.15.70:6811/4108254994","heartbeat_back_addr":"172.21.15.70:6815/4108254994","heartbeat_front_addr":"172.21.15.70:6813/4108254994","state":["exists","up"]},{"osd":4,"uuid":"874d7685-a9f4-4dcf-8966-0ca9b6066016","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6816","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6817","nonce":2691731859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6818","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6819","nonce":2691731859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6822","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6823","nonce":2691731859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6820","nonce":2691731859},{"type":"v1","addr":"172.21.15.70:6821","nonce":2691731859}]},"public_addr":"172.21.15.70:6817/2691731859","cluster_addr":"172.21.15.70:6819/2691731859","heartbeat_back_addr":"172.21.15.70:6823/2691731859","heartbeat_front_addr":"172.21.15.70:6821/2691731859","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:24:47.965966+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:05.989136+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:22.683697+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:38.528731+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-16T10:25:54.706441+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:6801/2015931478":"2023-10-17T10:23:52.564352+0000","172.21.15.26:0/1456307881":"2023-10-17T10:23:52.564352+0000","172.21.15.26:6800/3900265768":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/390298876":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/3940616474":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/3439231179":"2023-10-17T10:23:52.564352+0000","172.21.15.26:6801/3900265768":"2023-10-17T10:23:30.934336+0000","172.21.15.26:0/260341241":"2023-10-17T10:23:30.934336+0000","172.21.15.26:6800/2015931478":"2023-10-17T10:23:52.564352+0000","172.21.15.26:0/1159502933":"2023-10-17T10:23:52.564352+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-16T10:26:10.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:10 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3250311185' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T10:26:11.044 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-16T10:26:11.044 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-16T10:26:11.045 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-16T10:26:11.045 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-16T10:26:11.046 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-16T10:26:11.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:10 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3250311185' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T10:26:11.336 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:11.348 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:11.593 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:11.676 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:11.698 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:11.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:11 smithi026 ceph-mon[108096]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:11 smithi070 ceph-mon[113398]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:13.846 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:13 smithi026 ceph-mon[108096]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:13 smithi070 ceph-mon[113398]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:14.439 INFO:teuthology.orchestra.run.smithi026.stdout:103079215113 2023-10-16T10:26:14.439 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-16T10:26:15.092 INFO:teuthology.orchestra.run.smithi026.stdout:34359738387 2023-10-16T10:26:15.092 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-16T10:26:15.236 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:15.915 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:15 smithi026 ceph-mon[108096]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:15 smithi070 ceph-mon[113398]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:16.376 INFO:teuthology.orchestra.run.smithi026.stdout:55834574864 2023-10-16T10:26:16.377 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-16T10:26:16.549 INFO:teuthology.orchestra.run.smithi026.stdout:133143986181 2023-10-16T10:26:16.549 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-16T10:26:16.694 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:16.707 INFO:teuthology.orchestra.run.smithi026.stdout:77309411340 2023-10-16T10:26:16.708 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-16T10:26:16.958 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:17.385 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:17.944 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:17 smithi026 ceph-mon[108096]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:17 smithi070 ceph-mon[113398]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:18.100 INFO:teuthology.orchestra.run.smithi026.stdout:103079215114 2023-10-16T10:26:18.485 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:18.755 INFO:teuthology.orchestra.run.smithi026.stdout:34359738388 2023-10-16T10:26:19.077 INFO:teuthology.orchestra.run.smithi026.stdout:55834574864 2023-10-16T10:26:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:19 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/405586463' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-16T10:26:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:19 smithi026 ceph-mon[108096]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:19.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:19 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1775423258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-16T10:26:19.268 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215113 got 103079215114 for osd.3 2023-10-16T10:26:19.268 DEBUG:teuthology.parallel:result is None 2023-10-16T10:26:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:19 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/405586463' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-16T10:26:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:19 smithi070 ceph-mon[113398]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:19 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1775423258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-16T10:26:19.486 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738387 got 34359738388 for osd.0 2023-10-16T10:26:19.486 DEBUG:teuthology.parallel:result is None 2023-10-16T10:26:19.903 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574864 got 55834574864 for osd.1 2023-10-16T10:26:19.904 DEBUG:teuthology.parallel:result is None 2023-10-16T10:26:20.175 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:20 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/3695459880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-16T10:26:20.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:20 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/3695459880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-16T10:26:20.617 INFO:teuthology.orchestra.run.smithi026.stdout:133143986182 2023-10-16T10:26:20.778 INFO:teuthology.orchestra.run.smithi026.stdout:77309411341 2023-10-16T10:26:21.011 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986181 got 133143986182 for osd.4 2023-10-16T10:26:21.011 DEBUG:teuthology.parallel:result is None 2023-10-16T10:26:21.252 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:21 smithi026 ceph-mon[108096]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:21.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:21 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/815091936' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-16T10:26:21.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:21 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1019034799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-16T10:26:21.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:21 smithi070 ceph-mon[113398]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:21.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:21 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/815091936' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-16T10:26:21.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:21 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1019034799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-16T10:26:21.350 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411340 got 77309411341 for osd.2 2023-10-16T10:26:21.350 DEBUG:teuthology.parallel:result is None 2023-10-16T10:26:21.351 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-16T10:26:21.351 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-16T10:26:21.608 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:22.828 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:22.830 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2023-10-16T10:26:23.233 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2023-10-16T10:26:22.595775+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":5,"num_per_pool_osds":5,"num_per_pool_omap_osds":3,"kb":468725760,"kb_used":138184,"kb_used_data":3048,"kb_used_omap":7,"kb_used_meta":135032,"kb_avail":468587576,"statfs":{"total":479975178240,"available":479833677824,"internally_reserved":0,"allocated":3121152,"data_stored":2270796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7967,"internal_metadata":138272993},"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":"12.002113"},"pg_stats":[{"pgid":"1.0","version":"21'117","reported_seq":182,"reported_epoch":31,"state":"active+clean","last_fresh":"2023-10-16T10:25:57.407889+0000","last_change":"2023-10-16T10:25:43.951639+0000","last_active":"2023-10-16T10:25:57.407889+0000","last_peered":"2023-10-16T10:25:57.407889+0000","last_clean":"2023-10-16T10:25:57.407889+0000","last_became_active":"2023-10-16T10:25:43.951147+0000","last_became_peered":"2023-10-16T10:25:43.951147+0000","last_unstale":"2023-10-16T10:25:57.407889+0000","last_undegraded":"2023-10-16T10:25:57.407889+0000","last_fullsized":"2023-10-16T10:25:57.407889+0000","mapping_epoch":27,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":28,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-16T10:25:25.359909+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-16T10:25:25.359909+0000","last_clean_scrub_stamp":"2023-10-16T10:25:25.359909+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-17T11:00:02.050034+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":[3,0,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":4,"up_from":31,"seq":133143986183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27284,"kb_used_data":264,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717868,"statfs":{"total":95995035648,"available":95967096832,"internally_reserved":0,"allocated":270336,"data_stored":100193,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3],"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.38700000000000001}]},{"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.35099999999999998}]},{"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.32600000000000001}]},{"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.40200000000000002}]}]},{"osd":3,"up_from":24,"seq":103079215115,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27868,"kb_used_data":840,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717284,"statfs":{"total":95995035648,"available":95966498816,"internally_reserved":0,"allocated":860160,"data_stored":690230,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1591,"internal_metadata":27654601},"hb_peers":[0,1,2,4],"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.71499999999999997}]},{"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.91300000000000003}]},{"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.40300000000000002}]},{"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.47099999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411342,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27876,"kb_used_data":844,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717276,"statfs":{"total":95995035648,"available":95966490624,"internally_reserved":0,"allocated":864256,"data_stored":690561,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4],"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.56200000000000006}]},{"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":4.8319999999999999}]},{"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.47299999999999998}]},{"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.54900000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738389,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27864,"kb_used_data":840,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717288,"statfs":{"total":95995035648,"available":95966502912,"internally_reserved":0,"allocated":860160,"data_stored":689892,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4],"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":"Mon Oct 16 10:26:09 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.27000000000000002}]},{"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.432}]},{"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.46200000000000002}]},{"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.44700000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574865,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27292,"kb_used_data":260,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717860,"statfs":{"total":95995035648,"available":95967088640,"internally_reserved":0,"allocated":266240,"data_stored":99920,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2,3,4],"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":"Mon Oct 16 10:26:11 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.28399999999999997}]},{"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.54600000000000004}]},{"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.61899999999999999}]},{"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.52200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-16T10:26:23.234 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-16T10:26:23.490 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:23.889 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:23 smithi026 ceph-mon[108096]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:23.889 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:23 smithi026 ceph-mon[108096]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T10:26:24.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:23 smithi070 ceph-mon[113398]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:23 smithi070 ceph-mon[113398]: from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T10:26:24.718 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:24.721 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2023-10-16T10:26:25.135 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":98,"stamp":"2023-10-16T10:26:24.596070+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":5,"num_per_pool_osds":5,"num_per_pool_omap_osds":3,"kb":468725760,"kb_used":138184,"kb_used_data":3048,"kb_used_omap":7,"kb_used_meta":135032,"kb_avail":468587576,"statfs":{"total":479975178240,"available":479833677824,"internally_reserved":0,"allocated":3121152,"data_stored":2270796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7967,"internal_metadata":138272993},"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":"12.002099"},"pg_stats":[{"pgid":"1.0","version":"21'117","reported_seq":182,"reported_epoch":31,"state":"active+clean","last_fresh":"2023-10-16T10:25:57.407889+0000","last_change":"2023-10-16T10:25:43.951639+0000","last_active":"2023-10-16T10:25:57.407889+0000","last_peered":"2023-10-16T10:25:57.407889+0000","last_clean":"2023-10-16T10:25:57.407889+0000","last_became_active":"2023-10-16T10:25:43.951147+0000","last_became_peered":"2023-10-16T10:25:43.951147+0000","last_unstale":"2023-10-16T10:25:57.407889+0000","last_undegraded":"2023-10-16T10:25:57.407889+0000","last_fullsized":"2023-10-16T10:25:57.407889+0000","mapping_epoch":27,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":28,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-16T10:25:25.359909+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-16T10:25:25.359909+0000","last_clean_scrub_stamp":"2023-10-16T10:25:25.359909+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-17T11:00:02.050034+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":[3,0,2],"acting":[3,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":4,"up_from":31,"seq":133143986183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27284,"kb_used_data":264,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717868,"statfs":{"total":95995035648,"available":95967096832,"internally_reserved":0,"allocated":270336,"data_stored":100193,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3],"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.38700000000000001}]},{"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.35099999999999998}]},{"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.32600000000000001}]},{"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.40200000000000002}]}]},{"osd":3,"up_from":24,"seq":103079215115,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27868,"kb_used_data":840,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717284,"statfs":{"total":95995035648,"available":95966498816,"internally_reserved":0,"allocated":860160,"data_stored":690230,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1591,"internal_metadata":27654601},"hb_peers":[0,1,2,4],"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.71499999999999997}]},{"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.91300000000000003}]},{"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.40300000000000002}]},{"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.47099999999999997}]}]},{"osd":2,"up_from":18,"seq":77309411342,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27876,"kb_used_data":844,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717276,"statfs":{"total":95995035648,"available":95966490624,"internally_reserved":0,"allocated":864256,"data_stored":690561,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4],"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.56200000000000006}]},{"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":4.8319999999999999}]},{"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.47299999999999998}]},{"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.54900000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738389,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27864,"kb_used_data":840,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717288,"statfs":{"total":95995035648,"available":95966502912,"internally_reserved":0,"allocated":860160,"data_stored":689892,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[1,2,3,4],"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":"Mon Oct 16 10:26:09 2023","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"last":0.27000000000000002}]},{"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.432}]},{"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.46200000000000002}]},{"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.44700000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574866,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27292,"kb_used_data":260,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717860,"statfs":{"total":95995035648,"available":95967088640,"internally_reserved":0,"allocated":266240,"data_stored":99920,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2,3,4],"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":"Mon Oct 16 10:26:11 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.38300000000000001}]},{"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.54700000000000004}]},{"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.51300000000000001}]},{"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.63100000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-16T10:26:25.136 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-16T10:26:25.136 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-16T10:26:25.137 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-16T10:26:25.137 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-16T10:26:25.391 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:25.810 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:25 smithi026 ceph-mon[108096]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:25.811 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:25 smithi026 ceph-mon[108096]: from='client.14344 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T10:26:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:25 smithi070 ceph-mon[113398]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:25 smithi070 ceph-mon[113398]: from='client.14344 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T10:26:26.628 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:26.628 INFO:teuthology.orchestra.run.smithi026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-16T10:26:26.943 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:26 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/700478884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-16T10:26:27.026 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-16T10:26:27.026 INFO:tasks.cephadm:Setup complete, yielding 2023-10-16T10:26:27.027 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T10:26:27.039 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T10:26:27.040 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-16T10:26:27.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:26 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/700478884' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-16T10:26:27.297 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:27.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:27 smithi026 ceph-mon[108096]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:27 smithi070 ceph-mon[113398]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:28.526 INFO:teuthology.orchestra.run.smithi026.stdout:Backend: cephadm 2023-10-16T10:26:28.527 INFO:teuthology.orchestra.run.smithi026.stdout:Available: Yes 2023-10-16T10:26:28.527 INFO:teuthology.orchestra.run.smithi026.stdout:Paused: No 2023-10-16T10:26:28.902 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-16T10:26:29.160 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:29.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:29 smithi026 ceph-mon[108096]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:29.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:29 smithi026 ceph-mon[108096]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:29.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:29 smithi070 ceph-mon[113398]: from='client.14352 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:29.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:29 smithi070 ceph-mon[113398]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-16T10:26:30.396 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.x smithi026 *:9283,8765 running (3m) 85s ago 3m 485M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 c674875e241d 2023-10-16T10:26:30.396 INFO:teuthology.orchestra.run.smithi026.stdout:mon.a smithi026 running (3m) 85s ago 3m 45.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 198e07d68a89 2023-10-16T10:26:30.396 INFO:teuthology.orchestra.run.smithi026.stdout:mon.b smithi070 running (2m) 38s ago 2m 45.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 604ea72fc599 2023-10-16T10:26:30.396 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (106s) 85s ago 106s 29.0M 8559M 18.0.0-6722-gbcf5b23f 432d8aed36d3 954fee9bde2a 2023-10-16T10:26:30.396 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (88s) 85s ago 88s 11.6M 8559M 18.0.0-6722-gbcf5b23f 432d8aed36d3 1410fb0beac1 2023-10-16T10:26:30.397 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi070 running (72s) 38s ago 71s 43.7M 7069M 18.0.0-6722-gbcf5b23f 432d8aed36d3 f33ce9ce2f1b 2023-10-16T10:26:30.397 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi070 running (56s) 38s ago 56s 34.6M 7069M 18.0.0-6722-gbcf5b23f 432d8aed36d3 85a5282274f9 2023-10-16T10:26:30.397 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi070 running (40s) 38s ago 40s 11.4M 7069M 18.0.0-6722-gbcf5b23f 432d8aed36d3 03effa8b9467 2023-10-16T10:26:30.820 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-16T10:26:31.074 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:31.907 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:31 smithi026 ceph-mon[108096]: from='client.14356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:31.907 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:31 smithi026 ceph-mon[108096]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:31 smithi070 ceph-mon[113398]: from='client.14356 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:31 smithi070 ceph-mon[113398]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:32.363 INFO:teuthology.orchestra.run.smithi026.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-16T10:26:32.364 INFO:teuthology.orchestra.run.smithi026.stdout:mgr 1/1 87s ago 2m smithi026=x;count:1 2023-10-16T10:26:32.364 INFO:teuthology.orchestra.run.smithi026.stdout:mon 2/2 87s ago 2m smithi026:172.21.15.26=a;smithi070:172.21.15.70=b;count:2 2023-10-16T10:26:32.364 INFO:teuthology.orchestra.run.smithi026.stdout:osd 5 87s ago - 2023-10-16T10:26:32.759 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-16T10:26:33.014 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:33.868 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:33 smithi026 ceph-mon[108096]: from='client.14360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:33.869 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:33 smithi026 ceph-mon[108096]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:33 smithi070 ceph-mon[113398]: from='client.14360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:33 smithi070 ceph-mon[113398]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:34.297 INFO:teuthology.orchestra.run.smithi026.stdout:HOST ADDR LABELS STATUS 2023-10-16T10:26:34.297 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 172.21.15.26 2023-10-16T10:26:34.297 INFO:teuthology.orchestra.run.smithi026.stdout:smithi070 172.21.15.70 2023-10-16T10:26:34.297 INFO:teuthology.orchestra.run.smithi026.stdout:2 hosts in cluster 2023-10-16T10:26:34.634 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-16T10:26:34.885 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:35.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:35 smithi026 ceph-mon[108096]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:35.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:35 smithi026 ceph-mon[108096]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:35 smithi070 ceph-mon[113398]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:35 smithi070 ceph-mon[113398]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:36.097 INFO:teuthology.orchestra.run.smithi026.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-16T10:26:36.097 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB74760020480DGN 447G No 88s ago Has a FileSystem, LVM detected 2023-10-16T10:26:36.097 INFO:teuthology.orchestra.run.smithi026.stdout:smithi070 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513002P480DGN 447G No 41s ago Has a FileSystem, LVM detected 2023-10-16T10:26:36.517 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd lspools' 2023-10-16T10:26:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:37.902 INFO:teuthology.orchestra.run.smithi026.stdout:1 .mgr 2023-10-16T10:26:37.931 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:37 smithi026 ceph-mon[108096]: from='client.14368 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:37.931 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:37 smithi026 ceph-mon[108096]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:37 smithi070 ceph-mon[113398]: from='client.14368 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:37 smithi070 ceph-mon[113398]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:38.318 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool create mypool' 2023-10-16T10:26:38.575 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:38 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2993530575' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-16T10:26:39.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:38 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2993530575' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-16T10:26:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:39 smithi026 ceph-mon[108096]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:40.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:39 smithi070 ceph-mon[113398]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:40.677 INFO:teuthology.orchestra.run.smithi026.stderr:pool 'mypool' created 2023-10-16T10:26:40.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:40 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/4066678033' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "mypool"}]: dispatch 2023-10-16T10:26:41.049 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool application enable mypool rbd' 2023-10-16T10:26:41.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:40 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/4066678033' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "mypool"}]: dispatch 2023-10-16T10:26:41.306 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:41.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:41 smithi026 ceph-mon[108096]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:41.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:41 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/4066678033' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "mypool"}]': finished 2023-10-16T10:26:41.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:41 smithi026 ceph-mon[108096]: osdmap e33: 5 total, 5 up, 5 in 2023-10-16T10:26:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:41 smithi070 ceph-mon[113398]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:41 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/4066678033' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "mypool"}]': finished 2023-10-16T10:26:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:41 smithi070 ceph-mon[113398]: osdmap e33: 5 total, 5 up, 5 in 2023-10-16T10:26:42.683 INFO:teuthology.orchestra.run.smithi026.stderr:enabled application 'rbd' on pool 'mypool' 2023-10-16T10:26:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:42 smithi026 ceph-mon[108096]: osdmap e34: 5 total, 5 up, 5 in 2023-10-16T10:26:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:42 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/4093394966' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]: dispatch 2023-10-16T10:26:43.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:42 smithi070 ceph-mon[113398]: osdmap e34: 5 total, 5 up, 5 in 2023-10-16T10:26:43.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:42 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/4093394966' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]: dispatch 2023-10-16T10:26:43.073 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd lspools' 2023-10-16T10:26:43.328 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:43.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:43 smithi026 ceph-mon[108096]: pgmap v109: 33 pgs: 25 unknown, 8 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:43.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:43 smithi026 ceph-mon[108096]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-16T10:26:43.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:43 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/4093394966' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]': finished 2023-10-16T10:26:43.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:43 smithi026 ceph-mon[108096]: osdmap e35: 5 total, 5 up, 5 in 2023-10-16T10:26:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:43 smithi070 ceph-mon[113398]: pgmap v109: 33 pgs: 25 unknown, 8 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:43 smithi070 ceph-mon[113398]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-16T10:26:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:43 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/4093394966' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]': finished 2023-10-16T10:26:44.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:43 smithi070 ceph-mon[113398]: osdmap e35: 5 total, 5 up, 5 in 2023-10-16T10:26:44.486 INFO:teuthology.orchestra.run.smithi026.stdout:1 .mgr 2023-10-16T10:26:44.487 INFO:teuthology.orchestra.run.smithi026.stdout:2 mypool 2023-10-16T10:26:44.814 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:44 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1849103394' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-16T10:26:44.882 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool ls detail' 2023-10-16T10:26:45.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:44 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1849103394' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-16T10:26:45.140 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:45.935 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:45 smithi026 ceph-mon[108096]: pgmap v111: 33 pgs: 17 unknown, 16 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:45.936 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:45 smithi026 ceph-mon[108096]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-16T10:26:45.936 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:45 smithi026 ceph-mon[108096]: Cluster is now healthy 2023-10-16T10:26:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:45 smithi070 ceph-mon[113398]: pgmap v111: 33 pgs: 17 unknown, 16 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:45 smithi070 ceph-mon[113398]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-16T10:26:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:45 smithi070 ceph-mon[113398]: Cluster is now healthy 2023-10-16T10:26:46.322 INFO:teuthology.orchestra.run.smithi026.stdout:pool 1 '.mgr' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 1 pgp_num 1 autoscale_mode off last_change 21 flags hashpspool stripe_width 0 pg_num_max 32 pg_num_min 1 application mgr read_balance_score 5.00 2023-10-16T10:26:46.323 INFO:teuthology.orchestra.run.smithi026.stdout:pool 2 'mypool' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 32 pgp_num 32 autoscale_mode off last_change 35 flags hashpspool stripe_width 0 application rbd read_balance_score 1.41 2023-10-16T10:26:46.323 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:26:46.716 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config set mgr mgr/cephadm/container_image_nvmeof quay.io/barakda1/nvmeof:0.0.3' 2023-10-16T10:26:46.973 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:46 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/354285912' entity='client.admin' cmd=[{"prefix": "osd pool ls", "detail": "detail"}]: dispatch 2023-10-16T10:26:47.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:46 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/354285912' entity='client.admin' cmd=[{"prefix": "osd pool ls", "detail": "detail"}]: dispatch 2023-10-16T10:26:47.749 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:47 smithi026 ceph-mon[108096]: pgmap v112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:47 smithi070 ceph-mon[113398]: pgmap v112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:48.580 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config get mgr mgr/cephadm/container_image_nvmeof' 2023-10-16T10:26:48.837 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:49.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:49 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1418504395' entity='client.admin' 2023-10-16T10:26:49.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:26:49.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:49 smithi026 ceph-mon[108096]: pgmap v113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:49.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:26:49.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:26:49.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:26:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:49 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1418504395' entity='client.admin' 2023-10-16T10:26:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:26:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:49 smithi070 ceph-mon[113398]: pgmap v113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:26:49.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:26:49.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:26:50.030 INFO:teuthology.orchestra.run.smithi026.stdout:quay.io/barakda1/nvmeof:0.0.3 2023-10-16T10:26:50.227 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:50 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/1182732667' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/container_image_nvmeof"}]: dispatch 2023-10-16T10:26:50.423 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch apply nvmeof mypool --placement="1 $(hostname)"' 2023-10-16T10:26:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:50 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/1182732667' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/container_image_nvmeof"}]: dispatch 2023-10-16T10:26:50.680 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:51.436 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:51 smithi026 ceph-mon[108096]: pgmap v114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:51.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:51 smithi070 ceph-mon[113398]: pgmap v114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:51.885 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled nvmeof.mypool update... 2023-10-16T10:26:52.335 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps --refresh' 2023-10-16T10:26:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:53.119 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply nvmeof", "pool": "mypool", "placement": "1 smithi026", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:53.119 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: Saving service nvmeof.mypool spec with placement smithi026;count:1 2023-10-16T10:26:53.119 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:26:53.119 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:26:53.119 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:26:53.120 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:26:53.120 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:26:53.120 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi026.qfutgk", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]: dispatch 2023-10-16T10:26:53.120 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi026.qfutgk", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]': finished 2023-10-16T10:26:53.120 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:26:53.121 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: Deploying daemon nvmeof.mypool.smithi026.qfutgk on smithi026 2023-10-16T10:26:53.121 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [3, 0]}]: dispatch 2023-10-16T10:26:53.121 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [4, 0]}]: dispatch 2023-10-16T10:26:53.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply nvmeof", "pool": "mypool", "placement": "1 smithi026", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:53.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: Saving service nvmeof.mypool spec with placement smithi026;count:1 2023-10-16T10:26:53.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:26:53.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:26:53.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:26:53.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:26:53.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:26:53.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi026.qfutgk", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]: dispatch 2023-10-16T10:26:53.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi026.qfutgk", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]': finished 2023-10-16T10:26:53.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:26:53.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: Deploying daemon nvmeof.mypool.smithi026.qfutgk on smithi026 2023-10-16T10:26:53.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [3, 0]}]: dispatch 2023-10-16T10:26:53.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [4, 0]}]: dispatch 2023-10-16T10:26:53.860 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-16T10:26:53.860 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.x smithi026 *:9283,8765 running (3m) 109s ago 3m 485M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 c674875e241d 2023-10-16T10:26:53.860 INFO:teuthology.orchestra.run.smithi026.stdout:mon.a smithi026 running (3m) 109s ago 3m 45.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 198e07d68a89 2023-10-16T10:26:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:mon.b smithi070 running (2m) 62s ago 2m 45.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 604ea72fc599 2023-10-16T10:26:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi026 running (2m) 109s ago 2m 29.0M 8559M 18.0.0-6722-gbcf5b23f 432d8aed36d3 954fee9bde2a 2023-10-16T10:26:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (112s) 109s ago 112s 11.6M 8559M 18.0.0-6722-gbcf5b23f 432d8aed36d3 1410fb0beac1 2023-10-16T10:26:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi070 running (95s) 62s ago 95s 43.7M 7069M 18.0.0-6722-gbcf5b23f 432d8aed36d3 f33ce9ce2f1b 2023-10-16T10:26:53.861 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi070 running (79s) 62s ago 79s 34.6M 7069M 18.0.0-6722-gbcf5b23f 432d8aed36d3 85a5282274f9 2023-10-16T10:26:53.862 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi070 running (63s) 62s ago 63s 11.4M 7069M 18.0.0-6722-gbcf5b23f 432d8aed36d3 03effa8b9467 2023-10-16T10:26:54.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:53 smithi026 ceph-mon[108096]: pgmap v115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:54.172 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:53 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [3, 0]}]': finished 2023-10-16T10:26:54.173 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:53 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [4, 0]}]': finished 2023-10-16T10:26:54.173 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:53 smithi026 ceph-mon[108096]: osdmap e36: 5 total, 5 up, 5 in 2023-10-16T10:26:54.256 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph versions' 2023-10-16T10:26:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:53 smithi070 ceph-mon[113398]: pgmap v115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:53 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [3, 0]}]': finished 2023-10-16T10:26:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:53 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [4, 0]}]': finished 2023-10-16T10:26:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:53 smithi070 ceph-mon[113398]: osdmap e36: 5 total, 5 up, 5 in 2023-10-16T10:26:54.513 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:55.167 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:54 smithi026 ceph-mon[108096]: from='client.14404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:55.168 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:54 smithi026 ceph-mon[108096]: osdmap e37: 5 total, 5 up, 5 in 2023-10-16T10:26:55.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:54 smithi070 ceph-mon[113398]: from='client.14404 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:26:55.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:54 smithi070 ceph-mon[113398]: osdmap e37: 5 total, 5 up, 5 in 2023-10-16T10:26:55.996 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2023-10-16T10:26:55.996 INFO:teuthology.orchestra.run.smithi026.stdout: "mon": { 2023-10-16T10:26:55.997 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)": 2 2023-10-16T10:26:55.997 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2023-10-16T10:26:55.997 INFO:teuthology.orchestra.run.smithi026.stdout: "mgr": { 2023-10-16T10:26:55.997 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)": 1 2023-10-16T10:26:55.997 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2023-10-16T10:26:55.997 INFO:teuthology.orchestra.run.smithi026.stdout: "osd": { 2023-10-16T10:26:55.998 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)": 5 2023-10-16T10:26:55.998 INFO:teuthology.orchestra.run.smithi026.stdout: }, 2023-10-16T10:26:55.998 INFO:teuthology.orchestra.run.smithi026.stdout: "overall": { 2023-10-16T10:26:55.998 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)": 8 2023-10-16T10:26:55.998 INFO:teuthology.orchestra.run.smithi026.stdout: } 2023-10-16T10:26:55.999 INFO:teuthology.orchestra.run.smithi026.stdout:} 2023-10-16T10:26:56.217 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:55 smithi026 ceph-mon[108096]: pgmap v118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:55 smithi070 ceph-mon[113398]: pgmap v118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:56.408 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph -s' 2023-10-16T10:26:56.705 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:26:57.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:56 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2689621924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-16T10:26:57.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:56 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2689621924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-16T10:26:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:57 smithi026 ceph-mon[108096]: pgmap v119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:57 smithi070 ceph-mon[113398]: pgmap v119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:59.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:26:59 smithi070 ceph-mon[113398]: pgmap v120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:26:59.371 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:26:59 smithi026 ceph-mon[108096]: pgmap v120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:00.170 INFO:teuthology.orchestra.run.smithi026.stdout: cluster: 2023-10-16T10:27:00.170 INFO:teuthology.orchestra.run.smithi026.stdout: id: e6643bec-6c0d-11ee-8db6-212e2dc638e7 2023-10-16T10:27:00.170 INFO:teuthology.orchestra.run.smithi026.stdout: health: HEALTH_OK 2023-10-16T10:27:00.170 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:27:00.171 INFO:teuthology.orchestra.run.smithi026.stdout: services: 2023-10-16T10:27:00.171 INFO:teuthology.orchestra.run.smithi026.stdout: mon: 2 daemons, quorum a,b (age 2m) 2023-10-16T10:27:00.171 INFO:teuthology.orchestra.run.smithi026.stdout: mgr: x(active, since 3m) 2023-10-16T10:27:00.171 INFO:teuthology.orchestra.run.smithi026.stdout: osd: 5 osds: 5 up (since 63s), 5 in (since 78s) 2023-10-16T10:27:00.171 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:27:00.171 INFO:teuthology.orchestra.run.smithi026.stdout: data: 2023-10-16T10:27:00.172 INFO:teuthology.orchestra.run.smithi026.stdout: pools: 2 pools, 33 pgs 2023-10-16T10:27:00.172 INFO:teuthology.orchestra.run.smithi026.stdout: objects: 2 objects, 577 KiB 2023-10-16T10:27:00.172 INFO:teuthology.orchestra.run.smithi026.stdout: usage: 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:00.172 INFO:teuthology.orchestra.run.smithi026.stdout: pgs: 33 active+clean 2023-10-16T10:27:00.172 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:27:00.173 INFO:teuthology.orchestra.run.smithi026.stdout: progress: 2023-10-16T10:27:00.173 INFO:teuthology.orchestra.run.smithi026.stdout: Updating nvmeof.mypool deployment (+1 -> 1) (0s) 2023-10-16T10:27:00.173 INFO:teuthology.orchestra.run.smithi026.stdout: [............................] 2023-10-16T10:27:00.173 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T10:27:00.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:00 smithi026 ceph-mon[108096]: from='client.? 172.21.15.26:0/2839106858' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-16T10:27:00.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:00 smithi070 ceph-mon[113398]: from='client.? 172.21.15.26:0/2839106858' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-16T10:27:01.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:01 smithi026 ceph-mon[108096]: pgmap v121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:01.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:01 smithi070 ceph-mon[113398]: pgmap v121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:02.654 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-16T10:27:03.324 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:27:03.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:03 smithi026 ceph-mon[108096]: pgmap v122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:03 smithi070 ceph-mon[113398]: pgmap v122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:04.743 INFO:teuthology.orchestra.run.smithi026.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-16T10:27:04.744 INFO:teuthology.orchestra.run.smithi026.stdout:mgr 1/1 2m ago 2m smithi026=x;count:1 2023-10-16T10:27:04.744 INFO:teuthology.orchestra.run.smithi026.stdout:mon 2/2 2m ago 2m smithi026:172.21.15.26=a;smithi070:172.21.15.70=b;count:2 2023-10-16T10:27:04.744 INFO:teuthology.orchestra.run.smithi026.stdout:nvmeof.mypool ?:4420,5500,8009 0/1 - 12s smithi026;count:1 2023-10-16T10:27:04.744 INFO:teuthology.orchestra.run.smithi026.stdout:osd 5 2m ago - 2023-10-16T10:27:05.121 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'rbd create mypool/myimage --size 8Gi' 2023-10-16T10:27:05.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: pgmap v123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:05.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: Checking pool "mypool" exists for service nvmeof.mypool 2023-10-16T10:27:05.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: from='client.14416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:27:05.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:27:05.619 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:27:05.757 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.757 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.757 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: pgmap v123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:05.757 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.758 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: Checking pool "mypool" exists for service nvmeof.mypool 2023-10-16T10:27:05.758 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:05.758 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: from='client.14416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T10:27:05.758 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:27:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:27:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:27:06.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:06.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:27:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:27:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:27:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:27:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: mgrmap e15: x(active, since 3m) 2023-10-16T10:27:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: pgmap v124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: osdmap e38: 5 total, 5 up, 5 in 2023-10-16T10:27:07.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:07.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:27:07.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:27:07.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: mgrmap e15: x(active, since 3m) 2023-10-16T10:27:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: pgmap v124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: osdmap e38: 5 total, 5 up, 5 in 2023-10-16T10:27:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:08.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:08.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:27:08.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:27:08.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:08.677 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:08.678 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:08 smithi026 ceph-mon[108096]: osdmap e39: 5 total, 5 up, 5 in 2023-10-16T10:27:08.765 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 -- bash -c 'rbd ls mypool' 2023-10-16T10:27:09.015 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-16T10:27:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:27:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:08 smithi070 ceph-mon[113398]: osdmap e39: 5 total, 5 up, 5 in 2023-10-16T10:27:09.726 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:09 smithi026 ceph-mon[108096]: pgmap v127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:09.815 INFO:teuthology.orchestra.run.smithi026.stdout:myimage 2023-10-16T10:27:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:09 smithi070 ceph-mon[113398]: pgmap v127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-16T10:27:10.213 INFO:teuthology.run_tasks:Running task cephadm.nvmeof_context... 2023-10-16T10:27:10.223 INFO:tasks.cephadm:ip_address: 172.21.15.26 2023-10-16T10:27:10.223 DEBUG:teuthology.orchestra.run.smithi026:> systemctl list-units | grep nvmeof.mypool | awk '{print $1}' | xargs echo | cut -d '@' -f2- | sed 's/.\{8\}$//' 2023-10-16T10:27:10.252 INFO:teuthology.orchestra.run.smithi026.stdout:nvmeof.mypool.smithi026.qfutgk 2023-10-16T10:27:10.253 INFO:tasks.cephadm:gateway_addr: nvmeof.mypool.smithi026.qfutgk 2023-10-16T10:27:10.254 INFO:tasks.cephadm:gateway_addr2: nvmeof.mypool.smithi026.qfutgk 2023-10-16T10:27:10.254 INFO:tasks.cephadm:conf_data: [config] ip_address = 172.21.15.26 gateway_addr = nvmeof.mypool.smithi026.qfutgk 2023-10-16T10:27:10.255 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2023-10-16T10:27:10.255 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/nvmeof.cfg 2023-10-16T10:27:10.276 ERROR:teuthology:Uncaught exception (Hub) Traceback (most recent call last): File "src/gevent/greenlet.py", line 906, in gevent._gevent_cgreenlet.Greenlet.run File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 309, in copy_and_close shutil.copyfileobj(src, fdst) File "/usr/lib/python3.8/shutil.py", line 202, in copyfileobj fsrc_read = fsrc.read AttributeError: 'set' object has no attribute 'read' 2023-10-16T10:27:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:11 smithi026 ceph-mon[108096]: pgmap v128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 639 B/s rd, 767 B/s wr, 1 op/s 2023-10-16T10:27:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:11 smithi070 ceph-mon[113398]: pgmap v128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 639 B/s rd, 767 B/s wr, 1 op/s 2023-10-16T10:27:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:13 smithi026 ceph-mon[108096]: pgmap v129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 639 B/s rd, 895 B/s wr, 1 op/s 2023-10-16T10:27:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:13 smithi026 ceph-mon[108096]: osdmap e40: 5 total, 5 up, 5 in 2023-10-16T10:27:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:13 smithi070 ceph-mon[113398]: pgmap v129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 639 B/s rd, 895 B/s wr, 1 op/s 2023-10-16T10:27:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:13 smithi070 ceph-mon[113398]: osdmap e40: 5 total, 5 up, 5 in 2023-10-16T10:27:15.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:15 smithi026 ceph-mon[108096]: pgmap v131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 850 B/s rd, 991 B/s wr, 2 op/s 2023-10-16T10:27:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:15 smithi070 ceph-mon[113398]: pgmap v131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 850 B/s rd, 991 B/s wr, 2 op/s 2023-10-16T10:27:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:17 smithi026 ceph-mon[108096]: pgmap v132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 746 B/s rd, 871 B/s wr, 2 op/s 2023-10-16T10:27:18.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:17 smithi070 ceph-mon[113398]: pgmap v132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 746 B/s rd, 871 B/s wr, 2 op/s 2023-10-16T10:27:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:19 smithi070 ceph-mon[113398]: pgmap v133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 614 B/s rd, 716 B/s wr, 1 op/s 2023-10-16T10:27:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:19 smithi026 ceph-mon[108096]: pgmap v133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 614 B/s rd, 716 B/s wr, 1 op/s 2023-10-16T10:27:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:21 smithi026 ceph-mon[108096]: pgmap v134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 204 B/s rd, 102 B/s wr, 0 op/s 2023-10-16T10:27:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:21 smithi070 ceph-mon[113398]: pgmap v134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 204 B/s rd, 102 B/s wr, 0 op/s 2023-10-16T10:27:23.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:23 smithi026 ceph-mon[108096]: pgmap v135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 204 B/s rd, 0 op/s 2023-10-16T10:27:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:23 smithi070 ceph-mon[113398]: pgmap v135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 204 B/s rd, 0 op/s 2023-10-16T10:27:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:25 smithi026 ceph-mon[108096]: pgmap v136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 265 B/s rd, 0 op/s 2023-10-16T10:27:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:25 smithi070 ceph-mon[113398]: pgmap v136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 265 B/s rd, 0 op/s 2023-10-16T10:27:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:27 smithi026 ceph-mon[108096]: pgmap v137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:27 smithi070 ceph-mon[113398]: pgmap v137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:29.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:29 smithi070 ceph-mon[113398]: pgmap v138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:29 smithi026 ceph-mon[108096]: pgmap v138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:31 smithi026 ceph-mon[108096]: pgmap v139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:31 smithi070 ceph-mon[113398]: pgmap v139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:33 smithi026 ceph-mon[108096]: pgmap v140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:34.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:33 smithi070 ceph-mon[113398]: pgmap v140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:35.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:35 smithi026 ceph-mon[108096]: pgmap v141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:35 smithi070 ceph-mon[113398]: pgmap v141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:37.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:37 smithi026 ceph-mon[108096]: pgmap v142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:37 smithi070 ceph-mon[113398]: pgmap v142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:39.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:39 smithi070 ceph-mon[113398]: pgmap v143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:39 smithi026 ceph-mon[108096]: pgmap v143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:41 smithi026 ceph-mon[108096]: pgmap v144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:41 smithi070 ceph-mon[113398]: pgmap v144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:43 smithi026 ceph-mon[108096]: pgmap v145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:43 smithi070 ceph-mon[113398]: pgmap v145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:45.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:45 smithi026 ceph-mon[108096]: pgmap v146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:45 smithi070 ceph-mon[113398]: pgmap v146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:47 smithi026 ceph-mon[108096]: pgmap v147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:47 smithi070 ceph-mon[113398]: pgmap v147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:49.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:49 smithi070 ceph-mon[113398]: pgmap v148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:49 smithi026 ceph-mon[108096]: pgmap v148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:51 smithi026 ceph-mon[108096]: pgmap v149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:51 smithi070 ceph-mon[113398]: pgmap v149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:53 smithi026 ceph-mon[108096]: pgmap v150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:53 smithi070 ceph-mon[113398]: pgmap v150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:55 smithi026 ceph-mon[108096]: pgmap v151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:55 smithi070 ceph-mon[113398]: pgmap v151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:27:57.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:57 smithi026 ceph-mon[108096]: pgmap v152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:57 smithi070 ceph-mon[113398]: pgmap v152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:59.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:27:59 smithi070 ceph-mon[113398]: pgmap v153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:27:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:27:59 smithi026 ceph-mon[108096]: pgmap v153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:01 smithi026 ceph-mon[108096]: pgmap v154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:01 smithi070 ceph-mon[113398]: pgmap v154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:03 smithi026 ceph-mon[108096]: pgmap v155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:03 smithi070 ceph-mon[113398]: pgmap v155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:05 smithi026 ceph-mon[108096]: pgmap v156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:05 smithi070 ceph-mon[113398]: pgmap v156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:07 smithi026 ceph-mon[108096]: pgmap v157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:28:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:07 smithi070 ceph-mon[113398]: pgmap v157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:28:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:28:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:28:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:28:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:28:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:28:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:28:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:09 smithi026 ceph-mon[108096]: pgmap v158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:09 smithi070 ceph-mon[113398]: pgmap v158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:11 smithi026 ceph-mon[108096]: pgmap v159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:11 smithi070 ceph-mon[113398]: pgmap v159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:13 smithi026 ceph-mon[108096]: pgmap v160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:13 smithi070 ceph-mon[113398]: pgmap v160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:15.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:15 smithi026 ceph-mon[108096]: pgmap v161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:15 smithi070 ceph-mon[113398]: pgmap v161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:17 smithi026 ceph-mon[108096]: pgmap v162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:17 smithi070 ceph-mon[113398]: pgmap v162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:19 smithi070 ceph-mon[113398]: pgmap v163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:19 smithi026 ceph-mon[108096]: pgmap v163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:21 smithi026 ceph-mon[108096]: pgmap v164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:21 smithi070 ceph-mon[113398]: pgmap v164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:23.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:23 smithi026 ceph-mon[108096]: pgmap v165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:23 smithi070 ceph-mon[113398]: pgmap v165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:25 smithi026 ceph-mon[108096]: pgmap v166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:25 smithi070 ceph-mon[113398]: pgmap v166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:27 smithi026 ceph-mon[108096]: pgmap v167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:27 smithi070 ceph-mon[113398]: pgmap v167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:29.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:29 smithi070 ceph-mon[113398]: pgmap v168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:29 smithi026 ceph-mon[108096]: pgmap v168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:31 smithi026 ceph-mon[108096]: pgmap v169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:32.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:31 smithi070 ceph-mon[113398]: pgmap v169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:33 smithi026 ceph-mon[108096]: pgmap v170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:34.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:33 smithi070 ceph-mon[113398]: pgmap v170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:35.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:35 smithi026 ceph-mon[108096]: pgmap v171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:35 smithi070 ceph-mon[113398]: pgmap v171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:37.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:37 smithi026 ceph-mon[108096]: pgmap v172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:37 smithi070 ceph-mon[113398]: pgmap v172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:39.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:39 smithi070 ceph-mon[113398]: pgmap v173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:39 smithi026 ceph-mon[108096]: pgmap v173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:41 smithi026 ceph-mon[108096]: pgmap v174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:41 smithi070 ceph-mon[113398]: pgmap v174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:43 smithi026 ceph-mon[108096]: pgmap v175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:43 smithi070 ceph-mon[113398]: pgmap v175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:45 smithi026 ceph-mon[108096]: pgmap v176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:45 smithi070 ceph-mon[113398]: pgmap v176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:47 smithi026 ceph-mon[108096]: pgmap v177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:47 smithi070 ceph-mon[113398]: pgmap v177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:49.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:49 smithi070 ceph-mon[113398]: pgmap v178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:49 smithi026 ceph-mon[108096]: pgmap v178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:51 smithi026 ceph-mon[108096]: pgmap v179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:51 smithi070 ceph-mon[113398]: pgmap v179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:53 smithi026 ceph-mon[108096]: pgmap v180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:53 smithi070 ceph-mon[113398]: pgmap v180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:55 smithi026 ceph-mon[108096]: pgmap v181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:55 smithi070 ceph-mon[113398]: pgmap v181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:28:57.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:57 smithi026 ceph-mon[108096]: pgmap v182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:57 smithi070 ceph-mon[113398]: pgmap v182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:59.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:28:59 smithi070 ceph-mon[113398]: pgmap v183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:28:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:28:59 smithi026 ceph-mon[108096]: pgmap v183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:01 smithi026 ceph-mon[108096]: pgmap v184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:01 smithi070 ceph-mon[113398]: pgmap v184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:03 smithi026 ceph-mon[108096]: pgmap v185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:03 smithi070 ceph-mon[113398]: pgmap v185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:05 smithi026 ceph-mon[108096]: pgmap v186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:06.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:05 smithi070 ceph-mon[113398]: pgmap v186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:07 smithi026 ceph-mon[108096]: pgmap v187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:07 smithi070 ceph-mon[113398]: pgmap v187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:09.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:29:09.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:29:09.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:29:09.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:29:09.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:09 smithi070 ceph-mon[113398]: pgmap v188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:29:09.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:29:09.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:29:09.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:29:09.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:09 smithi026 ceph-mon[108096]: pgmap v188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:11 smithi026 ceph-mon[108096]: pgmap v189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:11 smithi070 ceph-mon[113398]: pgmap v189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:13 smithi026 ceph-mon[108096]: pgmap v190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:13 smithi070 ceph-mon[113398]: pgmap v190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:15.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:15 smithi026 ceph-mon[108096]: pgmap v191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:15 smithi070 ceph-mon[113398]: pgmap v191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:17 smithi026 ceph-mon[108096]: pgmap v192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:17 smithi070 ceph-mon[113398]: pgmap v192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:19 smithi070 ceph-mon[113398]: pgmap v193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:19 smithi026 ceph-mon[108096]: pgmap v193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:21 smithi026 ceph-mon[108096]: pgmap v194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:21 smithi070 ceph-mon[113398]: pgmap v194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:23.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:23 smithi026 ceph-mon[108096]: pgmap v195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:23 smithi070 ceph-mon[113398]: pgmap v195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:25 smithi026 ceph-mon[108096]: pgmap v196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:25 smithi070 ceph-mon[113398]: pgmap v196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:27 smithi026 ceph-mon[108096]: pgmap v197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:27 smithi070 ceph-mon[113398]: pgmap v197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:29.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:29 smithi070 ceph-mon[113398]: pgmap v198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:29 smithi026 ceph-mon[108096]: pgmap v198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:31 smithi026 ceph-mon[108096]: pgmap v199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:31 smithi070 ceph-mon[113398]: pgmap v199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:33 smithi026 ceph-mon[108096]: pgmap v200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:33 smithi070 ceph-mon[113398]: pgmap v200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:35.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:35 smithi026 ceph-mon[108096]: pgmap v201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:35 smithi070 ceph-mon[113398]: pgmap v201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:37.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:37 smithi026 ceph-mon[108096]: pgmap v202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:37 smithi070 ceph-mon[113398]: pgmap v202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:39.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:39 smithi070 ceph-mon[113398]: pgmap v203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:39 smithi026 ceph-mon[108096]: pgmap v203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:41 smithi026 ceph-mon[108096]: pgmap v204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:41 smithi070 ceph-mon[113398]: pgmap v204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:43 smithi026 ceph-mon[108096]: pgmap v205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:43 smithi070 ceph-mon[113398]: pgmap v205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:45 smithi026 ceph-mon[108096]: pgmap v206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:45 smithi070 ceph-mon[113398]: pgmap v206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:47 smithi026 ceph-mon[108096]: pgmap v207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:47 smithi070 ceph-mon[113398]: pgmap v207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:49 smithi026 ceph-mon[108096]: pgmap v208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:49 smithi070 ceph-mon[113398]: pgmap v208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:51 smithi026 ceph-mon[108096]: pgmap v209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:51 smithi070 ceph-mon[113398]: pgmap v209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:53 smithi026 ceph-mon[108096]: pgmap v210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:53 smithi070 ceph-mon[113398]: pgmap v210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:55 smithi026 ceph-mon[108096]: pgmap v211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:55 smithi070 ceph-mon[113398]: pgmap v211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:29:57.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:57 smithi026 ceph-mon[108096]: pgmap v212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:57 smithi070 ceph-mon[113398]: pgmap v212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:29:59 smithi026 ceph-mon[108096]: pgmap v213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:29:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:29:59 smithi070 ceph-mon[113398]: pgmap v213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:00.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T10:30:00.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T10:30:01.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:01 smithi026 ceph-mon[108096]: pgmap v214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:01.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:01 smithi070 ceph-mon[113398]: pgmap v214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:03 smithi026 ceph-mon[108096]: pgmap v215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:03 smithi070 ceph-mon[113398]: pgmap v215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:05 smithi026 ceph-mon[108096]: pgmap v216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:05 smithi070 ceph-mon[113398]: pgmap v216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:07 smithi026 ceph-mon[108096]: pgmap v217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:08.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:07 smithi070 ceph-mon[113398]: pgmap v217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:09 smithi026 ceph-mon[108096]: pgmap v218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:30:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:09 smithi070 ceph-mon[113398]: pgmap v218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:30:10.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:30:10.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:30:10.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:30:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:30:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:30:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:30:11.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:11 smithi026 ceph-mon[108096]: pgmap v219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:11.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:11 smithi070 ceph-mon[113398]: pgmap v219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:13 smithi026 ceph-mon[108096]: pgmap v220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:14.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:13 smithi070 ceph-mon[113398]: pgmap v220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:15.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:15 smithi026 ceph-mon[108096]: pgmap v221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:16.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:15 smithi070 ceph-mon[113398]: pgmap v221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:17 smithi026 ceph-mon[108096]: pgmap v222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:18.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:17 smithi070 ceph-mon[113398]: pgmap v222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:19 smithi026 ceph-mon[108096]: pgmap v223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:19 smithi070 ceph-mon[113398]: pgmap v223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:21 smithi026 ceph-mon[108096]: pgmap v224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:21 smithi070 ceph-mon[113398]: pgmap v224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:23.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:23 smithi026 ceph-mon[108096]: pgmap v225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:23 smithi070 ceph-mon[113398]: pgmap v225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:25 smithi026 ceph-mon[108096]: pgmap v226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:25 smithi070 ceph-mon[113398]: pgmap v226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:27 smithi026 ceph-mon[108096]: pgmap v227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:27 smithi070 ceph-mon[113398]: pgmap v227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:29 smithi026 ceph-mon[108096]: pgmap v228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:29 smithi070 ceph-mon[113398]: pgmap v228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:31 smithi026 ceph-mon[108096]: pgmap v229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:31 smithi070 ceph-mon[113398]: pgmap v229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:33 smithi026 ceph-mon[108096]: pgmap v230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:33 smithi070 ceph-mon[113398]: pgmap v230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:35.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:35 smithi026 ceph-mon[108096]: pgmap v231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:35 smithi070 ceph-mon[113398]: pgmap v231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:37.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:37 smithi026 ceph-mon[108096]: pgmap v232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:37 smithi070 ceph-mon[113398]: pgmap v232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:39 smithi026 ceph-mon[108096]: pgmap v233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:39 smithi070 ceph-mon[113398]: pgmap v233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:41 smithi026 ceph-mon[108096]: pgmap v234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:41 smithi070 ceph-mon[113398]: pgmap v234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:43 smithi026 ceph-mon[108096]: pgmap v235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:43 smithi070 ceph-mon[113398]: pgmap v235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:45 smithi026 ceph-mon[108096]: pgmap v236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:45 smithi070 ceph-mon[113398]: pgmap v236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:47 smithi026 ceph-mon[108096]: pgmap v237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:47 smithi070 ceph-mon[113398]: pgmap v237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:49 smithi026 ceph-mon[108096]: pgmap v238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:49 smithi070 ceph-mon[113398]: pgmap v238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:51 smithi026 ceph-mon[108096]: pgmap v239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:51 smithi070 ceph-mon[113398]: pgmap v239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:53.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:53 smithi026 ceph-mon[108096]: pgmap v240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:54.013 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:53 smithi070 ceph-mon[113398]: pgmap v240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:55 smithi026 ceph-mon[108096]: pgmap v241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:55 smithi070 ceph-mon[113398]: pgmap v241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:30:57.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:57 smithi026 ceph-mon[108096]: pgmap v242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:57 smithi070 ceph-mon[113398]: pgmap v242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:30:59 smithi026 ceph-mon[108096]: pgmap v243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:30:59.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:30:59 smithi070 ceph-mon[113398]: pgmap v243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:01 smithi026 ceph-mon[108096]: pgmap v244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:01 smithi070 ceph-mon[113398]: pgmap v244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:03 smithi026 ceph-mon[108096]: pgmap v245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:03 smithi070 ceph-mon[113398]: pgmap v245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:05 smithi026 ceph-mon[108096]: pgmap v246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:06.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:05 smithi070 ceph-mon[113398]: pgmap v246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:07 smithi026 ceph-mon[108096]: pgmap v247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:07 smithi070 ceph-mon[113398]: pgmap v247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:09 smithi026 ceph-mon[108096]: pgmap v248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:09.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:09 smithi070 ceph-mon[113398]: pgmap v248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:10.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:31:10.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:31:10.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:31:10.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:31:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:31:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:31:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:31:10.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:31:11.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:11 smithi026 ceph-mon[108096]: pgmap v249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:11.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:11 smithi070 ceph-mon[113398]: pgmap v249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:13 smithi026 ceph-mon[108096]: pgmap v250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:13 smithi070 ceph-mon[113398]: pgmap v250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:15.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:15 smithi026 ceph-mon[108096]: pgmap v251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:16.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:15 smithi070 ceph-mon[113398]: pgmap v251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:17 smithi026 ceph-mon[108096]: pgmap v252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:18.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:17 smithi070 ceph-mon[113398]: pgmap v252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:19 smithi026 ceph-mon[108096]: pgmap v253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:19 smithi070 ceph-mon[113398]: pgmap v253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:21 smithi026 ceph-mon[108096]: pgmap v254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:21 smithi070 ceph-mon[113398]: pgmap v254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:23.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:23 smithi026 ceph-mon[108096]: pgmap v255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:23 smithi070 ceph-mon[113398]: pgmap v255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:25 smithi026 ceph-mon[108096]: pgmap v256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:25 smithi070 ceph-mon[113398]: pgmap v256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:27 smithi026 ceph-mon[108096]: pgmap v257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:27 smithi070 ceph-mon[113398]: pgmap v257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:29 smithi026 ceph-mon[108096]: pgmap v258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:29 smithi070 ceph-mon[113398]: pgmap v258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:31 smithi026 ceph-mon[108096]: pgmap v259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:31 smithi070 ceph-mon[113398]: pgmap v259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:33.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:33 smithi026 ceph-mon[108096]: pgmap v260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:34.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:33 smithi070 ceph-mon[113398]: pgmap v260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:35.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:35 smithi026 ceph-mon[108096]: pgmap v261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:35 smithi070 ceph-mon[113398]: pgmap v261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:37.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:37 smithi026 ceph-mon[108096]: pgmap v262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:37 smithi070 ceph-mon[113398]: pgmap v262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:39 smithi026 ceph-mon[108096]: pgmap v263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:39 smithi070 ceph-mon[113398]: pgmap v263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:41 smithi026 ceph-mon[108096]: pgmap v264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:41 smithi070 ceph-mon[113398]: pgmap v264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:43 smithi026 ceph-mon[108096]: pgmap v265: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:43 smithi070 ceph-mon[113398]: pgmap v265: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:45 smithi026 ceph-mon[108096]: pgmap v266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:45 smithi070 ceph-mon[113398]: pgmap v266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:47 smithi026 ceph-mon[108096]: pgmap v267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:47 smithi070 ceph-mon[113398]: pgmap v267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:49 smithi026 ceph-mon[108096]: pgmap v268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:49 smithi070 ceph-mon[113398]: pgmap v268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:51 smithi026 ceph-mon[108096]: pgmap v269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:52.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:51 smithi070 ceph-mon[113398]: pgmap v269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:53 smithi026 ceph-mon[108096]: pgmap v270: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:54.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:53 smithi070 ceph-mon[113398]: pgmap v270: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:55 smithi026 ceph-mon[108096]: pgmap v271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:55 smithi070 ceph-mon[113398]: pgmap v271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:31:57.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:57 smithi026 ceph-mon[108096]: pgmap v272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:58.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:57 smithi070 ceph-mon[113398]: pgmap v272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:31:59 smithi026 ceph-mon[108096]: pgmap v273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:31:59.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:31:59 smithi070 ceph-mon[113398]: pgmap v273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:01 smithi026 ceph-mon[108096]: pgmap v274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:01 smithi070 ceph-mon[113398]: pgmap v274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:03 smithi026 ceph-mon[108096]: pgmap v275: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:03 smithi070 ceph-mon[113398]: pgmap v275: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:05 smithi026 ceph-mon[108096]: pgmap v276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:05 smithi070 ceph-mon[113398]: pgmap v276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:07 smithi026 ceph-mon[108096]: pgmap v277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:07 smithi070 ceph-mon[113398]: pgmap v277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:09 smithi026 ceph-mon[108096]: pgmap v278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:09 smithi070 ceph-mon[113398]: pgmap v278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:10.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:32:10.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:32:11.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:32:11.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:32:11.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:32:11.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:11 smithi026 ceph-mon[108096]: pgmap v279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:11.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:32:11.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:32:11.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:32:11.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:11 smithi070 ceph-mon[113398]: pgmap v279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:13 smithi026 ceph-mon[108096]: pgmap v280: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:13 smithi070 ceph-mon[113398]: pgmap v280: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:15.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:15 smithi026 ceph-mon[108096]: pgmap v281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:16.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:15 smithi070 ceph-mon[113398]: pgmap v281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:17 smithi026 ceph-mon[108096]: pgmap v282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:17 smithi070 ceph-mon[113398]: pgmap v282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:19 smithi026 ceph-mon[108096]: pgmap v283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:19.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:19 smithi070 ceph-mon[113398]: pgmap v283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:21 smithi026 ceph-mon[108096]: pgmap v284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:21 smithi070 ceph-mon[113398]: pgmap v284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:23.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:23 smithi026 ceph-mon[108096]: pgmap v285: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:23 smithi070 ceph-mon[113398]: pgmap v285: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:25 smithi026 ceph-mon[108096]: pgmap v286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:26.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:25 smithi070 ceph-mon[113398]: pgmap v286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:27 smithi026 ceph-mon[108096]: pgmap v287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:28.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:27 smithi070 ceph-mon[113398]: pgmap v287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:29 smithi026 ceph-mon[108096]: pgmap v288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:29 smithi070 ceph-mon[113398]: pgmap v288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:31 smithi026 ceph-mon[108096]: pgmap v289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:31 smithi070 ceph-mon[113398]: pgmap v289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:33 smithi026 ceph-mon[108096]: pgmap v290: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:33 smithi070 ceph-mon[113398]: pgmap v290: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:35.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:35 smithi026 ceph-mon[108096]: pgmap v291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:35 smithi070 ceph-mon[113398]: pgmap v291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:37.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:37 smithi026 ceph-mon[108096]: pgmap v292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:37 smithi070 ceph-mon[113398]: pgmap v292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:39 smithi026 ceph-mon[108096]: pgmap v293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:39 smithi070 ceph-mon[113398]: pgmap v293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:41 smithi026 ceph-mon[108096]: pgmap v294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:41 smithi070 ceph-mon[113398]: pgmap v294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:43 smithi026 ceph-mon[108096]: pgmap v295: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:43 smithi070 ceph-mon[113398]: pgmap v295: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:45 smithi026 ceph-mon[108096]: pgmap v296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:45 smithi070 ceph-mon[113398]: pgmap v296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:47 smithi026 ceph-mon[108096]: pgmap v297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:47 smithi070 ceph-mon[113398]: pgmap v297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:49 smithi026 ceph-mon[108096]: pgmap v298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:49 smithi070 ceph-mon[113398]: pgmap v298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:51 smithi026 ceph-mon[108096]: pgmap v299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:52.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:51 smithi070 ceph-mon[113398]: pgmap v299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:53 smithi026 ceph-mon[108096]: pgmap v300: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:54.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:53 smithi070 ceph-mon[113398]: pgmap v300: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:55 smithi026 ceph-mon[108096]: pgmap v301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:55 smithi070 ceph-mon[113398]: pgmap v301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:32:57.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:57 smithi026 ceph-mon[108096]: pgmap v302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:58.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:57 smithi070 ceph-mon[113398]: pgmap v302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:32:59 smithi026 ceph-mon[108096]: pgmap v303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:32:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:32:59 smithi070 ceph-mon[113398]: pgmap v303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:01 smithi026 ceph-mon[108096]: pgmap v304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:01 smithi070 ceph-mon[113398]: pgmap v304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:03 smithi026 ceph-mon[108096]: pgmap v305: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:03 smithi070 ceph-mon[113398]: pgmap v305: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:05 smithi026 ceph-mon[108096]: pgmap v306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:05 smithi070 ceph-mon[113398]: pgmap v306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:07.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:07 smithi026 ceph-mon[108096]: pgmap v307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:07 smithi070 ceph-mon[113398]: pgmap v307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:09 smithi026 ceph-mon[108096]: pgmap v308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:09 smithi070 ceph-mon[113398]: pgmap v308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:10.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:33:10.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:33:11.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:11 smithi026 ceph-mon[108096]: pgmap v309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:11.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:33:11.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:33:11.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:33:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:11 smithi070 ceph-mon[113398]: pgmap v309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:33:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:33:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:33:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:13 smithi026 ceph-mon[108096]: pgmap v310: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:13 smithi070 ceph-mon[113398]: pgmap v310: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:15.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:15 smithi026 ceph-mon[108096]: pgmap v311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:15 smithi070 ceph-mon[113398]: pgmap v311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:17 smithi026 ceph-mon[108096]: pgmap v312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:17 smithi070 ceph-mon[113398]: pgmap v312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:19 smithi026 ceph-mon[108096]: pgmap v313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:19.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:19 smithi070 ceph-mon[113398]: pgmap v313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:21 smithi026 ceph-mon[108096]: pgmap v314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:21 smithi070 ceph-mon[113398]: pgmap v314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:23.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:23 smithi026 ceph-mon[108096]: pgmap v315: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:23 smithi070 ceph-mon[113398]: pgmap v315: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:25.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:25 smithi026 ceph-mon[108096]: pgmap v316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:25 smithi070 ceph-mon[113398]: pgmap v316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:27.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:27 smithi026 ceph-mon[108096]: pgmap v317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:27 smithi070 ceph-mon[113398]: pgmap v317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:29 smithi026 ceph-mon[108096]: pgmap v318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:29 smithi070 ceph-mon[113398]: pgmap v318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:31 smithi026 ceph-mon[108096]: pgmap v319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:31 smithi070 ceph-mon[113398]: pgmap v319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:33.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:33 smithi026 ceph-mon[108096]: pgmap v320: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:33 smithi070 ceph-mon[113398]: pgmap v320: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:35.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:35 smithi026 ceph-mon[108096]: pgmap v321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:36.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:35 smithi070 ceph-mon[113398]: pgmap v321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:37.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:37 smithi026 ceph-mon[108096]: pgmap v322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:38.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:37 smithi070 ceph-mon[113398]: pgmap v322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:39 smithi026 ceph-mon[108096]: pgmap v323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:39 smithi070 ceph-mon[113398]: pgmap v323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:41.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:41 smithi026 ceph-mon[108096]: pgmap v324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:41 smithi070 ceph-mon[113398]: pgmap v324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:43.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:43 smithi026 ceph-mon[108096]: pgmap v325: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:44.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:43 smithi070 ceph-mon[113398]: pgmap v325: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:45.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:45 smithi026 ceph-mon[108096]: pgmap v326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:45 smithi070 ceph-mon[113398]: pgmap v326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:47.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:47 smithi026 ceph-mon[108096]: pgmap v327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:48.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:47 smithi070 ceph-mon[113398]: pgmap v327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:49 smithi026 ceph-mon[108096]: pgmap v328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:49.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:49 smithi070 ceph-mon[113398]: pgmap v328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:51 smithi026 ceph-mon[108096]: pgmap v329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:51 smithi070 ceph-mon[113398]: pgmap v329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:53.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:53 smithi026 ceph-mon[108096]: pgmap v330: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:53 smithi070 ceph-mon[113398]: pgmap v330: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:55.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:55 smithi026 ceph-mon[108096]: pgmap v331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:55 smithi070 ceph-mon[113398]: pgmap v331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:33:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:57 smithi070 ceph-mon[113398]: pgmap v332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:57 smithi026 ceph-mon[108096]: pgmap v332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:33:59 smithi026 ceph-mon[108096]: pgmap v333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:33:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:33:59 smithi070 ceph-mon[113398]: pgmap v333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:01 smithi026 ceph-mon[108096]: pgmap v334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:01 smithi070 ceph-mon[113398]: pgmap v334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:03.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:03 smithi026 ceph-mon[108096]: pgmap v335: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:03 smithi070 ceph-mon[113398]: pgmap v335: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:05.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:05 smithi026 ceph-mon[108096]: pgmap v336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:05 smithi070 ceph-mon[113398]: pgmap v336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:07 smithi070 ceph-mon[113398]: pgmap v337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:07 smithi026 ceph-mon[108096]: pgmap v337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:09 smithi026 ceph-mon[108096]: pgmap v338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:09 smithi070 ceph-mon[113398]: pgmap v338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: pgmap v339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:34:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:34:11.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:34:11.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: pgmap v339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:34:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:34:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:34:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:34:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:13 smithi026 ceph-mon[108096]: pgmap v340: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:13 smithi070 ceph-mon[113398]: pgmap v340: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:15 smithi070 ceph-mon[113398]: pgmap v341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:15 smithi026 ceph-mon[108096]: pgmap v341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:17 smithi070 ceph-mon[113398]: pgmap v342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:17 smithi026 ceph-mon[108096]: pgmap v342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:19 smithi026 ceph-mon[108096]: pgmap v343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:19 smithi070 ceph-mon[113398]: pgmap v343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:21.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:21 smithi026 ceph-mon[108096]: pgmap v344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:21 smithi070 ceph-mon[113398]: pgmap v344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:23 smithi070 ceph-mon[113398]: pgmap v345: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:23 smithi026 ceph-mon[108096]: pgmap v345: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:26.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:25 smithi070 ceph-mon[113398]: pgmap v346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:25 smithi026 ceph-mon[108096]: pgmap v346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:27 smithi070 ceph-mon[113398]: pgmap v347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:27 smithi026 ceph-mon[108096]: pgmap v347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:29 smithi026 ceph-mon[108096]: pgmap v348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:29 smithi070 ceph-mon[113398]: pgmap v348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:31.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:31 smithi026 ceph-mon[108096]: pgmap v349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:31 smithi070 ceph-mon[113398]: pgmap v349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:33 smithi070 ceph-mon[113398]: pgmap v350: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:33 smithi026 ceph-mon[108096]: pgmap v350: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:35 smithi070 ceph-mon[113398]: pgmap v351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:35 smithi026 ceph-mon[108096]: pgmap v351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:37 smithi070 ceph-mon[113398]: pgmap v352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:37 smithi026 ceph-mon[108096]: pgmap v352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:39 smithi026 ceph-mon[108096]: pgmap v353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:39 smithi070 ceph-mon[113398]: pgmap v353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:41 smithi070 ceph-mon[113398]: pgmap v354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:41 smithi026 ceph-mon[108096]: pgmap v354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:43 smithi070 ceph-mon[113398]: pgmap v355: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:43 smithi026 ceph-mon[108096]: pgmap v355: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:45 smithi070 ceph-mon[113398]: pgmap v356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:45 smithi026 ceph-mon[108096]: pgmap v356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:47 smithi070 ceph-mon[113398]: pgmap v357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:47 smithi026 ceph-mon[108096]: pgmap v357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:49 smithi026 ceph-mon[108096]: pgmap v358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:49 smithi070 ceph-mon[113398]: pgmap v358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:51 smithi070 ceph-mon[113398]: pgmap v359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:51 smithi026 ceph-mon[108096]: pgmap v359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:53 smithi070 ceph-mon[113398]: pgmap v360: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:53 smithi026 ceph-mon[108096]: pgmap v360: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:55 smithi070 ceph-mon[113398]: pgmap v361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:55 smithi026 ceph-mon[108096]: pgmap v361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:34:58.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:57 smithi070 ceph-mon[113398]: pgmap v362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:57 smithi026 ceph-mon[108096]: pgmap v362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:34:59 smithi026 ceph-mon[108096]: pgmap v363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:34:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:34:59 smithi070 ceph-mon[113398]: pgmap v363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:01 smithi070 ceph-mon[113398]: pgmap v364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:01 smithi026 ceph-mon[108096]: pgmap v364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:03 smithi070 ceph-mon[113398]: pgmap v365: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:03 smithi026 ceph-mon[108096]: pgmap v365: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:05 smithi070 ceph-mon[113398]: pgmap v366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:05 smithi026 ceph-mon[108096]: pgmap v366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:07 smithi070 ceph-mon[113398]: pgmap v367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:07 smithi026 ceph-mon[108096]: pgmap v367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:09 smithi026 ceph-mon[108096]: pgmap v368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:09.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:09 smithi070 ceph-mon[113398]: pgmap v368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:12.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:11 smithi070 ceph-mon[113398]: pgmap v369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:11 smithi026 ceph-mon[108096]: pgmap v369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:35:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:35:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:35:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:35:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:35:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:35:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:35:13.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:35:13.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:35:13.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T10:35:13.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:35:13.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:35:13.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:35:13.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:35:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:13 smithi070 ceph-mon[113398]: Adjusting osd_memory_target on smithi026 to 8047M 2023-10-16T10:35:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:13 smithi070 ceph-mon[113398]: pgmap v370: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:13 smithi026 ceph-mon[108096]: Adjusting osd_memory_target on smithi026 to 8047M 2023-10-16T10:35:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:13 smithi026 ceph-mon[108096]: pgmap v370: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:15 smithi070 ceph-mon[113398]: pgmap v371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:15 smithi026 ceph-mon[108096]: pgmap v371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:17 smithi070 ceph-mon[113398]: pgmap v372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:17 smithi026 ceph-mon[108096]: pgmap v372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:19 smithi026 ceph-mon[108096]: pgmap v373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:19 smithi070 ceph-mon[113398]: pgmap v373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:21 smithi070 ceph-mon[113398]: pgmap v374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:21 smithi026 ceph-mon[108096]: pgmap v374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:23 smithi070 ceph-mon[113398]: pgmap v375: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:23 smithi026 ceph-mon[108096]: pgmap v375: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:25 smithi070 ceph-mon[113398]: pgmap v376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:25 smithi026 ceph-mon[108096]: pgmap v376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:27 smithi070 ceph-mon[113398]: pgmap v377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:27 smithi026 ceph-mon[108096]: pgmap v377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:29.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:29 smithi026 ceph-mon[108096]: pgmap v378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:29 smithi070 ceph-mon[113398]: pgmap v378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:31 smithi070 ceph-mon[113398]: pgmap v379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:31 smithi026 ceph-mon[108096]: pgmap v379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:33 smithi070 ceph-mon[113398]: pgmap v380: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:33 smithi026 ceph-mon[108096]: pgmap v380: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:35 smithi070 ceph-mon[113398]: pgmap v381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:35 smithi026 ceph-mon[108096]: pgmap v381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:37 smithi070 ceph-mon[113398]: pgmap v382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:37 smithi026 ceph-mon[108096]: pgmap v382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:39 smithi026 ceph-mon[108096]: pgmap v383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:39 smithi070 ceph-mon[113398]: pgmap v383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:42.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:41 smithi070 ceph-mon[113398]: pgmap v384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:41 smithi026 ceph-mon[108096]: pgmap v384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:43 smithi070 ceph-mon[113398]: pgmap v385: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:43 smithi026 ceph-mon[108096]: pgmap v385: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:45 smithi070 ceph-mon[113398]: pgmap v386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:45 smithi026 ceph-mon[108096]: pgmap v386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:47 smithi070 ceph-mon[113398]: pgmap v387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:47 smithi026 ceph-mon[108096]: pgmap v387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:49 smithi026 ceph-mon[108096]: pgmap v388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:49 smithi070 ceph-mon[113398]: pgmap v388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:52.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:51 smithi070 ceph-mon[113398]: pgmap v389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:51 smithi026 ceph-mon[108096]: pgmap v389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:53 smithi070 ceph-mon[113398]: pgmap v390: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:53 smithi026 ceph-mon[108096]: pgmap v390: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:55 smithi070 ceph-mon[113398]: pgmap v391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:55 smithi026 ceph-mon[108096]: pgmap v391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:35:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:57 smithi070 ceph-mon[113398]: pgmap v392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:57 smithi026 ceph-mon[108096]: pgmap v392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:35:59 smithi026 ceph-mon[108096]: pgmap v393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:35:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:35:59 smithi070 ceph-mon[113398]: pgmap v393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:01 smithi070 ceph-mon[113398]: pgmap v394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:01 smithi026 ceph-mon[108096]: pgmap v394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:03 smithi070 ceph-mon[113398]: pgmap v395: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:03 smithi026 ceph-mon[108096]: pgmap v395: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:05 smithi070 ceph-mon[113398]: pgmap v396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:05 smithi026 ceph-mon[108096]: pgmap v396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:07 smithi070 ceph-mon[113398]: pgmap v397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:07 smithi026 ceph-mon[108096]: pgmap v397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:09 smithi026 ceph-mon[108096]: pgmap v398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:09 smithi070 ceph-mon[113398]: pgmap v398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:11 smithi070 ceph-mon[113398]: pgmap v399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:11 smithi026 ceph-mon[108096]: pgmap v399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:13.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:36:13.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:36:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:13 smithi070 ceph-mon[113398]: pgmap v400: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:36:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:36:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:36:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:13 smithi026 ceph-mon[108096]: pgmap v400: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:36:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:36:14.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:36:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:15 smithi070 ceph-mon[113398]: pgmap v401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:15 smithi026 ceph-mon[108096]: pgmap v401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:17 smithi070 ceph-mon[113398]: pgmap v402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:17 smithi026 ceph-mon[108096]: pgmap v402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:19 smithi026 ceph-mon[108096]: pgmap v403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:19 smithi070 ceph-mon[113398]: pgmap v403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:21 smithi070 ceph-mon[113398]: pgmap v404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:21 smithi026 ceph-mon[108096]: pgmap v404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:24.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:23 smithi070 ceph-mon[113398]: pgmap v405: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:23 smithi026 ceph-mon[108096]: pgmap v405: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:25 smithi070 ceph-mon[113398]: pgmap v406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:25 smithi026 ceph-mon[108096]: pgmap v406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:28.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:27 smithi070 ceph-mon[113398]: pgmap v407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:27 smithi026 ceph-mon[108096]: pgmap v407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:29 smithi026 ceph-mon[108096]: pgmap v408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:29 smithi070 ceph-mon[113398]: pgmap v408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:31 smithi070 ceph-mon[113398]: pgmap v409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:31 smithi026 ceph-mon[108096]: pgmap v409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:33 smithi070 ceph-mon[113398]: pgmap v410: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:33 smithi026 ceph-mon[108096]: pgmap v410: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:35 smithi070 ceph-mon[113398]: pgmap v411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:35 smithi026 ceph-mon[108096]: pgmap v411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:38.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:37 smithi070 ceph-mon[113398]: pgmap v412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:37 smithi026 ceph-mon[108096]: pgmap v412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:39 smithi026 ceph-mon[108096]: pgmap v413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:39 smithi070 ceph-mon[113398]: pgmap v413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:42.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:41 smithi070 ceph-mon[113398]: pgmap v414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:41 smithi026 ceph-mon[108096]: pgmap v414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:43 smithi070 ceph-mon[113398]: pgmap v415: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:43 smithi026 ceph-mon[108096]: pgmap v415: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:45 smithi070 ceph-mon[113398]: pgmap v416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:45 smithi026 ceph-mon[108096]: pgmap v416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:47 smithi070 ceph-mon[113398]: pgmap v417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:47 smithi026 ceph-mon[108096]: pgmap v417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:49 smithi026 ceph-mon[108096]: pgmap v418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:49 smithi070 ceph-mon[113398]: pgmap v418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:51 smithi070 ceph-mon[113398]: pgmap v419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:51 smithi026 ceph-mon[108096]: pgmap v419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:53 smithi070 ceph-mon[113398]: pgmap v420: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:53 smithi026 ceph-mon[108096]: pgmap v420: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:56.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:55 smithi070 ceph-mon[113398]: pgmap v421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:55 smithi026 ceph-mon[108096]: pgmap v421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:36:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:57 smithi070 ceph-mon[113398]: pgmap v422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:57 smithi026 ceph-mon[108096]: pgmap v422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:36:59 smithi026 ceph-mon[108096]: pgmap v423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:36:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:36:59 smithi070 ceph-mon[113398]: pgmap v423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:01 smithi070 ceph-mon[113398]: pgmap v424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:01 smithi026 ceph-mon[108096]: pgmap v424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:03 smithi070 ceph-mon[113398]: pgmap v425: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:03 smithi026 ceph-mon[108096]: pgmap v425: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:06.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:05 smithi070 ceph-mon[113398]: pgmap v426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:05 smithi026 ceph-mon[108096]: pgmap v426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:07 smithi070 ceph-mon[113398]: pgmap v427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:07 smithi026 ceph-mon[108096]: pgmap v427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:09 smithi026 ceph-mon[108096]: pgmap v428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:09 smithi070 ceph-mon[113398]: pgmap v428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:11 smithi070 ceph-mon[113398]: pgmap v429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:11 smithi026 ceph-mon[108096]: pgmap v429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:13.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:13 smithi026 ceph-mon[108096]: pgmap v430: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:13.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:37:13.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:13.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:13 smithi070 ceph-mon[113398]: pgmap v430: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:37:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:37:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:37:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:15 smithi026 ceph-mon[108096]: pgmap v431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:15.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:37:15.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:37:15.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:37:15.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:15 smithi070 ceph-mon[113398]: pgmap v431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:17 smithi070 ceph-mon[113398]: pgmap v432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:17 smithi026 ceph-mon[108096]: pgmap v432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:19 smithi026 ceph-mon[108096]: pgmap v433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:19 smithi070 ceph-mon[113398]: pgmap v433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:21 smithi070 ceph-mon[113398]: pgmap v434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:21 smithi026 ceph-mon[108096]: pgmap v434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:23 smithi070 ceph-mon[113398]: pgmap v435: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:23 smithi026 ceph-mon[108096]: pgmap v435: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:26.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:25 smithi070 ceph-mon[113398]: pgmap v436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:25 smithi026 ceph-mon[108096]: pgmap v436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:27 smithi070 ceph-mon[113398]: pgmap v437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:27 smithi026 ceph-mon[108096]: pgmap v437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:29 smithi026 ceph-mon[108096]: pgmap v438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:29 smithi070 ceph-mon[113398]: pgmap v438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:31 smithi070 ceph-mon[113398]: pgmap v439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:31 smithi026 ceph-mon[108096]: pgmap v439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:33 smithi070 ceph-mon[113398]: pgmap v440: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:33 smithi026 ceph-mon[108096]: pgmap v440: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:35 smithi070 ceph-mon[113398]: pgmap v441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:35 smithi026 ceph-mon[108096]: pgmap v441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:38.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:37 smithi070 ceph-mon[113398]: pgmap v442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:37 smithi026 ceph-mon[108096]: pgmap v442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:39 smithi026 ceph-mon[108096]: pgmap v443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:39 smithi070 ceph-mon[113398]: pgmap v443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:41 smithi070 ceph-mon[113398]: pgmap v444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:41 smithi026 ceph-mon[108096]: pgmap v444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:43 smithi070 ceph-mon[113398]: pgmap v445: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:43 smithi026 ceph-mon[108096]: pgmap v445: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:46.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:45 smithi070 ceph-mon[113398]: pgmap v446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:45 smithi026 ceph-mon[108096]: pgmap v446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:47 smithi070 ceph-mon[113398]: pgmap v447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:47 smithi026 ceph-mon[108096]: pgmap v447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:49 smithi026 ceph-mon[108096]: pgmap v448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:49 smithi070 ceph-mon[113398]: pgmap v448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:51 smithi070 ceph-mon[113398]: pgmap v449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:51 smithi026 ceph-mon[108096]: pgmap v449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:53 smithi070 ceph-mon[113398]: pgmap v450: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:53 smithi026 ceph-mon[108096]: pgmap v450: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:55 smithi070 ceph-mon[113398]: pgmap v451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:55 smithi026 ceph-mon[108096]: pgmap v451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:37:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:57 smithi070 ceph-mon[113398]: pgmap v452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:57 smithi026 ceph-mon[108096]: pgmap v452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:37:59 smithi026 ceph-mon[108096]: pgmap v453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:37:59.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:37:59 smithi070 ceph-mon[113398]: pgmap v453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:01 smithi070 ceph-mon[113398]: pgmap v454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:01 smithi026 ceph-mon[108096]: pgmap v454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:04.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:03 smithi070 ceph-mon[113398]: pgmap v455: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:03 smithi026 ceph-mon[108096]: pgmap v455: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:05 smithi070 ceph-mon[113398]: pgmap v456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:05 smithi026 ceph-mon[108096]: pgmap v456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:07 smithi070 ceph-mon[113398]: pgmap v457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:07 smithi026 ceph-mon[108096]: pgmap v457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:09 smithi026 ceph-mon[108096]: pgmap v458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:09 smithi070 ceph-mon[113398]: pgmap v458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:11 smithi070 ceph-mon[113398]: pgmap v459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:11 smithi026 ceph-mon[108096]: pgmap v459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:13 smithi070 ceph-mon[113398]: pgmap v460: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:13 smithi026 ceph-mon[108096]: pgmap v460: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:15.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:38:15.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:38:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:15 smithi070 ceph-mon[113398]: pgmap v461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:38:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:38:16.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:38:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:15 smithi026 ceph-mon[108096]: pgmap v461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:38:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:38:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:38:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:17 smithi070 ceph-mon[113398]: pgmap v462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:17 smithi026 ceph-mon[108096]: pgmap v462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:19 smithi026 ceph-mon[108096]: pgmap v463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:19 smithi070 ceph-mon[113398]: pgmap v463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:21 smithi070 ceph-mon[113398]: pgmap v464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:21 smithi026 ceph-mon[108096]: pgmap v464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:23 smithi070 ceph-mon[113398]: pgmap v465: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:23 smithi026 ceph-mon[108096]: pgmap v465: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:25 smithi070 ceph-mon[113398]: pgmap v466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:25 smithi026 ceph-mon[108096]: pgmap v466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:27 smithi070 ceph-mon[113398]: pgmap v467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:27 smithi026 ceph-mon[108096]: pgmap v467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:29 smithi026 ceph-mon[108096]: pgmap v468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:29 smithi070 ceph-mon[113398]: pgmap v468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:31 smithi070 ceph-mon[113398]: pgmap v469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:31 smithi026 ceph-mon[108096]: pgmap v469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:33 smithi070 ceph-mon[113398]: pgmap v470: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:33 smithi026 ceph-mon[108096]: pgmap v470: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:35 smithi070 ceph-mon[113398]: pgmap v471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:35 smithi026 ceph-mon[108096]: pgmap v471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:37 smithi070 ceph-mon[113398]: pgmap v472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:37 smithi026 ceph-mon[108096]: pgmap v472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:39 smithi026 ceph-mon[108096]: pgmap v473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:39 smithi070 ceph-mon[113398]: pgmap v473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:41 smithi070 ceph-mon[113398]: pgmap v474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:41 smithi026 ceph-mon[108096]: pgmap v474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:43 smithi070 ceph-mon[113398]: pgmap v475: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:43 smithi026 ceph-mon[108096]: pgmap v475: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:45 smithi070 ceph-mon[113398]: pgmap v476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:45 smithi026 ceph-mon[108096]: pgmap v476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:47 smithi070 ceph-mon[113398]: pgmap v477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:47 smithi026 ceph-mon[108096]: pgmap v477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:49 smithi026 ceph-mon[108096]: pgmap v478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:49 smithi070 ceph-mon[113398]: pgmap v478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:51 smithi070 ceph-mon[113398]: pgmap v479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:51 smithi026 ceph-mon[108096]: pgmap v479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:53 smithi070 ceph-mon[113398]: pgmap v480: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:53 smithi026 ceph-mon[108096]: pgmap v480: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:55 smithi070 ceph-mon[113398]: pgmap v481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:55 smithi026 ceph-mon[108096]: pgmap v481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:38:58.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:57 smithi070 ceph-mon[113398]: pgmap v482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:57 smithi026 ceph-mon[108096]: pgmap v482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:38:59 smithi026 ceph-mon[108096]: pgmap v483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:38:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:38:59 smithi070 ceph-mon[113398]: pgmap v483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:01 smithi070 ceph-mon[113398]: pgmap v484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:01 smithi026 ceph-mon[108096]: pgmap v484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:03 smithi070 ceph-mon[113398]: pgmap v485: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:03 smithi026 ceph-mon[108096]: pgmap v485: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:05 smithi070 ceph-mon[113398]: pgmap v486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:05 smithi026 ceph-mon[108096]: pgmap v486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:07 smithi070 ceph-mon[113398]: pgmap v487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:07 smithi026 ceph-mon[108096]: pgmap v487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:09 smithi026 ceph-mon[108096]: pgmap v488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:09 smithi070 ceph-mon[113398]: pgmap v488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:11 smithi070 ceph-mon[113398]: pgmap v489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:11 smithi026 ceph-mon[108096]: pgmap v489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:13 smithi070 ceph-mon[113398]: pgmap v490: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:13 smithi026 ceph-mon[108096]: pgmap v490: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:15 smithi070 ceph-mon[113398]: pgmap v491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:39:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:39:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:39:16.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:39:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:15 smithi026 ceph-mon[108096]: pgmap v491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:39:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:39:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:39:16.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:39:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:17 smithi070 ceph-mon[113398]: pgmap v492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:17 smithi026 ceph-mon[108096]: pgmap v492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:19 smithi026 ceph-mon[108096]: pgmap v493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:19 smithi070 ceph-mon[113398]: pgmap v493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:21 smithi070 ceph-mon[113398]: pgmap v494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:21 smithi026 ceph-mon[108096]: pgmap v494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:23 smithi070 ceph-mon[113398]: pgmap v495: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:23 smithi026 ceph-mon[108096]: pgmap v495: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:25 smithi070 ceph-mon[113398]: pgmap v496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:25 smithi026 ceph-mon[108096]: pgmap v496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:28.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:27 smithi070 ceph-mon[113398]: pgmap v497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:27 smithi026 ceph-mon[108096]: pgmap v497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:29 smithi026 ceph-mon[108096]: pgmap v498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:29 smithi070 ceph-mon[113398]: pgmap v498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:31 smithi070 ceph-mon[113398]: pgmap v499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:31 smithi026 ceph-mon[108096]: pgmap v499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:33 smithi070 ceph-mon[113398]: pgmap v500: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:33 smithi026 ceph-mon[108096]: pgmap v500: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:35 smithi070 ceph-mon[113398]: pgmap v501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:35 smithi026 ceph-mon[108096]: pgmap v501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:37 smithi070 ceph-mon[113398]: pgmap v502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:37 smithi026 ceph-mon[108096]: pgmap v502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:39 smithi026 ceph-mon[108096]: pgmap v503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:39 smithi070 ceph-mon[113398]: pgmap v503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:41 smithi070 ceph-mon[113398]: pgmap v504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:41 smithi026 ceph-mon[108096]: pgmap v504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:43 smithi070 ceph-mon[113398]: pgmap v505: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:43 smithi026 ceph-mon[108096]: pgmap v505: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:45 smithi070 ceph-mon[113398]: pgmap v506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:45 smithi026 ceph-mon[108096]: pgmap v506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:47 smithi070 ceph-mon[113398]: pgmap v507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:47 smithi026 ceph-mon[108096]: pgmap v507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:49 smithi026 ceph-mon[108096]: pgmap v508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:49 smithi070 ceph-mon[113398]: pgmap v508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:51 smithi070 ceph-mon[113398]: pgmap v509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:51 smithi026 ceph-mon[108096]: pgmap v509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:53 smithi070 ceph-mon[113398]: pgmap v510: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:53 smithi026 ceph-mon[108096]: pgmap v510: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:55 smithi070 ceph-mon[113398]: pgmap v511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:55 smithi026 ceph-mon[108096]: pgmap v511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:39:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:57 smithi070 ceph-mon[113398]: pgmap v512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:57 smithi026 ceph-mon[108096]: pgmap v512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:39:59 smithi026 ceph-mon[108096]: pgmap v513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:39:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:39:59 smithi070 ceph-mon[113398]: pgmap v513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:00.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T10:40:00.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T10:40:01.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:01 smithi026 ceph-mon[108096]: pgmap v514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:01.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:01 smithi070 ceph-mon[113398]: pgmap v514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:03 smithi070 ceph-mon[113398]: pgmap v515: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:03 smithi026 ceph-mon[108096]: pgmap v515: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:05 smithi070 ceph-mon[113398]: pgmap v516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:05 smithi026 ceph-mon[108096]: pgmap v516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:07 smithi070 ceph-mon[113398]: pgmap v517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:07 smithi026 ceph-mon[108096]: pgmap v517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:09 smithi026 ceph-mon[108096]: pgmap v518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:09 smithi070 ceph-mon[113398]: pgmap v518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:11 smithi070 ceph-mon[113398]: pgmap v519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:11 smithi026 ceph-mon[108096]: pgmap v519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:13 smithi070 ceph-mon[113398]: pgmap v520: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:13 smithi026 ceph-mon[108096]: pgmap v520: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:15 smithi070 ceph-mon[113398]: pgmap v521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:15 smithi026 ceph-mon[108096]: pgmap v521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:40:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:40:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:40:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:40:17.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:40:17.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:40:17.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:40:17.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:40:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:17 smithi070 ceph-mon[113398]: pgmap v522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:17 smithi026 ceph-mon[108096]: pgmap v522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:19 smithi026 ceph-mon[108096]: pgmap v523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:19 smithi070 ceph-mon[113398]: pgmap v523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:21 smithi070 ceph-mon[113398]: pgmap v524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:21 smithi026 ceph-mon[108096]: pgmap v524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:23 smithi070 ceph-mon[113398]: pgmap v525: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:23 smithi026 ceph-mon[108096]: pgmap v525: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:25 smithi070 ceph-mon[113398]: pgmap v526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:25 smithi026 ceph-mon[108096]: pgmap v526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:27 smithi070 ceph-mon[113398]: pgmap v527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:27 smithi026 ceph-mon[108096]: pgmap v527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:29 smithi026 ceph-mon[108096]: pgmap v528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:29 smithi070 ceph-mon[113398]: pgmap v528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:31 smithi070 ceph-mon[113398]: pgmap v529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:31 smithi026 ceph-mon[108096]: pgmap v529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:33 smithi070 ceph-mon[113398]: pgmap v530: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:33 smithi026 ceph-mon[108096]: pgmap v530: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:35 smithi070 ceph-mon[113398]: pgmap v531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:35 smithi026 ceph-mon[108096]: pgmap v531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:37 smithi070 ceph-mon[113398]: pgmap v532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:37 smithi026 ceph-mon[108096]: pgmap v532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:39 smithi026 ceph-mon[108096]: pgmap v533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:39 smithi070 ceph-mon[113398]: pgmap v533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:41 smithi070 ceph-mon[113398]: pgmap v534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:41 smithi026 ceph-mon[108096]: pgmap v534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:43 smithi070 ceph-mon[113398]: pgmap v535: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:43 smithi026 ceph-mon[108096]: pgmap v535: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:45 smithi070 ceph-mon[113398]: pgmap v536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:45 smithi026 ceph-mon[108096]: pgmap v536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:47 smithi070 ceph-mon[113398]: pgmap v537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:47 smithi026 ceph-mon[108096]: pgmap v537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:49 smithi026 ceph-mon[108096]: pgmap v538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:49 smithi070 ceph-mon[113398]: pgmap v538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:51 smithi070 ceph-mon[113398]: pgmap v539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:51 smithi026 ceph-mon[108096]: pgmap v539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:53 smithi070 ceph-mon[113398]: pgmap v540: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:53 smithi026 ceph-mon[108096]: pgmap v540: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:55 smithi070 ceph-mon[113398]: pgmap v541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:55 smithi026 ceph-mon[108096]: pgmap v541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:40:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:57 smithi070 ceph-mon[113398]: pgmap v542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:58.473 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:57 smithi026 ceph-mon[108096]: pgmap v542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:40:59 smithi026 ceph-mon[108096]: pgmap v543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:40:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:40:59 smithi070 ceph-mon[113398]: pgmap v543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:01 smithi070 ceph-mon[113398]: pgmap v544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:01 smithi026 ceph-mon[108096]: pgmap v544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:03 smithi070 ceph-mon[113398]: pgmap v545: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:03 smithi026 ceph-mon[108096]: pgmap v545: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:05 smithi070 ceph-mon[113398]: pgmap v546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:05 smithi026 ceph-mon[108096]: pgmap v546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:07 smithi070 ceph-mon[113398]: pgmap v547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:07 smithi026 ceph-mon[108096]: pgmap v547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:09 smithi026 ceph-mon[108096]: pgmap v548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:09 smithi070 ceph-mon[113398]: pgmap v548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:11 smithi070 ceph-mon[113398]: pgmap v549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:11 smithi026 ceph-mon[108096]: pgmap v549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:13 smithi070 ceph-mon[113398]: pgmap v550: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:13 smithi026 ceph-mon[108096]: pgmap v550: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:15 smithi070 ceph-mon[113398]: pgmap v551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:15 smithi026 ceph-mon[108096]: pgmap v551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:41:17.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:41:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:17 smithi070 ceph-mon[113398]: pgmap v552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:41:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:41:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:41:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:17 smithi026 ceph-mon[108096]: pgmap v552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:41:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:41:18.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:41:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:19 smithi026 ceph-mon[108096]: pgmap v553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:19 smithi070 ceph-mon[113398]: pgmap v553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:21 smithi070 ceph-mon[113398]: pgmap v554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:21 smithi026 ceph-mon[108096]: pgmap v554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:23 smithi070 ceph-mon[113398]: pgmap v555: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:23 smithi026 ceph-mon[108096]: pgmap v555: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:25 smithi070 ceph-mon[113398]: pgmap v556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:25 smithi026 ceph-mon[108096]: pgmap v556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:27 smithi070 ceph-mon[113398]: pgmap v557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:27 smithi026 ceph-mon[108096]: pgmap v557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:29 smithi026 ceph-mon[108096]: pgmap v558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:29 smithi070 ceph-mon[113398]: pgmap v558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:31 smithi070 ceph-mon[113398]: pgmap v559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:31 smithi026 ceph-mon[108096]: pgmap v559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:33 smithi070 ceph-mon[113398]: pgmap v560: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:33 smithi026 ceph-mon[108096]: pgmap v560: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:35 smithi070 ceph-mon[113398]: pgmap v561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:35 smithi026 ceph-mon[108096]: pgmap v561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:37 smithi070 ceph-mon[113398]: pgmap v562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:37 smithi026 ceph-mon[108096]: pgmap v562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:39 smithi026 ceph-mon[108096]: pgmap v563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:39 smithi070 ceph-mon[113398]: pgmap v563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:41 smithi070 ceph-mon[113398]: pgmap v564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:41 smithi026 ceph-mon[108096]: pgmap v564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:43 smithi070 ceph-mon[113398]: pgmap v565: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:43 smithi026 ceph-mon[108096]: pgmap v565: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:45 smithi070 ceph-mon[113398]: pgmap v566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:45 smithi026 ceph-mon[108096]: pgmap v566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:48.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:47 smithi070 ceph-mon[113398]: pgmap v567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:47 smithi026 ceph-mon[108096]: pgmap v567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:49 smithi026 ceph-mon[108096]: pgmap v568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:49 smithi070 ceph-mon[113398]: pgmap v568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:51 smithi070 ceph-mon[113398]: pgmap v569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:51 smithi026 ceph-mon[108096]: pgmap v569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:54.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:53 smithi070 ceph-mon[113398]: pgmap v570: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:53 smithi026 ceph-mon[108096]: pgmap v570: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:56.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:55 smithi070 ceph-mon[113398]: pgmap v571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:55 smithi026 ceph-mon[108096]: pgmap v571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:41:58.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:57 smithi070 ceph-mon[113398]: pgmap v572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:57 smithi026 ceph-mon[108096]: pgmap v572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:41:59 smithi026 ceph-mon[108096]: pgmap v573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:41:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:41:59 smithi070 ceph-mon[113398]: pgmap v573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:01 smithi070 ceph-mon[113398]: pgmap v574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:01 smithi026 ceph-mon[108096]: pgmap v574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:04.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:03 smithi070 ceph-mon[113398]: pgmap v575: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:03 smithi026 ceph-mon[108096]: pgmap v575: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:06.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:05 smithi070 ceph-mon[113398]: pgmap v576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:05 smithi026 ceph-mon[108096]: pgmap v576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:08.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:07 smithi070 ceph-mon[113398]: pgmap v577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:07 smithi026 ceph-mon[108096]: pgmap v577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:09 smithi026 ceph-mon[108096]: pgmap v578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:09 smithi070 ceph-mon[113398]: pgmap v578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:11 smithi070 ceph-mon[113398]: pgmap v579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:11 smithi026 ceph-mon[108096]: pgmap v579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:14.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:13 smithi070 ceph-mon[113398]: pgmap v580: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:13 smithi026 ceph-mon[108096]: pgmap v580: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:16.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:15 smithi070 ceph-mon[113398]: pgmap v581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:15 smithi026 ceph-mon[108096]: pgmap v581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:17 smithi070 ceph-mon[113398]: pgmap v582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:42:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:42:18.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:42:18.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:42:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:17 smithi026 ceph-mon[108096]: pgmap v582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:42:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:42:18.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:42:18.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:42:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:19 smithi026 ceph-mon[108096]: pgmap v583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:19 smithi070 ceph-mon[113398]: pgmap v583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:22.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:21 smithi070 ceph-mon[113398]: pgmap v584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:21 smithi026 ceph-mon[108096]: pgmap v584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:24.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:23 smithi070 ceph-mon[113398]: pgmap v585: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:23 smithi026 ceph-mon[108096]: pgmap v585: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:26.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:25 smithi070 ceph-mon[113398]: pgmap v586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:25 smithi026 ceph-mon[108096]: pgmap v586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:28.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:27 smithi070 ceph-mon[113398]: pgmap v587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:27 smithi026 ceph-mon[108096]: pgmap v587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:29 smithi026 ceph-mon[108096]: pgmap v588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:29 smithi070 ceph-mon[113398]: pgmap v588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:32.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:31 smithi070 ceph-mon[113398]: pgmap v589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:31 smithi026 ceph-mon[108096]: pgmap v589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:34.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:33 smithi070 ceph-mon[113398]: pgmap v590: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:33 smithi026 ceph-mon[108096]: pgmap v590: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:36.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:35 smithi070 ceph-mon[113398]: pgmap v591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:35 smithi026 ceph-mon[108096]: pgmap v591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:38.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:37 smithi070 ceph-mon[113398]: pgmap v592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:37 smithi026 ceph-mon[108096]: pgmap v592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:39 smithi026 ceph-mon[108096]: pgmap v593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:39 smithi070 ceph-mon[113398]: pgmap v593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:42.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:41 smithi070 ceph-mon[113398]: pgmap v594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:41 smithi026 ceph-mon[108096]: pgmap v594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:44.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:43 smithi070 ceph-mon[113398]: pgmap v595: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:43 smithi026 ceph-mon[108096]: pgmap v595: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:46.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:45 smithi070 ceph-mon[113398]: pgmap v596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:45 smithi026 ceph-mon[108096]: pgmap v596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:47 smithi026 ceph-mon[108096]: pgmap v597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:47 smithi070 ceph-mon[113398]: pgmap v597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:49 smithi026 ceph-mon[108096]: pgmap v598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:49 smithi070 ceph-mon[113398]: pgmap v598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:51 smithi070 ceph-mon[113398]: pgmap v599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:51 smithi026 ceph-mon[108096]: pgmap v599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:54.062 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:53 smithi070 ceph-mon[113398]: pgmap v600: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:53 smithi026 ceph-mon[108096]: pgmap v600: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:55 smithi026 ceph-mon[108096]: pgmap v601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:56.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:55 smithi070 ceph-mon[113398]: pgmap v601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:42:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:57 smithi026 ceph-mon[108096]: pgmap v602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:57 smithi070 ceph-mon[113398]: pgmap v602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:42:59 smithi026 ceph-mon[108096]: pgmap v603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:42:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:42:59 smithi070 ceph-mon[113398]: pgmap v603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:01 smithi070 ceph-mon[113398]: pgmap v604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:01 smithi026 ceph-mon[108096]: pgmap v604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:03 smithi026 ceph-mon[108096]: pgmap v605: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:03 smithi070 ceph-mon[113398]: pgmap v605: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:05 smithi026 ceph-mon[108096]: pgmap v606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:05 smithi070 ceph-mon[113398]: pgmap v606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:07 smithi026 ceph-mon[108096]: pgmap v607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:07 smithi070 ceph-mon[113398]: pgmap v607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:09 smithi026 ceph-mon[108096]: pgmap v608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:09 smithi070 ceph-mon[113398]: pgmap v608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:11 smithi070 ceph-mon[113398]: pgmap v609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:11 smithi026 ceph-mon[108096]: pgmap v609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:13 smithi026 ceph-mon[108096]: pgmap v610: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:13 smithi070 ceph-mon[113398]: pgmap v610: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:15 smithi026 ceph-mon[108096]: pgmap v611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:16.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:15 smithi070 ceph-mon[113398]: pgmap v611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:17 smithi026 ceph-mon[108096]: pgmap v612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:43:18.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:17 smithi070 ceph-mon[113398]: pgmap v612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:43:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:43:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:43:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:43:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:43:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:43:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:43:20.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:19 smithi026 ceph-mon[108096]: pgmap v613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:20.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:19 smithi070 ceph-mon[113398]: pgmap v613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:21 smithi026 ceph-mon[108096]: pgmap v614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:21 smithi070 ceph-mon[113398]: pgmap v614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:23 smithi026 ceph-mon[108096]: pgmap v615: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:23 smithi070 ceph-mon[113398]: pgmap v615: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:25 smithi026 ceph-mon[108096]: pgmap v616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:25 smithi070 ceph-mon[113398]: pgmap v616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:27 smithi026 ceph-mon[108096]: pgmap v617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:27 smithi070 ceph-mon[113398]: pgmap v617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:29 smithi026 ceph-mon[108096]: pgmap v618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:29 smithi070 ceph-mon[113398]: pgmap v618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:31 smithi026 ceph-mon[108096]: pgmap v619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:31 smithi070 ceph-mon[113398]: pgmap v619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:33 smithi026 ceph-mon[108096]: pgmap v620: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:33 smithi070 ceph-mon[113398]: pgmap v620: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:35 smithi026 ceph-mon[108096]: pgmap v621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:35 smithi070 ceph-mon[113398]: pgmap v621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:37 smithi026 ceph-mon[108096]: pgmap v622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:37 smithi070 ceph-mon[113398]: pgmap v622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:39 smithi026 ceph-mon[108096]: pgmap v623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:39 smithi070 ceph-mon[113398]: pgmap v623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:41 smithi026 ceph-mon[108096]: pgmap v624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:41 smithi070 ceph-mon[113398]: pgmap v624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:43 smithi026 ceph-mon[108096]: pgmap v625: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:43 smithi070 ceph-mon[113398]: pgmap v625: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:45 smithi026 ceph-mon[108096]: pgmap v626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:45 smithi070 ceph-mon[113398]: pgmap v626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:47 smithi026 ceph-mon[108096]: pgmap v627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:47 smithi070 ceph-mon[113398]: pgmap v627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:49 smithi026 ceph-mon[108096]: pgmap v628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:49 smithi070 ceph-mon[113398]: pgmap v628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:51 smithi026 ceph-mon[108096]: pgmap v629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:51 smithi070 ceph-mon[113398]: pgmap v629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:53 smithi026 ceph-mon[108096]: pgmap v630: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:53 smithi070 ceph-mon[113398]: pgmap v630: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:55 smithi026 ceph-mon[108096]: pgmap v631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:55 smithi070 ceph-mon[113398]: pgmap v631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:43:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:57 smithi026 ceph-mon[108096]: pgmap v632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:57 smithi070 ceph-mon[113398]: pgmap v632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:43:59 smithi026 ceph-mon[108096]: pgmap v633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:43:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:43:59 smithi070 ceph-mon[113398]: pgmap v633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:01 smithi026 ceph-mon[108096]: pgmap v634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:01 smithi070 ceph-mon[113398]: pgmap v634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:03 smithi026 ceph-mon[108096]: pgmap v635: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:03 smithi070 ceph-mon[113398]: pgmap v635: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:05 smithi026 ceph-mon[108096]: pgmap v636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:05 smithi070 ceph-mon[113398]: pgmap v636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:07 smithi026 ceph-mon[108096]: pgmap v637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:07 smithi070 ceph-mon[113398]: pgmap v637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:09 smithi026 ceph-mon[108096]: pgmap v638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:09 smithi070 ceph-mon[113398]: pgmap v638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:11 smithi026 ceph-mon[108096]: pgmap v639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:11 smithi070 ceph-mon[113398]: pgmap v639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:13 smithi026 ceph-mon[108096]: pgmap v640: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:13 smithi070 ceph-mon[113398]: pgmap v640: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:15 smithi026 ceph-mon[108096]: pgmap v641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:15 smithi070 ceph-mon[113398]: pgmap v641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:17 smithi026 ceph-mon[108096]: pgmap v642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:17 smithi070 ceph-mon[113398]: pgmap v642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:44:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:44:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:19.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:20.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:19 smithi026 ceph-mon[108096]: pgmap v643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:20.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:44:20.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:44:20.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:20.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:19 smithi070 ceph-mon[113398]: pgmap v643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:20.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:44:20.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:44:20.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:44:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:21 smithi026 ceph-mon[108096]: pgmap v644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:21 smithi070 ceph-mon[113398]: pgmap v644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:23 smithi026 ceph-mon[108096]: pgmap v645: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:24.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:23 smithi070 ceph-mon[113398]: pgmap v645: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:25 smithi026 ceph-mon[108096]: pgmap v646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:25 smithi070 ceph-mon[113398]: pgmap v646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:27 smithi026 ceph-mon[108096]: pgmap v647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:27 smithi070 ceph-mon[113398]: pgmap v647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:29 smithi026 ceph-mon[108096]: pgmap v648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:29 smithi070 ceph-mon[113398]: pgmap v648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:31 smithi026 ceph-mon[108096]: pgmap v649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:31 smithi070 ceph-mon[113398]: pgmap v649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:33 smithi026 ceph-mon[108096]: pgmap v650: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:33 smithi070 ceph-mon[113398]: pgmap v650: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:35 smithi026 ceph-mon[108096]: pgmap v651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:35 smithi070 ceph-mon[113398]: pgmap v651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:37 smithi026 ceph-mon[108096]: pgmap v652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:37 smithi070 ceph-mon[113398]: pgmap v652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:39 smithi026 ceph-mon[108096]: pgmap v653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:39 smithi070 ceph-mon[113398]: pgmap v653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:41 smithi026 ceph-mon[108096]: pgmap v654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:42.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:41 smithi070 ceph-mon[113398]: pgmap v654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:43 smithi026 ceph-mon[108096]: pgmap v655: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:44.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:43 smithi070 ceph-mon[113398]: pgmap v655: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:45 smithi026 ceph-mon[108096]: pgmap v656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:45 smithi070 ceph-mon[113398]: pgmap v656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:47 smithi026 ceph-mon[108096]: pgmap v657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:47 smithi070 ceph-mon[113398]: pgmap v657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:49 smithi026 ceph-mon[108096]: pgmap v658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:49 smithi070 ceph-mon[113398]: pgmap v658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:51 smithi026 ceph-mon[108096]: pgmap v659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:51 smithi070 ceph-mon[113398]: pgmap v659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:53 smithi026 ceph-mon[108096]: pgmap v660: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:54.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:53 smithi070 ceph-mon[113398]: pgmap v660: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:55 smithi026 ceph-mon[108096]: pgmap v661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:55 smithi070 ceph-mon[113398]: pgmap v661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:44:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:57 smithi026 ceph-mon[108096]: pgmap v662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:57 smithi070 ceph-mon[113398]: pgmap v662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:44:59 smithi026 ceph-mon[108096]: pgmap v663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:44:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:44:59 smithi070 ceph-mon[113398]: pgmap v663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:01 smithi026 ceph-mon[108096]: pgmap v664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:01 smithi070 ceph-mon[113398]: pgmap v664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:03 smithi026 ceph-mon[108096]: pgmap v665: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:03 smithi070 ceph-mon[113398]: pgmap v665: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:05 smithi026 ceph-mon[108096]: pgmap v666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:05 smithi070 ceph-mon[113398]: pgmap v666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:07 smithi026 ceph-mon[108096]: pgmap v667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:08.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:07 smithi070 ceph-mon[113398]: pgmap v667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:09 smithi026 ceph-mon[108096]: pgmap v668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:09.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:09 smithi070 ceph-mon[113398]: pgmap v668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:11 smithi026 ceph-mon[108096]: pgmap v669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:11 smithi070 ceph-mon[113398]: pgmap v669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:13 smithi026 ceph-mon[108096]: pgmap v670: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:13 smithi070 ceph-mon[113398]: pgmap v670: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:15 smithi026 ceph-mon[108096]: pgmap v671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:15 smithi070 ceph-mon[113398]: pgmap v671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:17 smithi026 ceph-mon[108096]: pgmap v672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:17 smithi070 ceph-mon[113398]: pgmap v672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:19 smithi026 ceph-mon[108096]: pgmap v673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:45:19.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:19 smithi070 ceph-mon[113398]: pgmap v673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:45:20.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:45:20.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:45:20.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:45:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:45:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:45:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:45:21.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:21 smithi026 ceph-mon[108096]: pgmap v674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:21.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:21 smithi070 ceph-mon[113398]: pgmap v674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:23 smithi026 ceph-mon[108096]: pgmap v675: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:23 smithi070 ceph-mon[113398]: pgmap v675: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:25 smithi026 ceph-mon[108096]: pgmap v676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:26.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:25 smithi070 ceph-mon[113398]: pgmap v676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:27 smithi026 ceph-mon[108096]: pgmap v677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:27 smithi070 ceph-mon[113398]: pgmap v677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:29 smithi026 ceph-mon[108096]: pgmap v678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:29 smithi070 ceph-mon[113398]: pgmap v678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:31 smithi026 ceph-mon[108096]: pgmap v679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:31 smithi070 ceph-mon[113398]: pgmap v679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:33 smithi026 ceph-mon[108096]: pgmap v680: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:33 smithi070 ceph-mon[113398]: pgmap v680: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:35 smithi026 ceph-mon[108096]: pgmap v681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:35 smithi070 ceph-mon[113398]: pgmap v681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:37 smithi026 ceph-mon[108096]: pgmap v682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:37 smithi070 ceph-mon[113398]: pgmap v682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:39 smithi026 ceph-mon[108096]: pgmap v683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:39 smithi070 ceph-mon[113398]: pgmap v683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:41 smithi026 ceph-mon[108096]: pgmap v684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:41 smithi070 ceph-mon[113398]: pgmap v684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:43 smithi026 ceph-mon[108096]: pgmap v685: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:43 smithi070 ceph-mon[113398]: pgmap v685: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:45 smithi026 ceph-mon[108096]: pgmap v686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:45 smithi070 ceph-mon[113398]: pgmap v686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:47 smithi026 ceph-mon[108096]: pgmap v687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:47 smithi070 ceph-mon[113398]: pgmap v687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:49 smithi026 ceph-mon[108096]: pgmap v688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:49 smithi070 ceph-mon[113398]: pgmap v688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:51 smithi026 ceph-mon[108096]: pgmap v689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:51 smithi070 ceph-mon[113398]: pgmap v689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:53 smithi026 ceph-mon[108096]: pgmap v690: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:53 smithi070 ceph-mon[113398]: pgmap v690: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:55 smithi026 ceph-mon[108096]: pgmap v691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:55 smithi070 ceph-mon[113398]: pgmap v691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:45:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:57 smithi026 ceph-mon[108096]: pgmap v692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:57 smithi070 ceph-mon[113398]: pgmap v692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:45:59 smithi026 ceph-mon[108096]: pgmap v693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:45:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:45:59 smithi070 ceph-mon[113398]: pgmap v693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:01 smithi026 ceph-mon[108096]: pgmap v694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:01 smithi070 ceph-mon[113398]: pgmap v694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:03 smithi026 ceph-mon[108096]: pgmap v695: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:03 smithi070 ceph-mon[113398]: pgmap v695: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:05 smithi026 ceph-mon[108096]: pgmap v696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:05 smithi070 ceph-mon[113398]: pgmap v696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:07 smithi026 ceph-mon[108096]: pgmap v697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:07 smithi070 ceph-mon[113398]: pgmap v697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:09 smithi026 ceph-mon[108096]: pgmap v698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:09 smithi070 ceph-mon[113398]: pgmap v698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:11 smithi026 ceph-mon[108096]: pgmap v699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:11 smithi070 ceph-mon[113398]: pgmap v699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:13 smithi026 ceph-mon[108096]: pgmap v700: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:13 smithi070 ceph-mon[113398]: pgmap v700: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:15 smithi026 ceph-mon[108096]: pgmap v701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:16.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:15 smithi070 ceph-mon[113398]: pgmap v701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:17 smithi026 ceph-mon[108096]: pgmap v702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:17 smithi070 ceph-mon[113398]: pgmap v702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:19 smithi026 ceph-mon[108096]: pgmap v703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:19 smithi070 ceph-mon[113398]: pgmap v703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:20.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:46:20.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:46:20.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:46:20.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:46:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:46:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:46:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:46:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:46:21.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:21 smithi026 ceph-mon[108096]: pgmap v704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:21.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:21 smithi070 ceph-mon[113398]: pgmap v704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:23 smithi026 ceph-mon[108096]: pgmap v705: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:24.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:23 smithi070 ceph-mon[113398]: pgmap v705: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:25 smithi026 ceph-mon[108096]: pgmap v706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:25 smithi070 ceph-mon[113398]: pgmap v706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:27 smithi026 ceph-mon[108096]: pgmap v707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:27 smithi070 ceph-mon[113398]: pgmap v707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:29 smithi026 ceph-mon[108096]: pgmap v708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:29 smithi070 ceph-mon[113398]: pgmap v708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:31 smithi026 ceph-mon[108096]: pgmap v709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:31 smithi070 ceph-mon[113398]: pgmap v709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:33 smithi026 ceph-mon[108096]: pgmap v710: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:33 smithi070 ceph-mon[113398]: pgmap v710: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:35 smithi026 ceph-mon[108096]: pgmap v711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:35 smithi070 ceph-mon[113398]: pgmap v711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:37 smithi026 ceph-mon[108096]: pgmap v712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:37 smithi070 ceph-mon[113398]: pgmap v712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:39 smithi026 ceph-mon[108096]: pgmap v713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:39 smithi070 ceph-mon[113398]: pgmap v713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:41 smithi026 ceph-mon[108096]: pgmap v714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:41 smithi070 ceph-mon[113398]: pgmap v714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:43 smithi026 ceph-mon[108096]: pgmap v715: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:43 smithi070 ceph-mon[113398]: pgmap v715: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:45 smithi026 ceph-mon[108096]: pgmap v716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:45 smithi070 ceph-mon[113398]: pgmap v716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:47 smithi026 ceph-mon[108096]: pgmap v717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:47 smithi070 ceph-mon[113398]: pgmap v717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:49 smithi026 ceph-mon[108096]: pgmap v718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:49 smithi070 ceph-mon[113398]: pgmap v718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:51 smithi026 ceph-mon[108096]: pgmap v719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:52.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:51 smithi070 ceph-mon[113398]: pgmap v719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:53 smithi026 ceph-mon[108096]: pgmap v720: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:53 smithi070 ceph-mon[113398]: pgmap v720: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:55 smithi026 ceph-mon[108096]: pgmap v721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:55 smithi070 ceph-mon[113398]: pgmap v721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:46:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:57 smithi026 ceph-mon[108096]: pgmap v722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:57 smithi070 ceph-mon[113398]: pgmap v722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:46:59 smithi026 ceph-mon[108096]: pgmap v723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:46:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:46:59 smithi070 ceph-mon[113398]: pgmap v723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:01 smithi026 ceph-mon[108096]: pgmap v724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:01 smithi070 ceph-mon[113398]: pgmap v724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:03 smithi026 ceph-mon[108096]: pgmap v725: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:03 smithi070 ceph-mon[113398]: pgmap v725: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:05 smithi026 ceph-mon[108096]: pgmap v726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:05 smithi070 ceph-mon[113398]: pgmap v726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:07 smithi026 ceph-mon[108096]: pgmap v727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:07 smithi070 ceph-mon[113398]: pgmap v727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:09 smithi026 ceph-mon[108096]: pgmap v728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:09 smithi070 ceph-mon[113398]: pgmap v728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:11 smithi026 ceph-mon[108096]: pgmap v729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:11 smithi070 ceph-mon[113398]: pgmap v729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:13 smithi026 ceph-mon[108096]: pgmap v730: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:13 smithi070 ceph-mon[113398]: pgmap v730: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:15 smithi026 ceph-mon[108096]: pgmap v731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:15 smithi070 ceph-mon[113398]: pgmap v731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:17 smithi026 ceph-mon[108096]: pgmap v732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:17 smithi070 ceph-mon[113398]: pgmap v732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:19 smithi026 ceph-mon[108096]: pgmap v733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:19 smithi070 ceph-mon[113398]: pgmap v733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:20.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:20 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:47:20.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:20 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:47:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: pgmap v734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:47:22.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:47:22.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: pgmap v734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:47:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:47:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:47:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:24 smithi070 ceph-mon[113398]: pgmap v735: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:24 smithi026 ceph-mon[108096]: pgmap v735: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:26 smithi070 ceph-mon[113398]: pgmap v736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:26 smithi026 ceph-mon[108096]: pgmap v736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:28 smithi070 ceph-mon[113398]: pgmap v737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:28 smithi026 ceph-mon[108096]: pgmap v737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:29 smithi026 ceph-mon[108096]: pgmap v738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:29 smithi070 ceph-mon[113398]: pgmap v738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:31 smithi026 ceph-mon[108096]: pgmap v739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:31 smithi070 ceph-mon[113398]: pgmap v739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:33 smithi026 ceph-mon[108096]: pgmap v740: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:33 smithi070 ceph-mon[113398]: pgmap v740: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:35 smithi026 ceph-mon[108096]: pgmap v741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:35 smithi070 ceph-mon[113398]: pgmap v741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:37 smithi026 ceph-mon[108096]: pgmap v742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:37 smithi070 ceph-mon[113398]: pgmap v742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:39 smithi026 ceph-mon[108096]: pgmap v743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:39 smithi070 ceph-mon[113398]: pgmap v743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:41 smithi026 ceph-mon[108096]: pgmap v744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:41 smithi070 ceph-mon[113398]: pgmap v744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:43 smithi026 ceph-mon[108096]: pgmap v745: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:43 smithi070 ceph-mon[113398]: pgmap v745: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:45 smithi026 ceph-mon[108096]: pgmap v746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:45 smithi070 ceph-mon[113398]: pgmap v746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:47 smithi026 ceph-mon[108096]: pgmap v747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:47 smithi070 ceph-mon[113398]: pgmap v747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:49 smithi026 ceph-mon[108096]: pgmap v748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:49 smithi070 ceph-mon[113398]: pgmap v748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:51 smithi026 ceph-mon[108096]: pgmap v749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:51 smithi070 ceph-mon[113398]: pgmap v749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:53 smithi026 ceph-mon[108096]: pgmap v750: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:53 smithi070 ceph-mon[113398]: pgmap v750: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:55 smithi026 ceph-mon[108096]: pgmap v751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:56.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:55 smithi070 ceph-mon[113398]: pgmap v751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:47:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:57 smithi026 ceph-mon[108096]: pgmap v752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:57 smithi070 ceph-mon[113398]: pgmap v752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:47:59 smithi026 ceph-mon[108096]: pgmap v753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:47:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:47:59 smithi070 ceph-mon[113398]: pgmap v753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:01 smithi026 ceph-mon[108096]: pgmap v754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:01 smithi070 ceph-mon[113398]: pgmap v754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:03 smithi026 ceph-mon[108096]: pgmap v755: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:03 smithi070 ceph-mon[113398]: pgmap v755: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:05 smithi026 ceph-mon[108096]: pgmap v756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:05 smithi070 ceph-mon[113398]: pgmap v756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:07 smithi026 ceph-mon[108096]: pgmap v757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:07 smithi070 ceph-mon[113398]: pgmap v757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:09 smithi026 ceph-mon[108096]: pgmap v758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:09 smithi070 ceph-mon[113398]: pgmap v758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:11 smithi026 ceph-mon[108096]: pgmap v759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:12.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:11 smithi070 ceph-mon[113398]: pgmap v759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:13 smithi026 ceph-mon[108096]: pgmap v760: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:13 smithi070 ceph-mon[113398]: pgmap v760: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:15 smithi026 ceph-mon[108096]: pgmap v761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:15 smithi070 ceph-mon[113398]: pgmap v761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:17 smithi026 ceph-mon[108096]: pgmap v762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:17 smithi070 ceph-mon[113398]: pgmap v762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:19 smithi026 ceph-mon[108096]: pgmap v763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:19.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:19 smithi070 ceph-mon[113398]: pgmap v763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:21 smithi026 ceph-mon[108096]: pgmap v764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:21 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:48:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:21 smithi070 ceph-mon[113398]: pgmap v764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:21 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:48:23.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:48:23.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:48:23.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:48:23.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:48:23.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:48:23.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:48:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:23 smithi026 ceph-mon[108096]: pgmap v765: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:23 smithi070 ceph-mon[113398]: pgmap v765: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:25 smithi026 ceph-mon[108096]: pgmap v766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:25 smithi070 ceph-mon[113398]: pgmap v766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:27 smithi026 ceph-mon[108096]: pgmap v767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:27 smithi070 ceph-mon[113398]: pgmap v767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:29 smithi026 ceph-mon[108096]: pgmap v768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:29 smithi070 ceph-mon[113398]: pgmap v768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:31 smithi026 ceph-mon[108096]: pgmap v769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:31 smithi070 ceph-mon[113398]: pgmap v769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:33 smithi026 ceph-mon[108096]: pgmap v770: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:33 smithi070 ceph-mon[113398]: pgmap v770: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:35 smithi026 ceph-mon[108096]: pgmap v771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:35 smithi070 ceph-mon[113398]: pgmap v771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:37 smithi026 ceph-mon[108096]: pgmap v772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:37 smithi070 ceph-mon[113398]: pgmap v772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:39 smithi026 ceph-mon[108096]: pgmap v773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:39 smithi070 ceph-mon[113398]: pgmap v773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:41 smithi026 ceph-mon[108096]: pgmap v774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:42.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:41 smithi070 ceph-mon[113398]: pgmap v774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:43 smithi026 ceph-mon[108096]: pgmap v775: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:44.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:43 smithi070 ceph-mon[113398]: pgmap v775: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:45 smithi026 ceph-mon[108096]: pgmap v776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:45 smithi070 ceph-mon[113398]: pgmap v776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:47 smithi026 ceph-mon[108096]: pgmap v777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:47 smithi070 ceph-mon[113398]: pgmap v777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:49 smithi026 ceph-mon[108096]: pgmap v778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:49 smithi070 ceph-mon[113398]: pgmap v778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:51 smithi026 ceph-mon[108096]: pgmap v779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:52.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:51 smithi070 ceph-mon[113398]: pgmap v779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:53 smithi026 ceph-mon[108096]: pgmap v780: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:54.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:53 smithi070 ceph-mon[113398]: pgmap v780: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:55 smithi026 ceph-mon[108096]: pgmap v781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:55 smithi070 ceph-mon[113398]: pgmap v781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:48:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:57 smithi026 ceph-mon[108096]: pgmap v782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:57 smithi070 ceph-mon[113398]: pgmap v782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:48:59 smithi026 ceph-mon[108096]: pgmap v783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:48:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:48:59 smithi070 ceph-mon[113398]: pgmap v783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:01 smithi026 ceph-mon[108096]: pgmap v784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:01 smithi070 ceph-mon[113398]: pgmap v784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:03 smithi026 ceph-mon[108096]: pgmap v785: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:03 smithi070 ceph-mon[113398]: pgmap v785: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:05 smithi026 ceph-mon[108096]: pgmap v786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:05 smithi070 ceph-mon[113398]: pgmap v786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:07 smithi026 ceph-mon[108096]: pgmap v787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:07 smithi070 ceph-mon[113398]: pgmap v787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:09 smithi026 ceph-mon[108096]: pgmap v788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:09 smithi070 ceph-mon[113398]: pgmap v788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:11 smithi026 ceph-mon[108096]: pgmap v789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:11 smithi070 ceph-mon[113398]: pgmap v789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:13 smithi026 ceph-mon[108096]: pgmap v790: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:13 smithi070 ceph-mon[113398]: pgmap v790: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:15 smithi026 ceph-mon[108096]: pgmap v791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:15 smithi070 ceph-mon[113398]: pgmap v791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:17 smithi026 ceph-mon[108096]: pgmap v792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:17 smithi070 ceph-mon[113398]: pgmap v792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:19 smithi026 ceph-mon[108096]: pgmap v793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:19 smithi070 ceph-mon[113398]: pgmap v793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:21 smithi026 ceph-mon[108096]: pgmap v794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:21 smithi070 ceph-mon[113398]: pgmap v794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:23.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:49:23.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:49:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:23 smithi026 ceph-mon[108096]: pgmap v795: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:49:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:49:24.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:49:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:23 smithi070 ceph-mon[113398]: pgmap v795: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:49:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:49:24.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:49:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:25 smithi026 ceph-mon[108096]: pgmap v796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:25 smithi070 ceph-mon[113398]: pgmap v796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:27 smithi026 ceph-mon[108096]: pgmap v797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:27 smithi070 ceph-mon[113398]: pgmap v797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:29 smithi026 ceph-mon[108096]: pgmap v798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:29 smithi070 ceph-mon[113398]: pgmap v798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:31 smithi026 ceph-mon[108096]: pgmap v799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:31 smithi070 ceph-mon[113398]: pgmap v799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:33 smithi026 ceph-mon[108096]: pgmap v800: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:33 smithi070 ceph-mon[113398]: pgmap v800: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:35 smithi026 ceph-mon[108096]: pgmap v801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:35 smithi070 ceph-mon[113398]: pgmap v801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:37 smithi026 ceph-mon[108096]: pgmap v802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:37 smithi070 ceph-mon[113398]: pgmap v802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:39 smithi026 ceph-mon[108096]: pgmap v803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:39 smithi070 ceph-mon[113398]: pgmap v803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:41 smithi026 ceph-mon[108096]: pgmap v804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:41 smithi070 ceph-mon[113398]: pgmap v804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:43 smithi026 ceph-mon[108096]: pgmap v805: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:43 smithi070 ceph-mon[113398]: pgmap v805: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:45 smithi026 ceph-mon[108096]: pgmap v806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:45 smithi070 ceph-mon[113398]: pgmap v806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:47 smithi026 ceph-mon[108096]: pgmap v807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:47 smithi070 ceph-mon[113398]: pgmap v807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:49 smithi026 ceph-mon[108096]: pgmap v808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:49 smithi070 ceph-mon[113398]: pgmap v808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:51 smithi026 ceph-mon[108096]: pgmap v809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:51 smithi070 ceph-mon[113398]: pgmap v809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:53 smithi026 ceph-mon[108096]: pgmap v810: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:53 smithi070 ceph-mon[113398]: pgmap v810: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:55 smithi026 ceph-mon[108096]: pgmap v811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:56.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:55 smithi070 ceph-mon[113398]: pgmap v811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:49:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:57 smithi026 ceph-mon[108096]: pgmap v812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:58.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:57 smithi070 ceph-mon[113398]: pgmap v812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:49:59 smithi026 ceph-mon[108096]: pgmap v813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:49:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:49:59 smithi070 ceph-mon[113398]: pgmap v813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:00.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T10:50:00.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T10:50:01.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:01 smithi026 ceph-mon[108096]: pgmap v814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:01.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:01 smithi070 ceph-mon[113398]: pgmap v814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:03 smithi026 ceph-mon[108096]: pgmap v815: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:03 smithi070 ceph-mon[113398]: pgmap v815: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:05 smithi026 ceph-mon[108096]: pgmap v816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:05 smithi070 ceph-mon[113398]: pgmap v816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:07 smithi026 ceph-mon[108096]: pgmap v817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:07 smithi070 ceph-mon[113398]: pgmap v817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:09 smithi026 ceph-mon[108096]: pgmap v818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:09 smithi070 ceph-mon[113398]: pgmap v818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:11 smithi026 ceph-mon[108096]: pgmap v819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:11 smithi070 ceph-mon[113398]: pgmap v819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:13 smithi026 ceph-mon[108096]: pgmap v820: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:13 smithi070 ceph-mon[113398]: pgmap v820: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:15 smithi026 ceph-mon[108096]: pgmap v821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:15 smithi070 ceph-mon[113398]: pgmap v821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:17 smithi026 ceph-mon[108096]: pgmap v822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:17 smithi070 ceph-mon[113398]: pgmap v822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:19 smithi026 ceph-mon[108096]: pgmap v823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:19 smithi070 ceph-mon[113398]: pgmap v823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:21 smithi026 ceph-mon[108096]: pgmap v824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:21 smithi070 ceph-mon[113398]: pgmap v824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:23 smithi026 ceph-mon[108096]: pgmap v825: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:50:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:50:24.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:50:24.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:50:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:23 smithi070 ceph-mon[113398]: pgmap v825: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:50:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:50:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:50:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:50:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:25 smithi026 ceph-mon[108096]: pgmap v826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:25 smithi070 ceph-mon[113398]: pgmap v826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:27 smithi026 ceph-mon[108096]: pgmap v827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:27 smithi070 ceph-mon[113398]: pgmap v827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:29 smithi026 ceph-mon[108096]: pgmap v828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:29 smithi070 ceph-mon[113398]: pgmap v828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:31 smithi026 ceph-mon[108096]: pgmap v829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:31 smithi070 ceph-mon[113398]: pgmap v829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:33 smithi026 ceph-mon[108096]: pgmap v830: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:33 smithi070 ceph-mon[113398]: pgmap v830: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:35 smithi026 ceph-mon[108096]: pgmap v831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:36.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:35 smithi070 ceph-mon[113398]: pgmap v831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:37 smithi026 ceph-mon[108096]: pgmap v832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:37 smithi070 ceph-mon[113398]: pgmap v832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:39 smithi026 ceph-mon[108096]: pgmap v833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:39.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:39 smithi070 ceph-mon[113398]: pgmap v833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:41 smithi026 ceph-mon[108096]: pgmap v834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:41 smithi070 ceph-mon[113398]: pgmap v834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:43 smithi026 ceph-mon[108096]: pgmap v835: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:43 smithi070 ceph-mon[113398]: pgmap v835: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:45 smithi026 ceph-mon[108096]: pgmap v836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:45 smithi070 ceph-mon[113398]: pgmap v836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:47 smithi026 ceph-mon[108096]: pgmap v837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:47 smithi070 ceph-mon[113398]: pgmap v837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:49 smithi026 ceph-mon[108096]: pgmap v838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:49.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:49 smithi070 ceph-mon[113398]: pgmap v838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:51 smithi026 ceph-mon[108096]: pgmap v839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:51 smithi070 ceph-mon[113398]: pgmap v839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:53 smithi026 ceph-mon[108096]: pgmap v840: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:54.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:53 smithi070 ceph-mon[113398]: pgmap v840: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:55 smithi026 ceph-mon[108096]: pgmap v841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:55 smithi070 ceph-mon[113398]: pgmap v841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:50:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:57 smithi026 ceph-mon[108096]: pgmap v842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:57 smithi070 ceph-mon[113398]: pgmap v842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:50:59 smithi026 ceph-mon[108096]: pgmap v843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:50:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:50:59 smithi070 ceph-mon[113398]: pgmap v843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:01 smithi026 ceph-mon[108096]: pgmap v844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:01 smithi070 ceph-mon[113398]: pgmap v844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:03 smithi026 ceph-mon[108096]: pgmap v845: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:03 smithi070 ceph-mon[113398]: pgmap v845: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:05 smithi026 ceph-mon[108096]: pgmap v846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:05 smithi070 ceph-mon[113398]: pgmap v846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:07 smithi026 ceph-mon[108096]: pgmap v847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:07 smithi070 ceph-mon[113398]: pgmap v847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:09 smithi026 ceph-mon[108096]: pgmap v848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:09 smithi070 ceph-mon[113398]: pgmap v848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:11 smithi026 ceph-mon[108096]: pgmap v849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:11 smithi070 ceph-mon[113398]: pgmap v849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:13 smithi026 ceph-mon[108096]: pgmap v850: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:13 smithi070 ceph-mon[113398]: pgmap v850: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:15 smithi026 ceph-mon[108096]: pgmap v851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:15 smithi070 ceph-mon[113398]: pgmap v851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:17 smithi026 ceph-mon[108096]: pgmap v852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:17 smithi070 ceph-mon[113398]: pgmap v852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:19 smithi026 ceph-mon[108096]: pgmap v853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:19 smithi070 ceph-mon[113398]: pgmap v853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:21 smithi026 ceph-mon[108096]: pgmap v854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:21 smithi070 ceph-mon[113398]: pgmap v854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:23 smithi026 ceph-mon[108096]: pgmap v855: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:23 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:51:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:23 smithi070 ceph-mon[113398]: pgmap v855: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:23 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:51:25.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:51:25.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:51:25.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:51:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:51:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:51:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:51:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:26 smithi026 ceph-mon[108096]: pgmap v856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:26 smithi070 ceph-mon[113398]: pgmap v856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:28 smithi026 ceph-mon[108096]: pgmap v857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:28 smithi070 ceph-mon[113398]: pgmap v857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:29 smithi026 ceph-mon[108096]: pgmap v858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:29 smithi070 ceph-mon[113398]: pgmap v858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:31 smithi026 ceph-mon[108096]: pgmap v859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:31 smithi070 ceph-mon[113398]: pgmap v859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:33 smithi026 ceph-mon[108096]: pgmap v860: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:33 smithi070 ceph-mon[113398]: pgmap v860: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:35 smithi026 ceph-mon[108096]: pgmap v861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:35 smithi070 ceph-mon[113398]: pgmap v861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:37 smithi026 ceph-mon[108096]: pgmap v862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:37 smithi070 ceph-mon[113398]: pgmap v862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:39 smithi026 ceph-mon[108096]: pgmap v863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:39 smithi070 ceph-mon[113398]: pgmap v863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:41 smithi026 ceph-mon[108096]: pgmap v864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:41 smithi070 ceph-mon[113398]: pgmap v864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:43 smithi026 ceph-mon[108096]: pgmap v865: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:43 smithi070 ceph-mon[113398]: pgmap v865: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:45 smithi026 ceph-mon[108096]: pgmap v866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:45 smithi070 ceph-mon[113398]: pgmap v866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:47 smithi026 ceph-mon[108096]: pgmap v867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:47 smithi070 ceph-mon[113398]: pgmap v867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:49 smithi026 ceph-mon[108096]: pgmap v868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:49 smithi070 ceph-mon[113398]: pgmap v868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:51 smithi026 ceph-mon[108096]: pgmap v869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:51 smithi070 ceph-mon[113398]: pgmap v869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:53 smithi026 ceph-mon[108096]: pgmap v870: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:53 smithi070 ceph-mon[113398]: pgmap v870: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:55 smithi026 ceph-mon[108096]: pgmap v871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:55 smithi070 ceph-mon[113398]: pgmap v871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:51:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:57 smithi026 ceph-mon[108096]: pgmap v872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:57 smithi070 ceph-mon[113398]: pgmap v872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:51:59 smithi026 ceph-mon[108096]: pgmap v873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:51:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:51:59 smithi070 ceph-mon[113398]: pgmap v873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:01 smithi026 ceph-mon[108096]: pgmap v874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:01 smithi070 ceph-mon[113398]: pgmap v874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:03 smithi026 ceph-mon[108096]: pgmap v875: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:03 smithi070 ceph-mon[113398]: pgmap v875: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:05 smithi026 ceph-mon[108096]: pgmap v876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:05 smithi070 ceph-mon[113398]: pgmap v876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:07 smithi026 ceph-mon[108096]: pgmap v877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:07 smithi070 ceph-mon[113398]: pgmap v877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:09 smithi026 ceph-mon[108096]: pgmap v878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:09 smithi070 ceph-mon[113398]: pgmap v878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:11 smithi026 ceph-mon[108096]: pgmap v879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:11 smithi070 ceph-mon[113398]: pgmap v879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:13 smithi026 ceph-mon[108096]: pgmap v880: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:13 smithi070 ceph-mon[113398]: pgmap v880: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:15 smithi026 ceph-mon[108096]: pgmap v881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:15 smithi070 ceph-mon[113398]: pgmap v881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:17 smithi026 ceph-mon[108096]: pgmap v882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:17 smithi070 ceph-mon[113398]: pgmap v882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:19 smithi026 ceph-mon[108096]: pgmap v883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:19 smithi070 ceph-mon[113398]: pgmap v883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:21 smithi026 ceph-mon[108096]: pgmap v884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:21 smithi070 ceph-mon[113398]: pgmap v884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:23 smithi026 ceph-mon[108096]: pgmap v885: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:23 smithi070 ceph-mon[113398]: pgmap v885: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:25.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:52:25.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:52:25.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:52:25.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:52:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:52:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:52:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:52:25.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:52:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:25 smithi026 ceph-mon[108096]: pgmap v886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:25 smithi070 ceph-mon[113398]: pgmap v886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:27 smithi026 ceph-mon[108096]: pgmap v887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:27 smithi070 ceph-mon[113398]: pgmap v887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:29 smithi026 ceph-mon[108096]: pgmap v888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:29 smithi070 ceph-mon[113398]: pgmap v888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:31 smithi026 ceph-mon[108096]: pgmap v889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:31 smithi070 ceph-mon[113398]: pgmap v889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:33 smithi026 ceph-mon[108096]: pgmap v890: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:33 smithi070 ceph-mon[113398]: pgmap v890: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:35 smithi026 ceph-mon[108096]: pgmap v891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:35 smithi070 ceph-mon[113398]: pgmap v891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:37 smithi026 ceph-mon[108096]: pgmap v892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:37 smithi070 ceph-mon[113398]: pgmap v892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:39 smithi026 ceph-mon[108096]: pgmap v893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:39 smithi070 ceph-mon[113398]: pgmap v893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:41 smithi026 ceph-mon[108096]: pgmap v894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:41 smithi070 ceph-mon[113398]: pgmap v894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:43 smithi026 ceph-mon[108096]: pgmap v895: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:43 smithi070 ceph-mon[113398]: pgmap v895: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:45 smithi026 ceph-mon[108096]: pgmap v896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:45 smithi070 ceph-mon[113398]: pgmap v896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:47 smithi026 ceph-mon[108096]: pgmap v897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:47 smithi070 ceph-mon[113398]: pgmap v897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:49 smithi026 ceph-mon[108096]: pgmap v898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:49 smithi070 ceph-mon[113398]: pgmap v898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:51 smithi026 ceph-mon[108096]: pgmap v899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:51 smithi070 ceph-mon[113398]: pgmap v899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:53 smithi026 ceph-mon[108096]: pgmap v900: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:53 smithi070 ceph-mon[113398]: pgmap v900: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:55 smithi026 ceph-mon[108096]: pgmap v901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:55 smithi070 ceph-mon[113398]: pgmap v901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:52:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:57 smithi026 ceph-mon[108096]: pgmap v902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:57 smithi070 ceph-mon[113398]: pgmap v902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:52:59 smithi026 ceph-mon[108096]: pgmap v903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:52:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:52:59 smithi070 ceph-mon[113398]: pgmap v903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:01 smithi026 ceph-mon[108096]: pgmap v904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:01 smithi070 ceph-mon[113398]: pgmap v904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:03 smithi026 ceph-mon[108096]: pgmap v905: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:03 smithi070 ceph-mon[113398]: pgmap v905: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:05 smithi026 ceph-mon[108096]: pgmap v906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:05 smithi070 ceph-mon[113398]: pgmap v906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:07 smithi026 ceph-mon[108096]: pgmap v907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:07 smithi070 ceph-mon[113398]: pgmap v907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:09 smithi026 ceph-mon[108096]: pgmap v908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:09 smithi070 ceph-mon[113398]: pgmap v908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:11 smithi026 ceph-mon[108096]: pgmap v909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:11 smithi070 ceph-mon[113398]: pgmap v909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:13 smithi026 ceph-mon[108096]: pgmap v910: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:13 smithi070 ceph-mon[113398]: pgmap v910: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:15 smithi026 ceph-mon[108096]: pgmap v911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:15 smithi070 ceph-mon[113398]: pgmap v911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:17 smithi026 ceph-mon[108096]: pgmap v912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:17 smithi070 ceph-mon[113398]: pgmap v912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:19 smithi026 ceph-mon[108096]: pgmap v913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:19 smithi070 ceph-mon[113398]: pgmap v913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:21 smithi026 ceph-mon[108096]: pgmap v914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:21 smithi070 ceph-mon[113398]: pgmap v914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:23 smithi026 ceph-mon[108096]: pgmap v915: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:23 smithi070 ceph-mon[113398]: pgmap v915: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:25.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:53:25.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:53:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:25 smithi026 ceph-mon[108096]: pgmap v916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:53:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:53:26.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:53:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:25 smithi070 ceph-mon[113398]: pgmap v916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:53:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:53:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:53:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:27 smithi026 ceph-mon[108096]: pgmap v917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:27 smithi070 ceph-mon[113398]: pgmap v917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:29 smithi026 ceph-mon[108096]: pgmap v918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:29.562 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:29 smithi070 ceph-mon[113398]: pgmap v918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:31 smithi026 ceph-mon[108096]: pgmap v919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:31 smithi070 ceph-mon[113398]: pgmap v919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:33 smithi026 ceph-mon[108096]: pgmap v920: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:33 smithi070 ceph-mon[113398]: pgmap v920: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:35 smithi026 ceph-mon[108096]: pgmap v921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:35 smithi070 ceph-mon[113398]: pgmap v921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:37 smithi026 ceph-mon[108096]: pgmap v922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:37 smithi070 ceph-mon[113398]: pgmap v922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:39 smithi026 ceph-mon[108096]: pgmap v923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:39 smithi070 ceph-mon[113398]: pgmap v923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:41 smithi026 ceph-mon[108096]: pgmap v924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:41 smithi070 ceph-mon[113398]: pgmap v924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:43 smithi026 ceph-mon[108096]: pgmap v925: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:43 smithi070 ceph-mon[113398]: pgmap v925: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:45 smithi026 ceph-mon[108096]: pgmap v926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:45 smithi070 ceph-mon[113398]: pgmap v926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:47 smithi026 ceph-mon[108096]: pgmap v927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:47 smithi070 ceph-mon[113398]: pgmap v927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:49 smithi026 ceph-mon[108096]: pgmap v928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:49 smithi070 ceph-mon[113398]: pgmap v928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:51 smithi026 ceph-mon[108096]: pgmap v929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:51 smithi070 ceph-mon[113398]: pgmap v929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:53 smithi026 ceph-mon[108096]: pgmap v930: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:53 smithi070 ceph-mon[113398]: pgmap v930: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:55 smithi026 ceph-mon[108096]: pgmap v931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:55 smithi070 ceph-mon[113398]: pgmap v931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:53:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:57 smithi026 ceph-mon[108096]: pgmap v932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:57 smithi070 ceph-mon[113398]: pgmap v932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:59.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:53:59 smithi026 ceph-mon[108096]: pgmap v933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:53:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:53:59 smithi070 ceph-mon[113398]: pgmap v933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:01 smithi026 ceph-mon[108096]: pgmap v934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:01 smithi070 ceph-mon[113398]: pgmap v934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:03 smithi026 ceph-mon[108096]: pgmap v935: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:03 smithi070 ceph-mon[113398]: pgmap v935: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:05 smithi026 ceph-mon[108096]: pgmap v936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:05 smithi070 ceph-mon[113398]: pgmap v936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:07 smithi026 ceph-mon[108096]: pgmap v937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:07 smithi070 ceph-mon[113398]: pgmap v937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:09.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:09 smithi026 ceph-mon[108096]: pgmap v938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:09 smithi070 ceph-mon[113398]: pgmap v938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:11 smithi026 ceph-mon[108096]: pgmap v939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:11 smithi070 ceph-mon[113398]: pgmap v939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:13 smithi026 ceph-mon[108096]: pgmap v940: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:13 smithi070 ceph-mon[113398]: pgmap v940: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:15 smithi026 ceph-mon[108096]: pgmap v941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:15 smithi070 ceph-mon[113398]: pgmap v941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:17 smithi026 ceph-mon[108096]: pgmap v942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:17 smithi070 ceph-mon[113398]: pgmap v942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:19.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:19 smithi026 ceph-mon[108096]: pgmap v943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:19 smithi070 ceph-mon[113398]: pgmap v943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:21 smithi026 ceph-mon[108096]: pgmap v944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:21 smithi070 ceph-mon[113398]: pgmap v944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:23 smithi026 ceph-mon[108096]: pgmap v945: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:23 smithi070 ceph-mon[113398]: pgmap v945: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:25 smithi026 ceph-mon[108096]: pgmap v946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:54:26.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:25 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:25 smithi070 ceph-mon[113398]: pgmap v946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:54:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:26.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:25 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:54:27.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:54:27.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:27 smithi070 ceph-mon[113398]: pgmap v947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:27.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:54:27.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:54:27.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:54:27.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:27 smithi026 ceph-mon[108096]: pgmap v947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:29.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:29 smithi026 ceph-mon[108096]: pgmap v948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:29 smithi070 ceph-mon[113398]: pgmap v948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:31 smithi026 ceph-mon[108096]: pgmap v949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:31 smithi070 ceph-mon[113398]: pgmap v949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:33 smithi026 ceph-mon[108096]: pgmap v950: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:33 smithi070 ceph-mon[113398]: pgmap v950: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:35 smithi026 ceph-mon[108096]: pgmap v951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:35 smithi070 ceph-mon[113398]: pgmap v951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:37 smithi026 ceph-mon[108096]: pgmap v952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:37 smithi070 ceph-mon[113398]: pgmap v952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:39 smithi070 ceph-mon[113398]: pgmap v953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:39 smithi026 ceph-mon[108096]: pgmap v953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:41 smithi026 ceph-mon[108096]: pgmap v954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:41 smithi070 ceph-mon[113398]: pgmap v954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:43 smithi026 ceph-mon[108096]: pgmap v955: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:43 smithi070 ceph-mon[113398]: pgmap v955: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:45 smithi026 ceph-mon[108096]: pgmap v956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:45 smithi070 ceph-mon[113398]: pgmap v956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:47 smithi026 ceph-mon[108096]: pgmap v957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:47 smithi070 ceph-mon[113398]: pgmap v957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:49 smithi070 ceph-mon[113398]: pgmap v958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:49 smithi026 ceph-mon[108096]: pgmap v958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:51 smithi026 ceph-mon[108096]: pgmap v959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:52.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:51 smithi070 ceph-mon[113398]: pgmap v959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:53 smithi026 ceph-mon[108096]: pgmap v960: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:53 smithi070 ceph-mon[113398]: pgmap v960: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:55 smithi026 ceph-mon[108096]: pgmap v961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:55 smithi070 ceph-mon[113398]: pgmap v961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:54:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:57 smithi026 ceph-mon[108096]: pgmap v962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:57 smithi070 ceph-mon[113398]: pgmap v962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:54:59 smithi070 ceph-mon[113398]: pgmap v963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:54:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:54:59 smithi026 ceph-mon[108096]: pgmap v963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:01 smithi026 ceph-mon[108096]: pgmap v964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:01 smithi070 ceph-mon[113398]: pgmap v964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:03 smithi026 ceph-mon[108096]: pgmap v965: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:03 smithi070 ceph-mon[113398]: pgmap v965: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:05 smithi026 ceph-mon[108096]: pgmap v966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:05 smithi070 ceph-mon[113398]: pgmap v966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:07 smithi026 ceph-mon[108096]: pgmap v967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:07 smithi070 ceph-mon[113398]: pgmap v967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:09 smithi070 ceph-mon[113398]: pgmap v968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:09 smithi026 ceph-mon[108096]: pgmap v968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:11 smithi026 ceph-mon[108096]: pgmap v969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:11 smithi070 ceph-mon[113398]: pgmap v969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:13 smithi026 ceph-mon[108096]: pgmap v970: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:13 smithi070 ceph-mon[113398]: pgmap v970: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:15 smithi026 ceph-mon[108096]: pgmap v971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:15 smithi070 ceph-mon[113398]: pgmap v971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:17 smithi026 ceph-mon[108096]: pgmap v972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:17 smithi070 ceph-mon[113398]: pgmap v972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:19 smithi070 ceph-mon[113398]: pgmap v973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:19 smithi026 ceph-mon[108096]: pgmap v973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:21 smithi026 ceph-mon[108096]: pgmap v974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:21 smithi070 ceph-mon[113398]: pgmap v974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:23 smithi026 ceph-mon[108096]: pgmap v975: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:23 smithi070 ceph-mon[113398]: pgmap v975: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:25 smithi026 ceph-mon[108096]: pgmap v976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:25 smithi070 ceph-mon[113398]: pgmap v976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:27.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:55:27.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:55:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:27 smithi026 ceph-mon[108096]: pgmap v977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:27 smithi070 ceph-mon[113398]: pgmap v977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:29.298 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:29 smithi026 ceph-mon[108096]: pgmap v978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:29 smithi070 ceph-mon[113398]: pgmap v978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:30.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:55:30.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:55:30.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:55:30.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:55:30.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:55:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:55:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:55:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:55:30.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:55:30.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:55:31.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:31 smithi026 ceph-mon[108096]: pgmap v979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:31.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:31 smithi070 ceph-mon[113398]: pgmap v979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:33 smithi026 ceph-mon[108096]: pgmap v980: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:33 smithi070 ceph-mon[113398]: pgmap v980: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:36.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:35 smithi026 ceph-mon[108096]: pgmap v981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:35 smithi070 ceph-mon[113398]: pgmap v981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:37 smithi026 ceph-mon[108096]: pgmap v982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:37 smithi070 ceph-mon[113398]: pgmap v982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:39 smithi070 ceph-mon[113398]: pgmap v983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:39 smithi026 ceph-mon[108096]: pgmap v983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:41 smithi026 ceph-mon[108096]: pgmap v984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:41 smithi070 ceph-mon[113398]: pgmap v984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:43 smithi026 ceph-mon[108096]: pgmap v985: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:43 smithi070 ceph-mon[113398]: pgmap v985: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:45 smithi026 ceph-mon[108096]: pgmap v986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:45 smithi070 ceph-mon[113398]: pgmap v986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:47 smithi026 ceph-mon[108096]: pgmap v987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:47 smithi070 ceph-mon[113398]: pgmap v987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:49 smithi070 ceph-mon[113398]: pgmap v988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:49 smithi026 ceph-mon[108096]: pgmap v988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:51 smithi026 ceph-mon[108096]: pgmap v989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:51 smithi070 ceph-mon[113398]: pgmap v989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:53 smithi026 ceph-mon[108096]: pgmap v990: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:53 smithi070 ceph-mon[113398]: pgmap v990: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:55 smithi026 ceph-mon[108096]: pgmap v991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:55 smithi070 ceph-mon[113398]: pgmap v991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:55:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:57 smithi026 ceph-mon[108096]: pgmap v992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:57 smithi070 ceph-mon[113398]: pgmap v992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:55:59 smithi070 ceph-mon[113398]: pgmap v993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:55:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:55:59 smithi026 ceph-mon[108096]: pgmap v993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:01 smithi026 ceph-mon[108096]: pgmap v994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:01 smithi070 ceph-mon[113398]: pgmap v994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:03 smithi026 ceph-mon[108096]: pgmap v995: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:03 smithi070 ceph-mon[113398]: pgmap v995: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:05 smithi026 ceph-mon[108096]: pgmap v996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:05 smithi070 ceph-mon[113398]: pgmap v996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:07 smithi026 ceph-mon[108096]: pgmap v997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:07 smithi070 ceph-mon[113398]: pgmap v997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:09 smithi070 ceph-mon[113398]: pgmap v998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:09 smithi026 ceph-mon[108096]: pgmap v998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:11 smithi026 ceph-mon[108096]: pgmap v999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:11 smithi070 ceph-mon[113398]: pgmap v999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:13 smithi026 ceph-mon[108096]: pgmap v1000: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:13 smithi070 ceph-mon[113398]: pgmap v1000: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:15 smithi026 ceph-mon[108096]: pgmap v1001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:15 smithi070 ceph-mon[113398]: pgmap v1001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:17 smithi026 ceph-mon[108096]: pgmap v1002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:17 smithi070 ceph-mon[113398]: pgmap v1002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:19 smithi070 ceph-mon[113398]: pgmap v1003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:19 smithi026 ceph-mon[108096]: pgmap v1003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:21 smithi026 ceph-mon[108096]: pgmap v1004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:21 smithi070 ceph-mon[113398]: pgmap v1004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:23 smithi026 ceph-mon[108096]: pgmap v1005: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:23 smithi070 ceph-mon[113398]: pgmap v1005: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:25 smithi026 ceph-mon[108096]: pgmap v1006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:25 smithi070 ceph-mon[113398]: pgmap v1006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:27 smithi026 ceph-mon[108096]: pgmap v1007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:27 smithi070 ceph-mon[113398]: pgmap v1007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:29 smithi070 ceph-mon[113398]: pgmap v1008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:29 smithi026 ceph-mon[108096]: pgmap v1008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:30.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:56:30.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:56:31.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:31 smithi070 ceph-mon[113398]: pgmap v1009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:31.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:31 smithi026 ceph-mon[108096]: pgmap v1009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:33.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:56:33.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:56:33.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:56:33.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:56:33.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:56:33.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:56:33.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:56:33.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:56:33.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:56:33.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:56:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:34 smithi026 ceph-mon[108096]: pgmap v1010: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:34 smithi070 ceph-mon[113398]: pgmap v1010: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:36 smithi026 ceph-mon[108096]: pgmap v1011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:36 smithi070 ceph-mon[113398]: pgmap v1011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:38 smithi026 ceph-mon[108096]: pgmap v1012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:38 smithi070 ceph-mon[113398]: pgmap v1012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:39 smithi070 ceph-mon[113398]: pgmap v1013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:39 smithi026 ceph-mon[108096]: pgmap v1013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:41 smithi026 ceph-mon[108096]: pgmap v1014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:41 smithi070 ceph-mon[113398]: pgmap v1014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:43 smithi026 ceph-mon[108096]: pgmap v1015: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:43 smithi070 ceph-mon[113398]: pgmap v1015: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:45 smithi026 ceph-mon[108096]: pgmap v1016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:45 smithi070 ceph-mon[113398]: pgmap v1016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:47 smithi026 ceph-mon[108096]: pgmap v1017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:47 smithi070 ceph-mon[113398]: pgmap v1017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:49 smithi070 ceph-mon[113398]: pgmap v1018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:49 smithi026 ceph-mon[108096]: pgmap v1018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:51 smithi026 ceph-mon[108096]: pgmap v1019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:51 smithi070 ceph-mon[113398]: pgmap v1019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:53 smithi026 ceph-mon[108096]: pgmap v1020: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:53 smithi070 ceph-mon[113398]: pgmap v1020: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:55 smithi026 ceph-mon[108096]: pgmap v1021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:56.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:55 smithi070 ceph-mon[113398]: pgmap v1021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:56:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:57 smithi026 ceph-mon[108096]: pgmap v1022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:57 smithi070 ceph-mon[113398]: pgmap v1022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:56:59 smithi070 ceph-mon[113398]: pgmap v1023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:56:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:56:59 smithi026 ceph-mon[108096]: pgmap v1023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:01 smithi026 ceph-mon[108096]: pgmap v1024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:01 smithi070 ceph-mon[113398]: pgmap v1024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:03 smithi026 ceph-mon[108096]: pgmap v1025: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:03 smithi070 ceph-mon[113398]: pgmap v1025: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:05 smithi026 ceph-mon[108096]: pgmap v1026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:05 smithi070 ceph-mon[113398]: pgmap v1026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:07 smithi026 ceph-mon[108096]: pgmap v1027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:07 smithi070 ceph-mon[113398]: pgmap v1027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:09 smithi070 ceph-mon[113398]: pgmap v1028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:09 smithi026 ceph-mon[108096]: pgmap v1028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:11 smithi026 ceph-mon[108096]: pgmap v1029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:12.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:11 smithi070 ceph-mon[113398]: pgmap v1029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:13 smithi026 ceph-mon[108096]: pgmap v1030: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:13 smithi070 ceph-mon[113398]: pgmap v1030: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:15 smithi026 ceph-mon[108096]: pgmap v1031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:15 smithi070 ceph-mon[113398]: pgmap v1031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:17 smithi026 ceph-mon[108096]: pgmap v1032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:18.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:17 smithi070 ceph-mon[113398]: pgmap v1032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:19 smithi070 ceph-mon[113398]: pgmap v1033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:19 smithi026 ceph-mon[108096]: pgmap v1033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:21 smithi026 ceph-mon[108096]: pgmap v1034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:21 smithi070 ceph-mon[113398]: pgmap v1034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:23 smithi026 ceph-mon[108096]: pgmap v1035: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:23 smithi070 ceph-mon[113398]: pgmap v1035: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:25 smithi026 ceph-mon[108096]: pgmap v1036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:26.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:25 smithi070 ceph-mon[113398]: pgmap v1036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:27 smithi026 ceph-mon[108096]: pgmap v1037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:27 smithi070 ceph-mon[113398]: pgmap v1037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:29 smithi070 ceph-mon[113398]: pgmap v1038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:29 smithi026 ceph-mon[108096]: pgmap v1038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:31 smithi026 ceph-mon[108096]: pgmap v1039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:31 smithi070 ceph-mon[113398]: pgmap v1039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:33.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:57:33.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:57:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: pgmap v1040: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:57:34.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:57:34.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: pgmap v1040: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:34.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:57:34.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:57:34.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:57:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:36 smithi070 ceph-mon[113398]: pgmap v1041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:36 smithi026 ceph-mon[108096]: pgmap v1041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:38 smithi070 ceph-mon[113398]: pgmap v1042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:38 smithi026 ceph-mon[108096]: pgmap v1042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:39 smithi070 ceph-mon[113398]: pgmap v1043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:39 smithi026 ceph-mon[108096]: pgmap v1043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:41 smithi026 ceph-mon[108096]: pgmap v1044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:41 smithi070 ceph-mon[113398]: pgmap v1044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:43 smithi026 ceph-mon[108096]: pgmap v1045: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:43 smithi070 ceph-mon[113398]: pgmap v1045: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:45 smithi026 ceph-mon[108096]: pgmap v1046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:45 smithi070 ceph-mon[113398]: pgmap v1046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:47 smithi026 ceph-mon[108096]: pgmap v1047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:47 smithi070 ceph-mon[113398]: pgmap v1047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:49 smithi070 ceph-mon[113398]: pgmap v1048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:49 smithi026 ceph-mon[108096]: pgmap v1048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:51 smithi026 ceph-mon[108096]: pgmap v1049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:51 smithi070 ceph-mon[113398]: pgmap v1049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:53 smithi026 ceph-mon[108096]: pgmap v1050: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:53 smithi070 ceph-mon[113398]: pgmap v1050: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:55 smithi026 ceph-mon[108096]: pgmap v1051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:55 smithi070 ceph-mon[113398]: pgmap v1051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:57:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:57 smithi026 ceph-mon[108096]: pgmap v1052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:57 smithi070 ceph-mon[113398]: pgmap v1052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:57:59 smithi070 ceph-mon[113398]: pgmap v1053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:57:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:57:59 smithi026 ceph-mon[108096]: pgmap v1053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:01 smithi026 ceph-mon[108096]: pgmap v1054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:01 smithi070 ceph-mon[113398]: pgmap v1054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:03 smithi026 ceph-mon[108096]: pgmap v1055: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:03 smithi070 ceph-mon[113398]: pgmap v1055: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:05 smithi026 ceph-mon[108096]: pgmap v1056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:05 smithi070 ceph-mon[113398]: pgmap v1056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:07 smithi026 ceph-mon[108096]: pgmap v1057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:07 smithi070 ceph-mon[113398]: pgmap v1057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:09 smithi070 ceph-mon[113398]: pgmap v1058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:09 smithi026 ceph-mon[108096]: pgmap v1058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:11 smithi026 ceph-mon[108096]: pgmap v1059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:11 smithi070 ceph-mon[113398]: pgmap v1059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:13 smithi026 ceph-mon[108096]: pgmap v1060: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:13 smithi070 ceph-mon[113398]: pgmap v1060: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:15 smithi026 ceph-mon[108096]: pgmap v1061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:15 smithi070 ceph-mon[113398]: pgmap v1061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:17 smithi026 ceph-mon[108096]: pgmap v1062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:17 smithi070 ceph-mon[113398]: pgmap v1062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:19 smithi070 ceph-mon[113398]: pgmap v1063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:19 smithi026 ceph-mon[108096]: pgmap v1063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:21 smithi026 ceph-mon[108096]: pgmap v1064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:22.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:21 smithi070 ceph-mon[113398]: pgmap v1064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:23 smithi026 ceph-mon[108096]: pgmap v1065: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:24.312 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:23 smithi070 ceph-mon[113398]: pgmap v1065: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:25 smithi026 ceph-mon[108096]: pgmap v1066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:25 smithi070 ceph-mon[113398]: pgmap v1066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:27 smithi026 ceph-mon[108096]: pgmap v1067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:27 smithi070 ceph-mon[113398]: pgmap v1067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:29 smithi070 ceph-mon[113398]: pgmap v1068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:29 smithi026 ceph-mon[108096]: pgmap v1068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:31 smithi026 ceph-mon[108096]: pgmap v1069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:31 smithi070 ceph-mon[113398]: pgmap v1069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:33 smithi026 ceph-mon[108096]: pgmap v1070: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:58:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:33 smithi070 ceph-mon[113398]: pgmap v1070: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:58:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:58:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:58:35.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:58:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:58:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:58:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:58:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:35 smithi026 ceph-mon[108096]: pgmap v1071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:35 smithi070 ceph-mon[113398]: pgmap v1071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:37 smithi026 ceph-mon[108096]: pgmap v1072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:37 smithi070 ceph-mon[113398]: pgmap v1072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:39.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:39 smithi070 ceph-mon[113398]: pgmap v1073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:39 smithi026 ceph-mon[108096]: pgmap v1073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:41 smithi026 ceph-mon[108096]: pgmap v1074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:41 smithi070 ceph-mon[113398]: pgmap v1074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:43 smithi026 ceph-mon[108096]: pgmap v1075: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:43 smithi070 ceph-mon[113398]: pgmap v1075: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:45 smithi026 ceph-mon[108096]: pgmap v1076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:45 smithi070 ceph-mon[113398]: pgmap v1076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:47 smithi026 ceph-mon[108096]: pgmap v1077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:47 smithi070 ceph-mon[113398]: pgmap v1077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:49 smithi070 ceph-mon[113398]: pgmap v1078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:49 smithi026 ceph-mon[108096]: pgmap v1078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:51 smithi026 ceph-mon[108096]: pgmap v1079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:51 smithi070 ceph-mon[113398]: pgmap v1079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:53 smithi026 ceph-mon[108096]: pgmap v1080: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:53 smithi070 ceph-mon[113398]: pgmap v1080: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:55 smithi026 ceph-mon[108096]: pgmap v1081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:55 smithi070 ceph-mon[113398]: pgmap v1081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:58:58.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:57 smithi026 ceph-mon[108096]: pgmap v1082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:57 smithi070 ceph-mon[113398]: pgmap v1082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:58:59 smithi070 ceph-mon[113398]: pgmap v1083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:58:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:58:59 smithi026 ceph-mon[108096]: pgmap v1083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:01 smithi026 ceph-mon[108096]: pgmap v1084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:01 smithi070 ceph-mon[113398]: pgmap v1084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:03 smithi026 ceph-mon[108096]: pgmap v1085: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:03 smithi070 ceph-mon[113398]: pgmap v1085: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:05 smithi026 ceph-mon[108096]: pgmap v1086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:05 smithi070 ceph-mon[113398]: pgmap v1086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:08.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:07 smithi026 ceph-mon[108096]: pgmap v1087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:07 smithi070 ceph-mon[113398]: pgmap v1087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:09 smithi070 ceph-mon[113398]: pgmap v1088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:09 smithi026 ceph-mon[108096]: pgmap v1088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:11 smithi026 ceph-mon[108096]: pgmap v1089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:11 smithi070 ceph-mon[113398]: pgmap v1089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:14.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:13 smithi026 ceph-mon[108096]: pgmap v1090: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:13 smithi070 ceph-mon[113398]: pgmap v1090: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:16.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:15 smithi026 ceph-mon[108096]: pgmap v1091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:15 smithi070 ceph-mon[113398]: pgmap v1091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:18.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:17 smithi026 ceph-mon[108096]: pgmap v1092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:17 smithi070 ceph-mon[113398]: pgmap v1092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:19 smithi070 ceph-mon[113398]: pgmap v1093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:19 smithi026 ceph-mon[108096]: pgmap v1093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:21 smithi026 ceph-mon[108096]: pgmap v1094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:21 smithi070 ceph-mon[113398]: pgmap v1094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:24.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:23 smithi026 ceph-mon[108096]: pgmap v1095: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:23 smithi070 ceph-mon[113398]: pgmap v1095: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:26.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:25 smithi026 ceph-mon[108096]: pgmap v1096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:25 smithi070 ceph-mon[113398]: pgmap v1096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:28.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:27 smithi026 ceph-mon[108096]: pgmap v1097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:27 smithi070 ceph-mon[113398]: pgmap v1097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:29 smithi070 ceph-mon[113398]: pgmap v1098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:29 smithi026 ceph-mon[108096]: pgmap v1098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:31 smithi026 ceph-mon[108096]: pgmap v1099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:31 smithi070 ceph-mon[113398]: pgmap v1099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:34.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:33 smithi026 ceph-mon[108096]: pgmap v1100: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:33 smithi070 ceph-mon[113398]: pgmap v1100: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:59:35.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:59:35.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:59:35.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:59:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T10:59:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T10:59:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T10:59:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T10:59:36.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:35 smithi026 ceph-mon[108096]: pgmap v1101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:35 smithi070 ceph-mon[113398]: pgmap v1101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:38.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:37 smithi026 ceph-mon[108096]: pgmap v1102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:37 smithi070 ceph-mon[113398]: pgmap v1102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:39 smithi070 ceph-mon[113398]: pgmap v1103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:39 smithi026 ceph-mon[108096]: pgmap v1103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:41 smithi026 ceph-mon[108096]: pgmap v1104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:41 smithi070 ceph-mon[113398]: pgmap v1104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:44.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:43 smithi026 ceph-mon[108096]: pgmap v1105: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:43 smithi070 ceph-mon[113398]: pgmap v1105: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:46.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:45 smithi026 ceph-mon[108096]: pgmap v1106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:45 smithi070 ceph-mon[113398]: pgmap v1106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:48.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:47 smithi026 ceph-mon[108096]: pgmap v1107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:47 smithi070 ceph-mon[113398]: pgmap v1107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:49 smithi070 ceph-mon[113398]: pgmap v1108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:49 smithi026 ceph-mon[108096]: pgmap v1108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:52.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:51 smithi026 ceph-mon[108096]: pgmap v1109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:51 smithi070 ceph-mon[113398]: pgmap v1109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:54.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:53 smithi026 ceph-mon[108096]: pgmap v1110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:53 smithi070 ceph-mon[113398]: pgmap v1110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:56.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:55 smithi026 ceph-mon[108096]: pgmap v1111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:55 smithi070 ceph-mon[113398]: pgmap v1111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T10:59:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:57 smithi070 ceph-mon[113398]: pgmap v1112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:57 smithi026 ceph-mon[108096]: pgmap v1112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 10:59:59 smithi070 ceph-mon[113398]: pgmap v1113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T10:59:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 10:59:59 smithi026 ceph-mon[108096]: pgmap v1113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:00.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T11:00:00.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T11:00:01.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:01 smithi070 ceph-mon[113398]: pgmap v1114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:01.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:01 smithi026 ceph-mon[108096]: pgmap v1114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:04.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:03 smithi026 ceph-mon[108096]: pgmap v1115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:03 smithi070 ceph-mon[113398]: pgmap v1115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:06.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:05 smithi026 ceph-mon[108096]: pgmap v1116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:05 smithi070 ceph-mon[113398]: pgmap v1116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:07 smithi070 ceph-mon[113398]: pgmap v1117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:07 smithi026 ceph-mon[108096]: pgmap v1117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:09 smithi070 ceph-mon[113398]: pgmap v1118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:09 smithi026 ceph-mon[108096]: pgmap v1118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:12.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:11 smithi026 ceph-mon[108096]: pgmap v1119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:11 smithi070 ceph-mon[113398]: pgmap v1119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:13 smithi070 ceph-mon[113398]: pgmap v1120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:13 smithi026 ceph-mon[108096]: pgmap v1120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:15 smithi070 ceph-mon[113398]: pgmap v1121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:15 smithi026 ceph-mon[108096]: pgmap v1121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:17 smithi070 ceph-mon[113398]: pgmap v1122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:17 smithi026 ceph-mon[108096]: pgmap v1122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:19 smithi070 ceph-mon[113398]: pgmap v1123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:19 smithi026 ceph-mon[108096]: pgmap v1123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:22.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:21 smithi026 ceph-mon[108096]: pgmap v1124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:21 smithi070 ceph-mon[113398]: pgmap v1124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:23 smithi070 ceph-mon[113398]: pgmap v1125: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:23 smithi026 ceph-mon[108096]: pgmap v1125: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:25 smithi070 ceph-mon[113398]: pgmap v1126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:25 smithi026 ceph-mon[108096]: pgmap v1126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:27 smithi070 ceph-mon[113398]: pgmap v1127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:27 smithi026 ceph-mon[108096]: pgmap v1127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:29 smithi070 ceph-mon[113398]: pgmap v1128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:29 smithi026 ceph-mon[108096]: pgmap v1128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:31 smithi070 ceph-mon[113398]: pgmap v1129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:31 smithi026 ceph-mon[108096]: pgmap v1129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:33 smithi070 ceph-mon[113398]: pgmap v1130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:33 smithi026 ceph-mon[108096]: pgmap v1130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:35.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:00:35.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:00:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:35 smithi070 ceph-mon[113398]: pgmap v1131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:00:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:00:36.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:00:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:35 smithi026 ceph-mon[108096]: pgmap v1131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:00:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:00:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:00:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:37 smithi070 ceph-mon[113398]: pgmap v1132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:37 smithi026 ceph-mon[108096]: pgmap v1132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:39 smithi070 ceph-mon[113398]: pgmap v1133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:39 smithi026 ceph-mon[108096]: pgmap v1133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:41 smithi070 ceph-mon[113398]: pgmap v1134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:41 smithi026 ceph-mon[108096]: pgmap v1134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:43 smithi070 ceph-mon[113398]: pgmap v1135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:43 smithi026 ceph-mon[108096]: pgmap v1135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:45 smithi070 ceph-mon[113398]: pgmap v1136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:45 smithi026 ceph-mon[108096]: pgmap v1136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:47 smithi070 ceph-mon[113398]: pgmap v1137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:47 smithi026 ceph-mon[108096]: pgmap v1137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:49 smithi070 ceph-mon[113398]: pgmap v1138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:49 smithi026 ceph-mon[108096]: pgmap v1138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:51 smithi070 ceph-mon[113398]: pgmap v1139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:51 smithi026 ceph-mon[108096]: pgmap v1139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:53 smithi070 ceph-mon[113398]: pgmap v1140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:53 smithi026 ceph-mon[108096]: pgmap v1140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:55 smithi070 ceph-mon[113398]: pgmap v1141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:55 smithi026 ceph-mon[108096]: pgmap v1141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:00:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:57 smithi070 ceph-mon[113398]: pgmap v1142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:57 smithi026 ceph-mon[108096]: pgmap v1142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:00:59 smithi070 ceph-mon[113398]: pgmap v1143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:00:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:00:59 smithi026 ceph-mon[108096]: pgmap v1143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:01 smithi070 ceph-mon[113398]: pgmap v1144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:01 smithi026 ceph-mon[108096]: pgmap v1144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:03 smithi070 ceph-mon[113398]: pgmap v1145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:03 smithi026 ceph-mon[108096]: pgmap v1145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:05 smithi070 ceph-mon[113398]: pgmap v1146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:05 smithi026 ceph-mon[108096]: pgmap v1146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:07 smithi070 ceph-mon[113398]: pgmap v1147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:07 smithi026 ceph-mon[108096]: pgmap v1147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:09 smithi070 ceph-mon[113398]: pgmap v1148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:09 smithi026 ceph-mon[108096]: pgmap v1148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:11 smithi070 ceph-mon[113398]: pgmap v1149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:11 smithi026 ceph-mon[108096]: pgmap v1149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:13 smithi070 ceph-mon[113398]: pgmap v1150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:13 smithi026 ceph-mon[108096]: pgmap v1150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:15 smithi070 ceph-mon[113398]: pgmap v1151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:15 smithi026 ceph-mon[108096]: pgmap v1151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:17 smithi070 ceph-mon[113398]: pgmap v1152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:17 smithi026 ceph-mon[108096]: pgmap v1152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:19.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:19 smithi070 ceph-mon[113398]: pgmap v1153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:19 smithi026 ceph-mon[108096]: pgmap v1153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:21 smithi070 ceph-mon[113398]: pgmap v1154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:21 smithi026 ceph-mon[108096]: pgmap v1154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:23 smithi070 ceph-mon[113398]: pgmap v1155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:23 smithi026 ceph-mon[108096]: pgmap v1155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:25 smithi070 ceph-mon[113398]: pgmap v1156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:25 smithi026 ceph-mon[108096]: pgmap v1156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:27 smithi070 ceph-mon[113398]: pgmap v1157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:27 smithi026 ceph-mon[108096]: pgmap v1157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:29.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:29 smithi070 ceph-mon[113398]: pgmap v1158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:29 smithi026 ceph-mon[108096]: pgmap v1158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:31 smithi070 ceph-mon[113398]: pgmap v1159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:31 smithi026 ceph-mon[108096]: pgmap v1159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:33 smithi070 ceph-mon[113398]: pgmap v1160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:33 smithi026 ceph-mon[108096]: pgmap v1160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:35 smithi070 ceph-mon[113398]: pgmap v1161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:01:36.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:01:36.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:01:36.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:35 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:01:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:35 smithi026 ceph-mon[108096]: pgmap v1161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:01:36.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:01:36.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:01:36.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:35 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:01:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:37 smithi070 ceph-mon[113398]: pgmap v1162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:37 smithi026 ceph-mon[108096]: pgmap v1162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:39 smithi070 ceph-mon[113398]: pgmap v1163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:39 smithi026 ceph-mon[108096]: pgmap v1163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:41 smithi070 ceph-mon[113398]: pgmap v1164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:41 smithi026 ceph-mon[108096]: pgmap v1164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:43 smithi070 ceph-mon[113398]: pgmap v1165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:43 smithi026 ceph-mon[108096]: pgmap v1165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:45 smithi070 ceph-mon[113398]: pgmap v1166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:45 smithi026 ceph-mon[108096]: pgmap v1166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:47 smithi070 ceph-mon[113398]: pgmap v1167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:47 smithi026 ceph-mon[108096]: pgmap v1167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:49 smithi070 ceph-mon[113398]: pgmap v1168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:49 smithi026 ceph-mon[108096]: pgmap v1168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:51 smithi070 ceph-mon[113398]: pgmap v1169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:51 smithi026 ceph-mon[108096]: pgmap v1169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:53 smithi070 ceph-mon[113398]: pgmap v1170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:53 smithi026 ceph-mon[108096]: pgmap v1170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:55 smithi070 ceph-mon[113398]: pgmap v1171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:55 smithi026 ceph-mon[108096]: pgmap v1171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:01:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:57 smithi070 ceph-mon[113398]: pgmap v1172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:57 smithi026 ceph-mon[108096]: pgmap v1172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:01:59 smithi070 ceph-mon[113398]: pgmap v1173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:01:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:01:59 smithi026 ceph-mon[108096]: pgmap v1173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:01 smithi070 ceph-mon[113398]: pgmap v1174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:01 smithi026 ceph-mon[108096]: pgmap v1174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:03 smithi070 ceph-mon[113398]: pgmap v1175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:03 smithi026 ceph-mon[108096]: pgmap v1175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:05 smithi070 ceph-mon[113398]: pgmap v1176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:05 smithi026 ceph-mon[108096]: pgmap v1176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:08 smithi070 ceph-mon[113398]: pgmap v1177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:08 smithi026 ceph-mon[108096]: pgmap v1177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:09 smithi070 ceph-mon[113398]: pgmap v1178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:09 smithi026 ceph-mon[108096]: pgmap v1178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:11 smithi070 ceph-mon[113398]: pgmap v1179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:11 smithi026 ceph-mon[108096]: pgmap v1179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:13 smithi070 ceph-mon[113398]: pgmap v1180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:13 smithi026 ceph-mon[108096]: pgmap v1180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:16 smithi070 ceph-mon[113398]: pgmap v1181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:16 smithi026 ceph-mon[108096]: pgmap v1181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:18 smithi070 ceph-mon[113398]: pgmap v1182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:18 smithi026 ceph-mon[108096]: pgmap v1182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:19 smithi070 ceph-mon[113398]: pgmap v1183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:19 smithi026 ceph-mon[108096]: pgmap v1183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:21 smithi070 ceph-mon[113398]: pgmap v1184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:21 smithi026 ceph-mon[108096]: pgmap v1184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:24 smithi070 ceph-mon[113398]: pgmap v1185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:23 smithi026 ceph-mon[108096]: pgmap v1185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:26 smithi070 ceph-mon[113398]: pgmap v1186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:26 smithi026 ceph-mon[108096]: pgmap v1186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:28 smithi070 ceph-mon[113398]: pgmap v1187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:28 smithi026 ceph-mon[108096]: pgmap v1187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:29 smithi070 ceph-mon[113398]: pgmap v1188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:29 smithi026 ceph-mon[108096]: pgmap v1188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:31 smithi070 ceph-mon[113398]: pgmap v1189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:31 smithi026 ceph-mon[108096]: pgmap v1189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:34 smithi070 ceph-mon[113398]: pgmap v1190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:34 smithi026 ceph-mon[108096]: pgmap v1190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:36 smithi070 ceph-mon[113398]: pgmap v1191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:36.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:36 smithi026 ceph-mon[108096]: pgmap v1191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:37.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:37 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:02:37.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:37 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:02:37.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:37 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:02:37.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:37 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:02:37.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:37 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:02:37.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:37 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:02:37.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:37 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:02:37.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:37 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:02:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:38 smithi070 ceph-mon[113398]: pgmap v1192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:38 smithi026 ceph-mon[108096]: pgmap v1192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:39 smithi070 ceph-mon[113398]: pgmap v1193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:39 smithi026 ceph-mon[108096]: pgmap v1193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:42 smithi070 ceph-mon[113398]: pgmap v1194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:42 smithi026 ceph-mon[108096]: pgmap v1194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:44 smithi070 ceph-mon[113398]: pgmap v1195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:44 smithi026 ceph-mon[108096]: pgmap v1195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:46 smithi070 ceph-mon[113398]: pgmap v1196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:46 smithi026 ceph-mon[108096]: pgmap v1196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:48 smithi070 ceph-mon[113398]: pgmap v1197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:48 smithi026 ceph-mon[108096]: pgmap v1197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:49 smithi070 ceph-mon[113398]: pgmap v1198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:49 smithi026 ceph-mon[108096]: pgmap v1198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:52 smithi070 ceph-mon[113398]: pgmap v1199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:52 smithi026 ceph-mon[108096]: pgmap v1199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:54 smithi070 ceph-mon[113398]: pgmap v1200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:54 smithi026 ceph-mon[108096]: pgmap v1200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:56 smithi070 ceph-mon[113398]: pgmap v1201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:56 smithi026 ceph-mon[108096]: pgmap v1201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:02:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:58 smithi070 ceph-mon[113398]: pgmap v1202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:58 smithi026 ceph-mon[108096]: pgmap v1202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:02:59 smithi070 ceph-mon[113398]: pgmap v1203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:02:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:02:59 smithi026 ceph-mon[108096]: pgmap v1203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:02 smithi070 ceph-mon[113398]: pgmap v1204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:02 smithi026 ceph-mon[108096]: pgmap v1204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:04 smithi070 ceph-mon[113398]: pgmap v1205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:04 smithi026 ceph-mon[108096]: pgmap v1205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:06 smithi070 ceph-mon[113398]: pgmap v1206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:06 smithi026 ceph-mon[108096]: pgmap v1206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:08 smithi070 ceph-mon[113398]: pgmap v1207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:08 smithi026 ceph-mon[108096]: pgmap v1207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:09 smithi070 ceph-mon[113398]: pgmap v1208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:09 smithi026 ceph-mon[108096]: pgmap v1208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:12 smithi070 ceph-mon[113398]: pgmap v1209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:12 smithi026 ceph-mon[108096]: pgmap v1209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:14 smithi070 ceph-mon[113398]: pgmap v1210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:14 smithi026 ceph-mon[108096]: pgmap v1210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:16 smithi070 ceph-mon[113398]: pgmap v1211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:16 smithi026 ceph-mon[108096]: pgmap v1211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:18 smithi070 ceph-mon[113398]: pgmap v1212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:18 smithi026 ceph-mon[108096]: pgmap v1212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:19 smithi070 ceph-mon[113398]: pgmap v1213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:19 smithi026 ceph-mon[108096]: pgmap v1213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:22 smithi070 ceph-mon[113398]: pgmap v1214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:22 smithi026 ceph-mon[108096]: pgmap v1214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:24 smithi070 ceph-mon[113398]: pgmap v1215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:24 smithi026 ceph-mon[108096]: pgmap v1215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:26 smithi070 ceph-mon[113398]: pgmap v1216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:26 smithi026 ceph-mon[108096]: pgmap v1216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:28 smithi070 ceph-mon[113398]: pgmap v1217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:28 smithi026 ceph-mon[108096]: pgmap v1217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:29 smithi070 ceph-mon[113398]: pgmap v1218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:29 smithi026 ceph-mon[108096]: pgmap v1218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:32 smithi070 ceph-mon[113398]: pgmap v1219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:32 smithi026 ceph-mon[108096]: pgmap v1219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:34 smithi070 ceph-mon[113398]: pgmap v1220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:34 smithi026 ceph-mon[108096]: pgmap v1220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:36 smithi070 ceph-mon[113398]: pgmap v1221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:36 smithi026 ceph-mon[108096]: pgmap v1221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:37.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:37 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:03:37.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:37 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:03:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:38 smithi070 ceph-mon[113398]: pgmap v1222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:03:38.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:03:38.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:03:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:38 smithi026 ceph-mon[108096]: pgmap v1222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:03:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:03:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:03:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:39 smithi070 ceph-mon[113398]: pgmap v1223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:39 smithi026 ceph-mon[108096]: pgmap v1223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:42 smithi070 ceph-mon[113398]: pgmap v1224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:42 smithi026 ceph-mon[108096]: pgmap v1224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:44 smithi070 ceph-mon[113398]: pgmap v1225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:44 smithi026 ceph-mon[108096]: pgmap v1225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:46 smithi070 ceph-mon[113398]: pgmap v1226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:46 smithi026 ceph-mon[108096]: pgmap v1226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:48 smithi070 ceph-mon[113398]: pgmap v1227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:48 smithi026 ceph-mon[108096]: pgmap v1227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:49 smithi070 ceph-mon[113398]: pgmap v1228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:49 smithi026 ceph-mon[108096]: pgmap v1228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:52 smithi070 ceph-mon[113398]: pgmap v1229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:52 smithi026 ceph-mon[108096]: pgmap v1229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:54 smithi070 ceph-mon[113398]: pgmap v1230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:54 smithi026 ceph-mon[108096]: pgmap v1230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:56 smithi070 ceph-mon[113398]: pgmap v1231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:56 smithi026 ceph-mon[108096]: pgmap v1231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:03:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:58 smithi070 ceph-mon[113398]: pgmap v1232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:58 smithi026 ceph-mon[108096]: pgmap v1232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:03:59 smithi070 ceph-mon[113398]: pgmap v1233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:03:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:03:59 smithi026 ceph-mon[108096]: pgmap v1233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:02 smithi070 ceph-mon[113398]: pgmap v1234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:02 smithi026 ceph-mon[108096]: pgmap v1234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:04 smithi070 ceph-mon[113398]: pgmap v1235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:04 smithi026 ceph-mon[108096]: pgmap v1235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:06 smithi070 ceph-mon[113398]: pgmap v1236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:06 smithi026 ceph-mon[108096]: pgmap v1236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:08 smithi070 ceph-mon[113398]: pgmap v1237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:08 smithi026 ceph-mon[108096]: pgmap v1237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:09 smithi070 ceph-mon[113398]: pgmap v1238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:09 smithi026 ceph-mon[108096]: pgmap v1238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:12 smithi070 ceph-mon[113398]: pgmap v1239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:12 smithi026 ceph-mon[108096]: pgmap v1239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:14 smithi070 ceph-mon[113398]: pgmap v1240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:14 smithi026 ceph-mon[108096]: pgmap v1240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:16 smithi070 ceph-mon[113398]: pgmap v1241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:16 smithi026 ceph-mon[108096]: pgmap v1241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:18 smithi070 ceph-mon[113398]: pgmap v1242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:18 smithi026 ceph-mon[108096]: pgmap v1242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:19 smithi070 ceph-mon[113398]: pgmap v1243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:19 smithi026 ceph-mon[108096]: pgmap v1243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:22 smithi070 ceph-mon[113398]: pgmap v1244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:22 smithi026 ceph-mon[108096]: pgmap v1244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:24 smithi070 ceph-mon[113398]: pgmap v1245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:24 smithi026 ceph-mon[108096]: pgmap v1245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:26 smithi070 ceph-mon[113398]: pgmap v1246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:26 smithi026 ceph-mon[108096]: pgmap v1246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:28 smithi070 ceph-mon[113398]: pgmap v1247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:28 smithi026 ceph-mon[108096]: pgmap v1247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:29 smithi070 ceph-mon[113398]: pgmap v1248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:29 smithi026 ceph-mon[108096]: pgmap v1248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:32 smithi070 ceph-mon[113398]: pgmap v1249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:32 smithi026 ceph-mon[108096]: pgmap v1249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:34 smithi070 ceph-mon[113398]: pgmap v1250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:34 smithi026 ceph-mon[108096]: pgmap v1250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:36 smithi070 ceph-mon[113398]: pgmap v1251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:36.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:36 smithi026 ceph-mon[108096]: pgmap v1251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: pgmap v1252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:04:38.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:04:38.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:04:38.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:38 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: pgmap v1252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:04:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:38.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:04:38.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:04:38.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:38 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:04:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:39 smithi070 ceph-mon[113398]: pgmap v1253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:39 smithi026 ceph-mon[108096]: pgmap v1253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:42 smithi070 ceph-mon[113398]: pgmap v1254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:42 smithi026 ceph-mon[108096]: pgmap v1254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:44 smithi070 ceph-mon[113398]: pgmap v1255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:44 smithi026 ceph-mon[108096]: pgmap v1255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:46 smithi070 ceph-mon[113398]: pgmap v1256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:46 smithi026 ceph-mon[108096]: pgmap v1256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:48 smithi070 ceph-mon[113398]: pgmap v1257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:48 smithi026 ceph-mon[108096]: pgmap v1257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:49 smithi070 ceph-mon[113398]: pgmap v1258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:49 smithi026 ceph-mon[108096]: pgmap v1258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:52 smithi070 ceph-mon[113398]: pgmap v1259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:52 smithi026 ceph-mon[108096]: pgmap v1259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:54 smithi070 ceph-mon[113398]: pgmap v1260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:54 smithi026 ceph-mon[108096]: pgmap v1260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:56 smithi070 ceph-mon[113398]: pgmap v1261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:56 smithi026 ceph-mon[108096]: pgmap v1261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:58 smithi070 ceph-mon[113398]: pgmap v1262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:58 smithi026 ceph-mon[108096]: pgmap v1262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:04:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:04:59 smithi070 ceph-mon[113398]: pgmap v1263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:04:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:04:59 smithi026 ceph-mon[108096]: pgmap v1263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:02 smithi070 ceph-mon[113398]: pgmap v1264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:02 smithi026 ceph-mon[108096]: pgmap v1264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:04 smithi070 ceph-mon[113398]: pgmap v1265: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:04 smithi026 ceph-mon[108096]: pgmap v1265: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:06 smithi070 ceph-mon[113398]: pgmap v1266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:06 smithi026 ceph-mon[108096]: pgmap v1266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:08 smithi070 ceph-mon[113398]: pgmap v1267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:08 smithi026 ceph-mon[108096]: pgmap v1267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:09 smithi070 ceph-mon[113398]: pgmap v1268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:09 smithi026 ceph-mon[108096]: pgmap v1268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:12 smithi070 ceph-mon[113398]: pgmap v1269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:12 smithi026 ceph-mon[108096]: pgmap v1269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:14 smithi070 ceph-mon[113398]: pgmap v1270: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:14 smithi026 ceph-mon[108096]: pgmap v1270: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:16 smithi070 ceph-mon[113398]: pgmap v1271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:16 smithi026 ceph-mon[108096]: pgmap v1271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:18 smithi070 ceph-mon[113398]: pgmap v1272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:18 smithi026 ceph-mon[108096]: pgmap v1272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:19 smithi070 ceph-mon[113398]: pgmap v1273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:19 smithi026 ceph-mon[108096]: pgmap v1273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:22 smithi070 ceph-mon[113398]: pgmap v1274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:22 smithi026 ceph-mon[108096]: pgmap v1274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:24 smithi070 ceph-mon[113398]: pgmap v1275: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:24 smithi026 ceph-mon[108096]: pgmap v1275: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:26 smithi070 ceph-mon[113398]: pgmap v1276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:26 smithi026 ceph-mon[108096]: pgmap v1276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:28 smithi070 ceph-mon[113398]: pgmap v1277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:28 smithi026 ceph-mon[108096]: pgmap v1277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:29 smithi070 ceph-mon[113398]: pgmap v1278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:29 smithi026 ceph-mon[108096]: pgmap v1278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:32 smithi070 ceph-mon[113398]: pgmap v1279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:32 smithi026 ceph-mon[108096]: pgmap v1279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:34 smithi070 ceph-mon[113398]: pgmap v1280: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:34 smithi026 ceph-mon[108096]: pgmap v1280: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:36 smithi070 ceph-mon[113398]: pgmap v1281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:36 smithi026 ceph-mon[108096]: pgmap v1281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:38 smithi070 ceph-mon[113398]: pgmap v1282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:38 smithi026 ceph-mon[108096]: pgmap v1282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:39.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:05:39.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:05:39.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:05:39.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:05:39.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:05:39.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:05:39.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:05:39.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:05:40.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:40 smithi070 ceph-mon[113398]: pgmap v1283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:40.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:40 smithi026 ceph-mon[108096]: pgmap v1283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:42 smithi070 ceph-mon[113398]: pgmap v1284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:42 smithi026 ceph-mon[108096]: pgmap v1284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:44 smithi070 ceph-mon[113398]: pgmap v1285: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:44 smithi026 ceph-mon[108096]: pgmap v1285: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:46 smithi070 ceph-mon[113398]: pgmap v1286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:46 smithi026 ceph-mon[108096]: pgmap v1286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:48 smithi070 ceph-mon[113398]: pgmap v1287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:48 smithi026 ceph-mon[108096]: pgmap v1287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:49 smithi070 ceph-mon[113398]: pgmap v1288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:49 smithi026 ceph-mon[108096]: pgmap v1288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:52 smithi070 ceph-mon[113398]: pgmap v1289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:52 smithi026 ceph-mon[108096]: pgmap v1289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:54 smithi070 ceph-mon[113398]: pgmap v1290: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:54 smithi026 ceph-mon[108096]: pgmap v1290: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:56 smithi070 ceph-mon[113398]: pgmap v1291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:56 smithi026 ceph-mon[108096]: pgmap v1291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:58 smithi070 ceph-mon[113398]: pgmap v1292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:58 smithi026 ceph-mon[108096]: pgmap v1292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:05:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:05:59 smithi070 ceph-mon[113398]: pgmap v1293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:05:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:05:59 smithi026 ceph-mon[108096]: pgmap v1293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:02 smithi070 ceph-mon[113398]: pgmap v1294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:02 smithi026 ceph-mon[108096]: pgmap v1294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:04 smithi070 ceph-mon[113398]: pgmap v1295: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:04 smithi026 ceph-mon[108096]: pgmap v1295: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:06 smithi070 ceph-mon[113398]: pgmap v1296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:06 smithi026 ceph-mon[108096]: pgmap v1296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:08 smithi070 ceph-mon[113398]: pgmap v1297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:08 smithi026 ceph-mon[108096]: pgmap v1297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:09.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:09 smithi070 ceph-mon[113398]: pgmap v1298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:09 smithi026 ceph-mon[108096]: pgmap v1298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:12 smithi070 ceph-mon[113398]: pgmap v1299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:12 smithi026 ceph-mon[108096]: pgmap v1299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:14 smithi070 ceph-mon[113398]: pgmap v1300: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:14 smithi026 ceph-mon[108096]: pgmap v1300: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:16 smithi070 ceph-mon[113398]: pgmap v1301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:16 smithi026 ceph-mon[108096]: pgmap v1301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:18 smithi070 ceph-mon[113398]: pgmap v1302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:18 smithi026 ceph-mon[108096]: pgmap v1302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:19.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:19 smithi070 ceph-mon[113398]: pgmap v1303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:19 smithi026 ceph-mon[108096]: pgmap v1303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:22 smithi070 ceph-mon[113398]: pgmap v1304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:22 smithi026 ceph-mon[108096]: pgmap v1304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:24 smithi070 ceph-mon[113398]: pgmap v1305: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:24 smithi026 ceph-mon[108096]: pgmap v1305: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:26 smithi070 ceph-mon[113398]: pgmap v1306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:26 smithi026 ceph-mon[108096]: pgmap v1306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:28 smithi070 ceph-mon[113398]: pgmap v1307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:28 smithi026 ceph-mon[108096]: pgmap v1307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:29.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:29 smithi070 ceph-mon[113398]: pgmap v1308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:29 smithi026 ceph-mon[108096]: pgmap v1308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:32 smithi070 ceph-mon[113398]: pgmap v1309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:32 smithi026 ceph-mon[108096]: pgmap v1309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:34 smithi070 ceph-mon[113398]: pgmap v1310: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:34 smithi026 ceph-mon[108096]: pgmap v1310: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:36 smithi070 ceph-mon[113398]: pgmap v1311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:36 smithi026 ceph-mon[108096]: pgmap v1311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:38 smithi070 ceph-mon[113398]: pgmap v1312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:38 smithi026 ceph-mon[108096]: pgmap v1312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:39.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:06:39.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:39 smithi070 ceph-mon[113398]: pgmap v1313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:39.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:06:39.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:06:39.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:06:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:06:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:39 smithi026 ceph-mon[108096]: pgmap v1313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:06:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:06:39.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:06:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:42 smithi070 ceph-mon[113398]: pgmap v1314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:42 smithi026 ceph-mon[108096]: pgmap v1314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:44 smithi070 ceph-mon[113398]: pgmap v1315: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:44 smithi026 ceph-mon[108096]: pgmap v1315: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:46 smithi070 ceph-mon[113398]: pgmap v1316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:46 smithi026 ceph-mon[108096]: pgmap v1316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:48 smithi070 ceph-mon[113398]: pgmap v1317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:48 smithi026 ceph-mon[108096]: pgmap v1317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:49 smithi070 ceph-mon[113398]: pgmap v1318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:49 smithi026 ceph-mon[108096]: pgmap v1318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:52 smithi070 ceph-mon[113398]: pgmap v1319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:52 smithi026 ceph-mon[108096]: pgmap v1319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:54 smithi070 ceph-mon[113398]: pgmap v1320: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:54 smithi026 ceph-mon[108096]: pgmap v1320: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:56 smithi070 ceph-mon[113398]: pgmap v1321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:56 smithi026 ceph-mon[108096]: pgmap v1321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:58 smithi070 ceph-mon[113398]: pgmap v1322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:58 smithi026 ceph-mon[108096]: pgmap v1322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:06:59.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:06:59 smithi070 ceph-mon[113398]: pgmap v1323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:06:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:06:59 smithi026 ceph-mon[108096]: pgmap v1323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:02 smithi070 ceph-mon[113398]: pgmap v1324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:02 smithi026 ceph-mon[108096]: pgmap v1324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:04 smithi070 ceph-mon[113398]: pgmap v1325: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:04 smithi026 ceph-mon[108096]: pgmap v1325: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:06 smithi070 ceph-mon[113398]: pgmap v1326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:06 smithi026 ceph-mon[108096]: pgmap v1326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:08 smithi070 ceph-mon[113398]: pgmap v1327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:08 smithi026 ceph-mon[108096]: pgmap v1327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:09 smithi026 ceph-mon[108096]: pgmap v1328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:09 smithi070 ceph-mon[113398]: pgmap v1328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:12 smithi070 ceph-mon[113398]: pgmap v1329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:12 smithi026 ceph-mon[108096]: pgmap v1329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:14 smithi070 ceph-mon[113398]: pgmap v1330: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:14 smithi026 ceph-mon[108096]: pgmap v1330: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:16 smithi070 ceph-mon[113398]: pgmap v1331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:16 smithi026 ceph-mon[108096]: pgmap v1331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:18 smithi070 ceph-mon[113398]: pgmap v1332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:18 smithi026 ceph-mon[108096]: pgmap v1332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:19 smithi026 ceph-mon[108096]: pgmap v1333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:19 smithi070 ceph-mon[113398]: pgmap v1333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:22 smithi070 ceph-mon[113398]: pgmap v1334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:22 smithi026 ceph-mon[108096]: pgmap v1334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:24 smithi070 ceph-mon[113398]: pgmap v1335: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:24 smithi026 ceph-mon[108096]: pgmap v1335: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:26 smithi070 ceph-mon[113398]: pgmap v1336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:26 smithi026 ceph-mon[108096]: pgmap v1336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:28 smithi070 ceph-mon[113398]: pgmap v1337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:28 smithi026 ceph-mon[108096]: pgmap v1337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:29 smithi026 ceph-mon[108096]: pgmap v1338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:29 smithi070 ceph-mon[113398]: pgmap v1338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:32 smithi070 ceph-mon[113398]: pgmap v1339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:32 smithi026 ceph-mon[108096]: pgmap v1339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:34 smithi070 ceph-mon[113398]: pgmap v1340: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:34 smithi026 ceph-mon[108096]: pgmap v1340: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:36 smithi070 ceph-mon[113398]: pgmap v1341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:36 smithi026 ceph-mon[108096]: pgmap v1341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:38.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:38 smithi070 ceph-mon[113398]: pgmap v1342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:38 smithi026 ceph-mon[108096]: pgmap v1342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:39 smithi026 ceph-mon[108096]: pgmap v1343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:39 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:07:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:39 smithi070 ceph-mon[113398]: pgmap v1343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:39 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:07:41.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:07:41.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:07:41.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:41.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:07:41.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:07:41.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:07:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:42 smithi026 ceph-mon[108096]: pgmap v1344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:42 smithi070 ceph-mon[113398]: pgmap v1344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:44 smithi026 ceph-mon[108096]: pgmap v1345: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:44 smithi070 ceph-mon[113398]: pgmap v1345: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:46 smithi026 ceph-mon[108096]: pgmap v1346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:46 smithi070 ceph-mon[113398]: pgmap v1346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:48 smithi026 ceph-mon[108096]: pgmap v1347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:48.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:48 smithi070 ceph-mon[113398]: pgmap v1347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:49 smithi026 ceph-mon[108096]: pgmap v1348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:49 smithi070 ceph-mon[113398]: pgmap v1348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:52.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:52 smithi070 ceph-mon[113398]: pgmap v1349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:52 smithi026 ceph-mon[108096]: pgmap v1349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:54 smithi070 ceph-mon[113398]: pgmap v1350: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:54 smithi026 ceph-mon[108096]: pgmap v1350: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:56.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:56 smithi070 ceph-mon[113398]: pgmap v1351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:56 smithi026 ceph-mon[108096]: pgmap v1351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:58.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:58 smithi070 ceph-mon[113398]: pgmap v1352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:58 smithi026 ceph-mon[108096]: pgmap v1352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:07:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:07:59 smithi026 ceph-mon[108096]: pgmap v1353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:07:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:07:59 smithi070 ceph-mon[113398]: pgmap v1353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:02 smithi070 ceph-mon[113398]: pgmap v1354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:02 smithi026 ceph-mon[108096]: pgmap v1354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:04.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:04 smithi070 ceph-mon[113398]: pgmap v1355: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:04 smithi026 ceph-mon[108096]: pgmap v1355: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:06.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:06 smithi070 ceph-mon[113398]: pgmap v1356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:06 smithi026 ceph-mon[108096]: pgmap v1356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:08.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:08 smithi070 ceph-mon[113398]: pgmap v1357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:08 smithi026 ceph-mon[108096]: pgmap v1357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:09 smithi026 ceph-mon[108096]: pgmap v1358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:09 smithi070 ceph-mon[113398]: pgmap v1358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:12 smithi070 ceph-mon[113398]: pgmap v1359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:12 smithi026 ceph-mon[108096]: pgmap v1359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:14.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:14 smithi070 ceph-mon[113398]: pgmap v1360: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:14.483 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:14 smithi026 ceph-mon[108096]: pgmap v1360: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:16.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:16 smithi070 ceph-mon[113398]: pgmap v1361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:16 smithi026 ceph-mon[108096]: pgmap v1361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:18.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:18 smithi070 ceph-mon[113398]: pgmap v1362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:18 smithi026 ceph-mon[108096]: pgmap v1362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:19 smithi026 ceph-mon[108096]: pgmap v1363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:19 smithi070 ceph-mon[113398]: pgmap v1363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:22.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:22 smithi070 ceph-mon[113398]: pgmap v1364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:22 smithi026 ceph-mon[108096]: pgmap v1364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:24.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:24 smithi070 ceph-mon[113398]: pgmap v1365: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:24 smithi026 ceph-mon[108096]: pgmap v1365: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:26.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:26 smithi070 ceph-mon[113398]: pgmap v1366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:26 smithi026 ceph-mon[108096]: pgmap v1366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:28.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:28 smithi070 ceph-mon[113398]: pgmap v1367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:28 smithi026 ceph-mon[108096]: pgmap v1367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:29 smithi026 ceph-mon[108096]: pgmap v1368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:29 smithi070 ceph-mon[113398]: pgmap v1368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:32 smithi070 ceph-mon[113398]: pgmap v1369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:32 smithi026 ceph-mon[108096]: pgmap v1369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:34.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:34 smithi070 ceph-mon[113398]: pgmap v1370: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:34 smithi026 ceph-mon[108096]: pgmap v1370: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:36.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:36 smithi070 ceph-mon[113398]: pgmap v1371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:36 smithi026 ceph-mon[108096]: pgmap v1371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:38 smithi026 ceph-mon[108096]: pgmap v1372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:38 smithi070 ceph-mon[113398]: pgmap v1372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:39 smithi026 ceph-mon[108096]: pgmap v1373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:39 smithi070 ceph-mon[113398]: pgmap v1373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:41.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:40 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:08:41.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:40 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:08:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:41 smithi026 ceph-mon[108096]: pgmap v1374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:42.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:08:42.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:08:42.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:41 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:08:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:41 smithi070 ceph-mon[113398]: pgmap v1374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:42.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:08:42.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:08:42.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:41 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:08:44.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:44 smithi070 ceph-mon[113398]: pgmap v1375: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:44 smithi026 ceph-mon[108096]: pgmap v1375: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:46.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:46 smithi070 ceph-mon[113398]: pgmap v1376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:46 smithi026 ceph-mon[108096]: pgmap v1376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:48 smithi070 ceph-mon[113398]: pgmap v1377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:48 smithi026 ceph-mon[108096]: pgmap v1377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:49 smithi026 ceph-mon[108096]: pgmap v1378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:49 smithi070 ceph-mon[113398]: pgmap v1378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:52.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:52 smithi070 ceph-mon[113398]: pgmap v1379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:52 smithi026 ceph-mon[108096]: pgmap v1379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:54.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:54 smithi070 ceph-mon[113398]: pgmap v1380: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:54 smithi026 ceph-mon[108096]: pgmap v1380: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:56 smithi026 ceph-mon[108096]: pgmap v1381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:56 smithi070 ceph-mon[113398]: pgmap v1381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:58 smithi026 ceph-mon[108096]: pgmap v1382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:58 smithi070 ceph-mon[113398]: pgmap v1382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:08:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:08:59 smithi026 ceph-mon[108096]: pgmap v1383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:08:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:08:59 smithi070 ceph-mon[113398]: pgmap v1383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:02.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:02 smithi070 ceph-mon[113398]: pgmap v1384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:02 smithi026 ceph-mon[108096]: pgmap v1384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:04 smithi026 ceph-mon[108096]: pgmap v1385: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:04 smithi070 ceph-mon[113398]: pgmap v1385: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:06 smithi026 ceph-mon[108096]: pgmap v1386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:06 smithi070 ceph-mon[113398]: pgmap v1386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:08 smithi026 ceph-mon[108096]: pgmap v1387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:08 smithi070 ceph-mon[113398]: pgmap v1387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:09 smithi026 ceph-mon[108096]: pgmap v1388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:09 smithi070 ceph-mon[113398]: pgmap v1388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:12.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:12 smithi070 ceph-mon[113398]: pgmap v1389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:12 smithi026 ceph-mon[108096]: pgmap v1389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:14 smithi026 ceph-mon[108096]: pgmap v1390: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:14 smithi070 ceph-mon[113398]: pgmap v1390: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:16 smithi026 ceph-mon[108096]: pgmap v1391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:16 smithi070 ceph-mon[113398]: pgmap v1391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:18 smithi026 ceph-mon[108096]: pgmap v1392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:18 smithi070 ceph-mon[113398]: pgmap v1392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:19 smithi026 ceph-mon[108096]: pgmap v1393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:19 smithi070 ceph-mon[113398]: pgmap v1393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:22 smithi026 ceph-mon[108096]: pgmap v1394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:22 smithi070 ceph-mon[113398]: pgmap v1394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:24 smithi026 ceph-mon[108096]: pgmap v1395: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:24 smithi070 ceph-mon[113398]: pgmap v1395: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:26 smithi026 ceph-mon[108096]: pgmap v1396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:26 smithi070 ceph-mon[113398]: pgmap v1396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:28 smithi026 ceph-mon[108096]: pgmap v1397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:28 smithi070 ceph-mon[113398]: pgmap v1397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:29 smithi026 ceph-mon[108096]: pgmap v1398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:29 smithi070 ceph-mon[113398]: pgmap v1398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:32 smithi026 ceph-mon[108096]: pgmap v1399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:32 smithi070 ceph-mon[113398]: pgmap v1399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:34 smithi026 ceph-mon[108096]: pgmap v1400: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:34 smithi070 ceph-mon[113398]: pgmap v1400: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:36 smithi026 ceph-mon[108096]: pgmap v1401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:36 smithi070 ceph-mon[113398]: pgmap v1401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:38 smithi026 ceph-mon[108096]: pgmap v1402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:38 smithi070 ceph-mon[113398]: pgmap v1402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:39 smithi026 ceph-mon[108096]: pgmap v1403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:39 smithi070 ceph-mon[113398]: pgmap v1403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:42 smithi026 ceph-mon[108096]: pgmap v1404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:42.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:42 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:09:42.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:42 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:09:42.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:42 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:09:42.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:42 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:09:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:42 smithi070 ceph-mon[113398]: pgmap v1404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:42 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:09:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:42 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:09:42.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:42 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:09:42.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:42 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:09:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:44 smithi026 ceph-mon[108096]: pgmap v1405: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:44 smithi070 ceph-mon[113398]: pgmap v1405: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:46 smithi026 ceph-mon[108096]: pgmap v1406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:46 smithi070 ceph-mon[113398]: pgmap v1406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:48 smithi026 ceph-mon[108096]: pgmap v1407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:48 smithi070 ceph-mon[113398]: pgmap v1407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:49 smithi026 ceph-mon[108096]: pgmap v1408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:49 smithi070 ceph-mon[113398]: pgmap v1408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:52 smithi026 ceph-mon[108096]: pgmap v1409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:52 smithi070 ceph-mon[113398]: pgmap v1409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:54 smithi026 ceph-mon[108096]: pgmap v1410: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:54 smithi070 ceph-mon[113398]: pgmap v1410: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:56 smithi026 ceph-mon[108096]: pgmap v1411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:56 smithi070 ceph-mon[113398]: pgmap v1411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:58 smithi026 ceph-mon[108096]: pgmap v1412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:58 smithi070 ceph-mon[113398]: pgmap v1412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:09:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:09:59 smithi026 ceph-mon[108096]: pgmap v1413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:09:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:09:59 smithi070 ceph-mon[113398]: pgmap v1413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:00.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T11:10:00.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T11:10:01.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:01 smithi026 ceph-mon[108096]: pgmap v1414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:01.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:01 smithi070 ceph-mon[113398]: pgmap v1414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:04 smithi026 ceph-mon[108096]: pgmap v1415: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:04 smithi070 ceph-mon[113398]: pgmap v1415: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:06 smithi026 ceph-mon[108096]: pgmap v1416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:06 smithi070 ceph-mon[113398]: pgmap v1416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:08 smithi026 ceph-mon[108096]: pgmap v1417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:08 smithi070 ceph-mon[113398]: pgmap v1417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:09 smithi026 ceph-mon[108096]: pgmap v1418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:09 smithi070 ceph-mon[113398]: pgmap v1418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:12 smithi026 ceph-mon[108096]: pgmap v1419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:12 smithi070 ceph-mon[113398]: pgmap v1419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:14 smithi026 ceph-mon[108096]: pgmap v1420: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:14 smithi070 ceph-mon[113398]: pgmap v1420: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:16 smithi026 ceph-mon[108096]: pgmap v1421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:16 smithi070 ceph-mon[113398]: pgmap v1421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:18 smithi026 ceph-mon[108096]: pgmap v1422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:18 smithi070 ceph-mon[113398]: pgmap v1422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:19 smithi026 ceph-mon[108096]: pgmap v1423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:19 smithi070 ceph-mon[113398]: pgmap v1423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:22 smithi026 ceph-mon[108096]: pgmap v1424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:22 smithi070 ceph-mon[113398]: pgmap v1424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:24 smithi026 ceph-mon[108096]: pgmap v1425: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:24 smithi070 ceph-mon[113398]: pgmap v1425: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:26 smithi026 ceph-mon[108096]: pgmap v1426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:26 smithi070 ceph-mon[113398]: pgmap v1426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:28 smithi026 ceph-mon[108096]: pgmap v1427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:28 smithi070 ceph-mon[113398]: pgmap v1427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:29 smithi026 ceph-mon[108096]: pgmap v1428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:29 smithi070 ceph-mon[113398]: pgmap v1428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:32 smithi026 ceph-mon[108096]: pgmap v1429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:32 smithi070 ceph-mon[113398]: pgmap v1429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:34 smithi026 ceph-mon[108096]: pgmap v1430: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:34 smithi070 ceph-mon[113398]: pgmap v1430: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:36 smithi026 ceph-mon[108096]: pgmap v1431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:36 smithi070 ceph-mon[113398]: pgmap v1431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:38 smithi026 ceph-mon[108096]: pgmap v1432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:38 smithi070 ceph-mon[113398]: pgmap v1432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:39 smithi026 ceph-mon[108096]: pgmap v1433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:39 smithi070 ceph-mon[113398]: pgmap v1433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:42 smithi026 ceph-mon[108096]: pgmap v1434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:42.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:42 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:10:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:42 smithi070 ceph-mon[113398]: pgmap v1434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:42 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:10:43.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:10:43.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:10:43.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:10:43.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:10:43.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:10:43.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:10:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:44 smithi026 ceph-mon[108096]: pgmap v1435: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:44 smithi070 ceph-mon[113398]: pgmap v1435: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:46 smithi026 ceph-mon[108096]: pgmap v1436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:46 smithi070 ceph-mon[113398]: pgmap v1436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:48 smithi026 ceph-mon[108096]: pgmap v1437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:48 smithi070 ceph-mon[113398]: pgmap v1437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:49 smithi026 ceph-mon[108096]: pgmap v1438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:49 smithi070 ceph-mon[113398]: pgmap v1438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:52 smithi026 ceph-mon[108096]: pgmap v1439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:52 smithi070 ceph-mon[113398]: pgmap v1439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:54 smithi026 ceph-mon[108096]: pgmap v1440: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:54 smithi070 ceph-mon[113398]: pgmap v1440: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:56 smithi026 ceph-mon[108096]: pgmap v1441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:56 smithi070 ceph-mon[113398]: pgmap v1441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:58 smithi026 ceph-mon[108096]: pgmap v1442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:58 smithi070 ceph-mon[113398]: pgmap v1442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:10:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:10:59 smithi026 ceph-mon[108096]: pgmap v1443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:10:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:10:59 smithi070 ceph-mon[113398]: pgmap v1443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:02 smithi026 ceph-mon[108096]: pgmap v1444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:02 smithi070 ceph-mon[113398]: pgmap v1444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:04 smithi026 ceph-mon[108096]: pgmap v1445: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:04 smithi070 ceph-mon[113398]: pgmap v1445: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:06 smithi026 ceph-mon[108096]: pgmap v1446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:06 smithi070 ceph-mon[113398]: pgmap v1446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:08 smithi026 ceph-mon[108096]: pgmap v1447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:08 smithi070 ceph-mon[113398]: pgmap v1447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:09 smithi026 ceph-mon[108096]: pgmap v1448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:09 smithi070 ceph-mon[113398]: pgmap v1448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:12 smithi026 ceph-mon[108096]: pgmap v1449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:12 smithi070 ceph-mon[113398]: pgmap v1449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:14 smithi026 ceph-mon[108096]: pgmap v1450: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:14 smithi070 ceph-mon[113398]: pgmap v1450: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:16 smithi026 ceph-mon[108096]: pgmap v1451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:16 smithi070 ceph-mon[113398]: pgmap v1451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:18 smithi026 ceph-mon[108096]: pgmap v1452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:18 smithi070 ceph-mon[113398]: pgmap v1452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:19 smithi026 ceph-mon[108096]: pgmap v1453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:19 smithi070 ceph-mon[113398]: pgmap v1453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:22.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:22 smithi026 ceph-mon[108096]: pgmap v1454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:22 smithi070 ceph-mon[113398]: pgmap v1454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:24 smithi026 ceph-mon[108096]: pgmap v1455: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:24 smithi070 ceph-mon[113398]: pgmap v1455: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:26 smithi026 ceph-mon[108096]: pgmap v1456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:26 smithi070 ceph-mon[113398]: pgmap v1456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:28 smithi026 ceph-mon[108096]: pgmap v1457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:28 smithi070 ceph-mon[113398]: pgmap v1457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:29 smithi026 ceph-mon[108096]: pgmap v1458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:29 smithi070 ceph-mon[113398]: pgmap v1458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:32 smithi026 ceph-mon[108096]: pgmap v1459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:32 smithi070 ceph-mon[113398]: pgmap v1459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:34 smithi026 ceph-mon[108096]: pgmap v1460: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:34 smithi070 ceph-mon[113398]: pgmap v1460: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:36 smithi026 ceph-mon[108096]: pgmap v1461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:36 smithi070 ceph-mon[113398]: pgmap v1461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:38 smithi026 ceph-mon[108096]: pgmap v1462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:38 smithi070 ceph-mon[113398]: pgmap v1462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:39 smithi026 ceph-mon[108096]: pgmap v1463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:39 smithi070 ceph-mon[113398]: pgmap v1463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:42 smithi026 ceph-mon[108096]: pgmap v1464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:42 smithi070 ceph-mon[113398]: pgmap v1464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:43.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:11:43.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:11:43.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:11:43.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:11:43.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:11:43.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:11:43.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:11:43.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:11:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:44 smithi026 ceph-mon[108096]: pgmap v1465: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:44 smithi070 ceph-mon[113398]: pgmap v1465: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:46 smithi026 ceph-mon[108096]: pgmap v1466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:46 smithi070 ceph-mon[113398]: pgmap v1466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:48 smithi026 ceph-mon[108096]: pgmap v1467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:48 smithi070 ceph-mon[113398]: pgmap v1467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:49 smithi026 ceph-mon[108096]: pgmap v1468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:49 smithi070 ceph-mon[113398]: pgmap v1468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:52 smithi026 ceph-mon[108096]: pgmap v1469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:52 smithi070 ceph-mon[113398]: pgmap v1469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:54 smithi026 ceph-mon[108096]: pgmap v1470: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:54 smithi070 ceph-mon[113398]: pgmap v1470: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:56 smithi026 ceph-mon[108096]: pgmap v1471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:56 smithi070 ceph-mon[113398]: pgmap v1471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:58 smithi026 ceph-mon[108096]: pgmap v1472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:58 smithi070 ceph-mon[113398]: pgmap v1472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:11:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:11:59 smithi026 ceph-mon[108096]: pgmap v1473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:11:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:11:59 smithi070 ceph-mon[113398]: pgmap v1473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:02 smithi026 ceph-mon[108096]: pgmap v1474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:02 smithi070 ceph-mon[113398]: pgmap v1474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:04 smithi026 ceph-mon[108096]: pgmap v1475: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:04 smithi070 ceph-mon[113398]: pgmap v1475: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:06.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:06 smithi026 ceph-mon[108096]: pgmap v1476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:06 smithi070 ceph-mon[113398]: pgmap v1476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:08 smithi026 ceph-mon[108096]: pgmap v1477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:08 smithi070 ceph-mon[113398]: pgmap v1477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:09 smithi026 ceph-mon[108096]: pgmap v1478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:09 smithi070 ceph-mon[113398]: pgmap v1478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:12 smithi026 ceph-mon[108096]: pgmap v1479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:12.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:12 smithi070 ceph-mon[113398]: pgmap v1479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:14 smithi026 ceph-mon[108096]: pgmap v1480: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:14 smithi070 ceph-mon[113398]: pgmap v1480: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:16.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:16 smithi026 ceph-mon[108096]: pgmap v1481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:16 smithi070 ceph-mon[113398]: pgmap v1481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:18 smithi026 ceph-mon[108096]: pgmap v1482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:18 smithi070 ceph-mon[113398]: pgmap v1482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:19 smithi026 ceph-mon[108096]: pgmap v1483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:19 smithi070 ceph-mon[113398]: pgmap v1483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:22 smithi026 ceph-mon[108096]: pgmap v1484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:22 smithi070 ceph-mon[113398]: pgmap v1484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:24 smithi026 ceph-mon[108096]: pgmap v1485: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:24 smithi070 ceph-mon[113398]: pgmap v1485: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:26 smithi026 ceph-mon[108096]: pgmap v1486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:26 smithi070 ceph-mon[113398]: pgmap v1486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:28 smithi026 ceph-mon[108096]: pgmap v1487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:28 smithi070 ceph-mon[113398]: pgmap v1487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:29 smithi026 ceph-mon[108096]: pgmap v1488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:29 smithi070 ceph-mon[113398]: pgmap v1488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:32 smithi026 ceph-mon[108096]: pgmap v1489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:32 smithi070 ceph-mon[113398]: pgmap v1489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:34 smithi026 ceph-mon[108096]: pgmap v1490: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:34 smithi070 ceph-mon[113398]: pgmap v1490: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:36 smithi026 ceph-mon[108096]: pgmap v1491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:36.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:36 smithi070 ceph-mon[113398]: pgmap v1491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:38 smithi026 ceph-mon[108096]: pgmap v1492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:38 smithi070 ceph-mon[113398]: pgmap v1492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:39 smithi026 ceph-mon[108096]: pgmap v1493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:39 smithi070 ceph-mon[113398]: pgmap v1493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:42 smithi026 ceph-mon[108096]: pgmap v1494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:42 smithi070 ceph-mon[113398]: pgmap v1494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:43.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:43 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:12:43.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:43 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:12:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:44 smithi026 ceph-mon[108096]: pgmap v1495: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:12:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:12:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:12:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:44 smithi070 ceph-mon[113398]: pgmap v1495: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:12:44.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:12:44.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:12:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:46 smithi026 ceph-mon[108096]: pgmap v1496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:46 smithi070 ceph-mon[113398]: pgmap v1496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:48 smithi026 ceph-mon[108096]: pgmap v1497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:48 smithi070 ceph-mon[113398]: pgmap v1497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:49 smithi026 ceph-mon[108096]: pgmap v1498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:49 smithi070 ceph-mon[113398]: pgmap v1498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:52 smithi026 ceph-mon[108096]: pgmap v1499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:52 smithi070 ceph-mon[113398]: pgmap v1499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:54 smithi026 ceph-mon[108096]: pgmap v1500: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:54 smithi070 ceph-mon[113398]: pgmap v1500: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:56.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:56 smithi026 ceph-mon[108096]: pgmap v1501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:56 smithi070 ceph-mon[113398]: pgmap v1501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:58 smithi026 ceph-mon[108096]: pgmap v1502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:58 smithi070 ceph-mon[113398]: pgmap v1502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:12:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:12:59 smithi026 ceph-mon[108096]: pgmap v1503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:12:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:12:59 smithi070 ceph-mon[113398]: pgmap v1503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:02 smithi026 ceph-mon[108096]: pgmap v1504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:02 smithi070 ceph-mon[113398]: pgmap v1504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:04 smithi026 ceph-mon[108096]: pgmap v1505: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:04 smithi070 ceph-mon[113398]: pgmap v1505: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:06 smithi026 ceph-mon[108096]: pgmap v1506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:06 smithi070 ceph-mon[113398]: pgmap v1506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:08 smithi026 ceph-mon[108096]: pgmap v1507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:08 smithi070 ceph-mon[113398]: pgmap v1507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:09 smithi026 ceph-mon[108096]: pgmap v1508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:09 smithi070 ceph-mon[113398]: pgmap v1508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:12 smithi026 ceph-mon[108096]: pgmap v1509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:12 smithi070 ceph-mon[113398]: pgmap v1509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:14 smithi026 ceph-mon[108096]: pgmap v1510: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:14 smithi070 ceph-mon[113398]: pgmap v1510: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:16 smithi026 ceph-mon[108096]: pgmap v1511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:16 smithi070 ceph-mon[113398]: pgmap v1511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:18 smithi026 ceph-mon[108096]: pgmap v1512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:18 smithi070 ceph-mon[113398]: pgmap v1512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:19 smithi026 ceph-mon[108096]: pgmap v1513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:19 smithi070 ceph-mon[113398]: pgmap v1513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:22 smithi026 ceph-mon[108096]: pgmap v1514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:22 smithi070 ceph-mon[113398]: pgmap v1514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:24 smithi026 ceph-mon[108096]: pgmap v1515: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:24 smithi070 ceph-mon[113398]: pgmap v1515: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:26 smithi026 ceph-mon[108096]: pgmap v1516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:26 smithi070 ceph-mon[113398]: pgmap v1516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:28 smithi026 ceph-mon[108096]: pgmap v1517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:28 smithi070 ceph-mon[113398]: pgmap v1517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:29 smithi026 ceph-mon[108096]: pgmap v1518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:29 smithi070 ceph-mon[113398]: pgmap v1518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:32 smithi026 ceph-mon[108096]: pgmap v1519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:32 smithi070 ceph-mon[113398]: pgmap v1519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:34 smithi026 ceph-mon[108096]: pgmap v1520: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:34 smithi070 ceph-mon[113398]: pgmap v1520: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:36 smithi026 ceph-mon[108096]: pgmap v1521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:36 smithi070 ceph-mon[113398]: pgmap v1521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:38 smithi026 ceph-mon[108096]: pgmap v1522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:38 smithi070 ceph-mon[113398]: pgmap v1522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:39 smithi026 ceph-mon[108096]: pgmap v1523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:39 smithi070 ceph-mon[113398]: pgmap v1523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:42 smithi026 ceph-mon[108096]: pgmap v1524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:42 smithi070 ceph-mon[113398]: pgmap v1524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:44 smithi026 ceph-mon[108096]: pgmap v1525: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:13:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:13:44.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:13:44.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:44 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:13:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:44 smithi070 ceph-mon[113398]: pgmap v1525: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:44.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:13:44.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:13:44.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:13:44.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:44 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:13:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:46 smithi026 ceph-mon[108096]: pgmap v1526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:46 smithi070 ceph-mon[113398]: pgmap v1526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:48 smithi026 ceph-mon[108096]: pgmap v1527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:48 smithi070 ceph-mon[113398]: pgmap v1527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:49 smithi026 ceph-mon[108096]: pgmap v1528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:49 smithi070 ceph-mon[113398]: pgmap v1528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:52 smithi026 ceph-mon[108096]: pgmap v1529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:52 smithi070 ceph-mon[113398]: pgmap v1529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:54 smithi026 ceph-mon[108096]: pgmap v1530: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:54 smithi070 ceph-mon[113398]: pgmap v1530: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:56.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:56 smithi026 ceph-mon[108096]: pgmap v1531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:56 smithi070 ceph-mon[113398]: pgmap v1531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:58 smithi026 ceph-mon[108096]: pgmap v1532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:58 smithi070 ceph-mon[113398]: pgmap v1532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:13:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:13:59 smithi026 ceph-mon[108096]: pgmap v1533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:13:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:13:59 smithi070 ceph-mon[113398]: pgmap v1533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:02 smithi026 ceph-mon[108096]: pgmap v1534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:02 smithi070 ceph-mon[113398]: pgmap v1534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:04 smithi026 ceph-mon[108096]: pgmap v1535: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:04 smithi070 ceph-mon[113398]: pgmap v1535: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:06 smithi026 ceph-mon[108096]: pgmap v1536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:06 smithi070 ceph-mon[113398]: pgmap v1536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:08 smithi026 ceph-mon[108096]: pgmap v1537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:08 smithi070 ceph-mon[113398]: pgmap v1537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:09 smithi026 ceph-mon[108096]: pgmap v1538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:09 smithi070 ceph-mon[113398]: pgmap v1538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:12 smithi026 ceph-mon[108096]: pgmap v1539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:12 smithi070 ceph-mon[113398]: pgmap v1539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:14 smithi026 ceph-mon[108096]: pgmap v1540: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:14 smithi070 ceph-mon[113398]: pgmap v1540: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:16 smithi026 ceph-mon[108096]: pgmap v1541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:16 smithi070 ceph-mon[113398]: pgmap v1541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:18 smithi026 ceph-mon[108096]: pgmap v1542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:18 smithi070 ceph-mon[113398]: pgmap v1542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:19 smithi026 ceph-mon[108096]: pgmap v1543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:19 smithi070 ceph-mon[113398]: pgmap v1543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:22 smithi026 ceph-mon[108096]: pgmap v1544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:22 smithi070 ceph-mon[113398]: pgmap v1544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:24 smithi026 ceph-mon[108096]: pgmap v1545: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:24 smithi070 ceph-mon[113398]: pgmap v1545: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:26 smithi026 ceph-mon[108096]: pgmap v1546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:26 smithi070 ceph-mon[113398]: pgmap v1546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:28 smithi026 ceph-mon[108096]: pgmap v1547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:28 smithi070 ceph-mon[113398]: pgmap v1547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:29 smithi026 ceph-mon[108096]: pgmap v1548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:29 smithi070 ceph-mon[113398]: pgmap v1548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:32 smithi026 ceph-mon[108096]: pgmap v1549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:32 smithi070 ceph-mon[113398]: pgmap v1549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:34 smithi026 ceph-mon[108096]: pgmap v1550: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:34 smithi070 ceph-mon[113398]: pgmap v1550: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:36 smithi026 ceph-mon[108096]: pgmap v1551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:36 smithi070 ceph-mon[113398]: pgmap v1551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:38 smithi026 ceph-mon[108096]: pgmap v1552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:38 smithi070 ceph-mon[113398]: pgmap v1552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:39 smithi026 ceph-mon[108096]: pgmap v1553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:39 smithi070 ceph-mon[113398]: pgmap v1553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:42 smithi026 ceph-mon[108096]: pgmap v1554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:42 smithi070 ceph-mon[113398]: pgmap v1554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:44 smithi026 ceph-mon[108096]: pgmap v1555: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:44 smithi070 ceph-mon[113398]: pgmap v1555: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:45.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:14:45.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:14:45.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:14:45.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:14:45.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:45.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:14:45.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:14:45.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:14:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:46 smithi026 ceph-mon[108096]: pgmap v1556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:46 smithi070 ceph-mon[113398]: pgmap v1556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:48 smithi026 ceph-mon[108096]: pgmap v1557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:48 smithi070 ceph-mon[113398]: pgmap v1557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:49 smithi026 ceph-mon[108096]: pgmap v1558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:49 smithi070 ceph-mon[113398]: pgmap v1558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:52 smithi026 ceph-mon[108096]: pgmap v1559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:52 smithi070 ceph-mon[113398]: pgmap v1559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:54.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:54 smithi026 ceph-mon[108096]: pgmap v1560: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:54 smithi070 ceph-mon[113398]: pgmap v1560: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:56 smithi026 ceph-mon[108096]: pgmap v1561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:56 smithi070 ceph-mon[113398]: pgmap v1561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:58 smithi026 ceph-mon[108096]: pgmap v1562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:58 smithi070 ceph-mon[113398]: pgmap v1562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:14:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:14:59 smithi026 ceph-mon[108096]: pgmap v1563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:14:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:14:59 smithi070 ceph-mon[113398]: pgmap v1563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:02 smithi026 ceph-mon[108096]: pgmap v1564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:02 smithi070 ceph-mon[113398]: pgmap v1564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:04 smithi026 ceph-mon[108096]: pgmap v1565: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:04 smithi070 ceph-mon[113398]: pgmap v1565: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:06 smithi026 ceph-mon[108096]: pgmap v1566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:06 smithi070 ceph-mon[113398]: pgmap v1566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:08 smithi026 ceph-mon[108096]: pgmap v1567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:08 smithi070 ceph-mon[113398]: pgmap v1567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:09 smithi026 ceph-mon[108096]: pgmap v1568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:09 smithi070 ceph-mon[113398]: pgmap v1568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:12 smithi026 ceph-mon[108096]: pgmap v1569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:12 smithi070 ceph-mon[113398]: pgmap v1569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:14 smithi026 ceph-mon[108096]: pgmap v1570: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:14 smithi070 ceph-mon[113398]: pgmap v1570: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:16 smithi026 ceph-mon[108096]: pgmap v1571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:16 smithi070 ceph-mon[113398]: pgmap v1571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:18 smithi026 ceph-mon[108096]: pgmap v1572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:18 smithi070 ceph-mon[113398]: pgmap v1572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:19 smithi026 ceph-mon[108096]: pgmap v1573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:19 smithi070 ceph-mon[113398]: pgmap v1573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:22 smithi026 ceph-mon[108096]: pgmap v1574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:22 smithi070 ceph-mon[113398]: pgmap v1574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:24 smithi026 ceph-mon[108096]: pgmap v1575: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:24 smithi070 ceph-mon[113398]: pgmap v1575: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:26 smithi026 ceph-mon[108096]: pgmap v1576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:26.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:26 smithi070 ceph-mon[113398]: pgmap v1576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:28 smithi026 ceph-mon[108096]: pgmap v1577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:28 smithi070 ceph-mon[113398]: pgmap v1577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:29 smithi026 ceph-mon[108096]: pgmap v1578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:29 smithi070 ceph-mon[113398]: pgmap v1578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:32 smithi026 ceph-mon[108096]: pgmap v1579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:32 smithi070 ceph-mon[113398]: pgmap v1579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:34 smithi026 ceph-mon[108096]: pgmap v1580: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:34 smithi070 ceph-mon[113398]: pgmap v1580: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:36 smithi026 ceph-mon[108096]: pgmap v1581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:36 smithi070 ceph-mon[113398]: pgmap v1581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:38 smithi026 ceph-mon[108096]: pgmap v1582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:38 smithi070 ceph-mon[113398]: pgmap v1582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:39 smithi026 ceph-mon[108096]: pgmap v1583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:39 smithi070 ceph-mon[113398]: pgmap v1583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:42 smithi026 ceph-mon[108096]: pgmap v1584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:42 smithi070 ceph-mon[113398]: pgmap v1584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:44 smithi026 ceph-mon[108096]: pgmap v1585: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:44 smithi070 ceph-mon[113398]: pgmap v1585: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:45.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:45 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:15:45.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:45 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:15:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:46 smithi026 ceph-mon[108096]: pgmap v1586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:15:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:15:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:15:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:46 smithi070 ceph-mon[113398]: pgmap v1586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:15:46.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:15:46.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:15:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:48 smithi026 ceph-mon[108096]: pgmap v1587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:48 smithi070 ceph-mon[113398]: pgmap v1587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:49 smithi026 ceph-mon[108096]: pgmap v1588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:49 smithi070 ceph-mon[113398]: pgmap v1588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:52 smithi026 ceph-mon[108096]: pgmap v1589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:52 smithi070 ceph-mon[113398]: pgmap v1589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:54 smithi026 ceph-mon[108096]: pgmap v1590: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:54 smithi070 ceph-mon[113398]: pgmap v1590: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:56 smithi026 ceph-mon[108096]: pgmap v1591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:56 smithi070 ceph-mon[113398]: pgmap v1591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:58 smithi026 ceph-mon[108096]: pgmap v1592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:58 smithi070 ceph-mon[113398]: pgmap v1592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:15:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:15:59 smithi026 ceph-mon[108096]: pgmap v1593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:15:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:15:59 smithi070 ceph-mon[113398]: pgmap v1593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:02 smithi026 ceph-mon[108096]: pgmap v1594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:02 smithi070 ceph-mon[113398]: pgmap v1594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:04 smithi026 ceph-mon[108096]: pgmap v1595: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:04 smithi070 ceph-mon[113398]: pgmap v1595: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:06 smithi026 ceph-mon[108096]: pgmap v1596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:06 smithi070 ceph-mon[113398]: pgmap v1596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:08 smithi026 ceph-mon[108096]: pgmap v1597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:08 smithi070 ceph-mon[113398]: pgmap v1597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:09 smithi026 ceph-mon[108096]: pgmap v1598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:09 smithi070 ceph-mon[113398]: pgmap v1598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:12 smithi026 ceph-mon[108096]: pgmap v1599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:12 smithi070 ceph-mon[113398]: pgmap v1599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:14 smithi026 ceph-mon[108096]: pgmap v1600: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:14 smithi070 ceph-mon[113398]: pgmap v1600: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:16 smithi026 ceph-mon[108096]: pgmap v1601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:16 smithi070 ceph-mon[113398]: pgmap v1601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:18 smithi026 ceph-mon[108096]: pgmap v1602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:18 smithi070 ceph-mon[113398]: pgmap v1602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:19 smithi026 ceph-mon[108096]: pgmap v1603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:19 smithi070 ceph-mon[113398]: pgmap v1603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:22 smithi026 ceph-mon[108096]: pgmap v1604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:22 smithi070 ceph-mon[113398]: pgmap v1604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:24 smithi026 ceph-mon[108096]: pgmap v1605: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:24 smithi070 ceph-mon[113398]: pgmap v1605: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:26 smithi026 ceph-mon[108096]: pgmap v1606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:26 smithi070 ceph-mon[113398]: pgmap v1606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:28 smithi026 ceph-mon[108096]: pgmap v1607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:28 smithi070 ceph-mon[113398]: pgmap v1607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:29 smithi026 ceph-mon[108096]: pgmap v1608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:29 smithi070 ceph-mon[113398]: pgmap v1608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:32 smithi026 ceph-mon[108096]: pgmap v1609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:32 smithi070 ceph-mon[113398]: pgmap v1609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:34 smithi026 ceph-mon[108096]: pgmap v1610: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:34 smithi070 ceph-mon[113398]: pgmap v1610: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:36 smithi026 ceph-mon[108096]: pgmap v1611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:36 smithi070 ceph-mon[113398]: pgmap v1611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:38 smithi026 ceph-mon[108096]: pgmap v1612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:38 smithi070 ceph-mon[113398]: pgmap v1612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:39 smithi026 ceph-mon[108096]: pgmap v1613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:39 smithi070 ceph-mon[113398]: pgmap v1613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:42 smithi026 ceph-mon[108096]: pgmap v1614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:42 smithi070 ceph-mon[113398]: pgmap v1614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:44 smithi026 ceph-mon[108096]: pgmap v1615: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:44 smithi070 ceph-mon[113398]: pgmap v1615: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:46 smithi026 ceph-mon[108096]: pgmap v1616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:16:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:16:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:16:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:16:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:46 smithi070 ceph-mon[113398]: pgmap v1616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:16:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:16:46.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:16:46.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:16:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:48 smithi026 ceph-mon[108096]: pgmap v1617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:48 smithi070 ceph-mon[113398]: pgmap v1617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:49 smithi026 ceph-mon[108096]: pgmap v1618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:49 smithi070 ceph-mon[113398]: pgmap v1618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:52 smithi026 ceph-mon[108096]: pgmap v1619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:52 smithi070 ceph-mon[113398]: pgmap v1619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:54 smithi026 ceph-mon[108096]: pgmap v1620: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:54 smithi070 ceph-mon[113398]: pgmap v1620: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:56 smithi026 ceph-mon[108096]: pgmap v1621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:56 smithi070 ceph-mon[113398]: pgmap v1621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:58 smithi026 ceph-mon[108096]: pgmap v1622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:58 smithi070 ceph-mon[113398]: pgmap v1622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:16:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:16:59 smithi026 ceph-mon[108096]: pgmap v1623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:16:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:16:59 smithi070 ceph-mon[113398]: pgmap v1623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:02 smithi026 ceph-mon[108096]: pgmap v1624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:02 smithi070 ceph-mon[113398]: pgmap v1624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:04 smithi026 ceph-mon[108096]: pgmap v1625: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:04 smithi070 ceph-mon[113398]: pgmap v1625: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:06 smithi026 ceph-mon[108096]: pgmap v1626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:06 smithi070 ceph-mon[113398]: pgmap v1626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:08 smithi026 ceph-mon[108096]: pgmap v1627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:08 smithi070 ceph-mon[113398]: pgmap v1627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:09 smithi026 ceph-mon[108096]: pgmap v1628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:09 smithi070 ceph-mon[113398]: pgmap v1628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:12 smithi026 ceph-mon[108096]: pgmap v1629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:12 smithi070 ceph-mon[113398]: pgmap v1629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:14 smithi026 ceph-mon[108096]: pgmap v1630: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:14 smithi070 ceph-mon[113398]: pgmap v1630: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:16 smithi026 ceph-mon[108096]: pgmap v1631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:16 smithi070 ceph-mon[113398]: pgmap v1631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:18 smithi026 ceph-mon[108096]: pgmap v1632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:18 smithi070 ceph-mon[113398]: pgmap v1632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:19 smithi026 ceph-mon[108096]: pgmap v1633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:19 smithi070 ceph-mon[113398]: pgmap v1633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:22 smithi026 ceph-mon[108096]: pgmap v1634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:22 smithi070 ceph-mon[113398]: pgmap v1634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:24 smithi026 ceph-mon[108096]: pgmap v1635: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:24 smithi070 ceph-mon[113398]: pgmap v1635: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:26 smithi026 ceph-mon[108096]: pgmap v1636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:26 smithi070 ceph-mon[113398]: pgmap v1636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:28 smithi026 ceph-mon[108096]: pgmap v1637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:28 smithi070 ceph-mon[113398]: pgmap v1637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:29 smithi026 ceph-mon[108096]: pgmap v1638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:29 smithi070 ceph-mon[113398]: pgmap v1638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:32 smithi026 ceph-mon[108096]: pgmap v1639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:32 smithi070 ceph-mon[113398]: pgmap v1639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:34 smithi026 ceph-mon[108096]: pgmap v1640: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:34 smithi070 ceph-mon[113398]: pgmap v1640: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:36 smithi026 ceph-mon[108096]: pgmap v1641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:36 smithi070 ceph-mon[113398]: pgmap v1641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:38 smithi026 ceph-mon[108096]: pgmap v1642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:38 smithi070 ceph-mon[113398]: pgmap v1642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:39 smithi026 ceph-mon[108096]: pgmap v1643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:39 smithi070 ceph-mon[113398]: pgmap v1643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:42 smithi026 ceph-mon[108096]: pgmap v1644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:42 smithi070 ceph-mon[113398]: pgmap v1644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:44 smithi026 ceph-mon[108096]: pgmap v1645: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:44 smithi070 ceph-mon[113398]: pgmap v1645: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:46 smithi026 ceph-mon[108096]: pgmap v1646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:46 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:17:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:46 smithi070 ceph-mon[113398]: pgmap v1646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:46 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:17:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: pgmap v1647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:48.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:17:48.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:17:48.315 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: pgmap v1647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:48.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:48.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:17:48.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:17:48.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:17:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:49 smithi026 ceph-mon[108096]: pgmap v1648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:49 smithi070 ceph-mon[113398]: pgmap v1648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:52 smithi026 ceph-mon[108096]: pgmap v1649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:52 smithi070 ceph-mon[113398]: pgmap v1649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:54 smithi026 ceph-mon[108096]: pgmap v1650: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:54 smithi070 ceph-mon[113398]: pgmap v1650: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:56 smithi026 ceph-mon[108096]: pgmap v1651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:56 smithi070 ceph-mon[113398]: pgmap v1651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:58 smithi026 ceph-mon[108096]: pgmap v1652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:58 smithi070 ceph-mon[113398]: pgmap v1652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:17:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:17:59 smithi026 ceph-mon[108096]: pgmap v1653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:17:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:17:59 smithi070 ceph-mon[113398]: pgmap v1653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:02 smithi026 ceph-mon[108096]: pgmap v1654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:02 smithi070 ceph-mon[113398]: pgmap v1654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:04 smithi026 ceph-mon[108096]: pgmap v1655: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:04 smithi070 ceph-mon[113398]: pgmap v1655: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:06 smithi026 ceph-mon[108096]: pgmap v1656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:06 smithi070 ceph-mon[113398]: pgmap v1656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:08 smithi026 ceph-mon[108096]: pgmap v1657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:08 smithi070 ceph-mon[113398]: pgmap v1657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:09 smithi026 ceph-mon[108096]: pgmap v1658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:09 smithi070 ceph-mon[113398]: pgmap v1658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:12 smithi026 ceph-mon[108096]: pgmap v1659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:12 smithi070 ceph-mon[113398]: pgmap v1659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:14 smithi026 ceph-mon[108096]: pgmap v1660: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:14 smithi070 ceph-mon[113398]: pgmap v1660: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:16 smithi026 ceph-mon[108096]: pgmap v1661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:16 smithi070 ceph-mon[113398]: pgmap v1661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:18 smithi026 ceph-mon[108096]: pgmap v1662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:18 smithi070 ceph-mon[113398]: pgmap v1662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:19 smithi026 ceph-mon[108096]: pgmap v1663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:19 smithi070 ceph-mon[113398]: pgmap v1663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:22 smithi026 ceph-mon[108096]: pgmap v1664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:22 smithi070 ceph-mon[113398]: pgmap v1664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:24 smithi026 ceph-mon[108096]: pgmap v1665: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:24 smithi070 ceph-mon[113398]: pgmap v1665: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:26 smithi026 ceph-mon[108096]: pgmap v1666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:26 smithi070 ceph-mon[113398]: pgmap v1666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:28 smithi026 ceph-mon[108096]: pgmap v1667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:28 smithi070 ceph-mon[113398]: pgmap v1667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:29 smithi026 ceph-mon[108096]: pgmap v1668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:29 smithi070 ceph-mon[113398]: pgmap v1668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:32 smithi026 ceph-mon[108096]: pgmap v1669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:32 smithi070 ceph-mon[113398]: pgmap v1669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:34 smithi026 ceph-mon[108096]: pgmap v1670: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:34 smithi070 ceph-mon[113398]: pgmap v1670: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:36 smithi026 ceph-mon[108096]: pgmap v1671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:36 smithi070 ceph-mon[113398]: pgmap v1671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:38 smithi026 ceph-mon[108096]: pgmap v1672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:38 smithi070 ceph-mon[113398]: pgmap v1672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:39 smithi026 ceph-mon[108096]: pgmap v1673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:39 smithi070 ceph-mon[113398]: pgmap v1673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:42.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:42 smithi026 ceph-mon[108096]: pgmap v1674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:42 smithi070 ceph-mon[113398]: pgmap v1674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:44 smithi026 ceph-mon[108096]: pgmap v1675: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:44 smithi070 ceph-mon[113398]: pgmap v1675: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:46 smithi026 ceph-mon[108096]: pgmap v1676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:46 smithi070 ceph-mon[113398]: pgmap v1676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:48 smithi026 ceph-mon[108096]: pgmap v1677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:48.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:48 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:18:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:48 smithi070 ceph-mon[113398]: pgmap v1677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:48 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:18:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:18:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:18:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:18:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:18:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:18:49.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:18:50.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:50 smithi026 ceph-mon[108096]: pgmap v1678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:50 smithi070 ceph-mon[113398]: pgmap v1678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:52 smithi026 ceph-mon[108096]: pgmap v1679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:52 smithi070 ceph-mon[113398]: pgmap v1679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:54.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:54 smithi026 ceph-mon[108096]: pgmap v1680: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:54 smithi070 ceph-mon[113398]: pgmap v1680: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:56 smithi026 ceph-mon[108096]: pgmap v1681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:56 smithi070 ceph-mon[113398]: pgmap v1681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:58 smithi026 ceph-mon[108096]: pgmap v1682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:58 smithi070 ceph-mon[113398]: pgmap v1682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:18:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:18:59 smithi026 ceph-mon[108096]: pgmap v1683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:18:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:18:59 smithi070 ceph-mon[113398]: pgmap v1683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:02 smithi026 ceph-mon[108096]: pgmap v1684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:02 smithi070 ceph-mon[113398]: pgmap v1684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:04 smithi026 ceph-mon[108096]: pgmap v1685: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:04 smithi070 ceph-mon[113398]: pgmap v1685: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:06 smithi026 ceph-mon[108096]: pgmap v1686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:06 smithi070 ceph-mon[113398]: pgmap v1686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:08 smithi026 ceph-mon[108096]: pgmap v1687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:08 smithi070 ceph-mon[113398]: pgmap v1687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:09 smithi026 ceph-mon[108096]: pgmap v1688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:09 smithi070 ceph-mon[113398]: pgmap v1688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:12 smithi026 ceph-mon[108096]: pgmap v1689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:12 smithi070 ceph-mon[113398]: pgmap v1689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:14 smithi026 ceph-mon[108096]: pgmap v1690: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:14 smithi070 ceph-mon[113398]: pgmap v1690: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:16 smithi026 ceph-mon[108096]: pgmap v1691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:16 smithi070 ceph-mon[113398]: pgmap v1691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:18 smithi026 ceph-mon[108096]: pgmap v1692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:18 smithi070 ceph-mon[113398]: pgmap v1692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:19 smithi026 ceph-mon[108096]: pgmap v1693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:19 smithi070 ceph-mon[113398]: pgmap v1693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:22 smithi026 ceph-mon[108096]: pgmap v1694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:22 smithi070 ceph-mon[113398]: pgmap v1694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:24 smithi026 ceph-mon[108096]: pgmap v1695: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:24 smithi070 ceph-mon[113398]: pgmap v1695: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:26 smithi026 ceph-mon[108096]: pgmap v1696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:26 smithi070 ceph-mon[113398]: pgmap v1696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:28 smithi026 ceph-mon[108096]: pgmap v1697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:28 smithi070 ceph-mon[113398]: pgmap v1697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:29 smithi026 ceph-mon[108096]: pgmap v1698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:29 smithi070 ceph-mon[113398]: pgmap v1698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:32 smithi026 ceph-mon[108096]: pgmap v1699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:32 smithi070 ceph-mon[113398]: pgmap v1699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:34 smithi026 ceph-mon[108096]: pgmap v1700: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:34 smithi070 ceph-mon[113398]: pgmap v1700: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:36 smithi026 ceph-mon[108096]: pgmap v1701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:36 smithi070 ceph-mon[113398]: pgmap v1701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:38 smithi026 ceph-mon[108096]: pgmap v1702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:38 smithi070 ceph-mon[113398]: pgmap v1702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:39 smithi026 ceph-mon[108096]: pgmap v1703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:39 smithi070 ceph-mon[113398]: pgmap v1703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:42 smithi026 ceph-mon[108096]: pgmap v1704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:42 smithi070 ceph-mon[113398]: pgmap v1704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:44 smithi026 ceph-mon[108096]: pgmap v1705: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:44 smithi070 ceph-mon[113398]: pgmap v1705: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:46 smithi026 ceph-mon[108096]: pgmap v1706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:46 smithi070 ceph-mon[113398]: pgmap v1706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:48 smithi026 ceph-mon[108096]: pgmap v1707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:48 smithi070 ceph-mon[113398]: pgmap v1707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:49.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:19:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:19:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:19:49.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:19:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:19:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:19:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:19:49.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:19:50.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:50 smithi026 ceph-mon[108096]: pgmap v1708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:50.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:50 smithi070 ceph-mon[113398]: pgmap v1708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:52 smithi026 ceph-mon[108096]: pgmap v1709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:52 smithi070 ceph-mon[113398]: pgmap v1709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:54 smithi026 ceph-mon[108096]: pgmap v1710: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:54 smithi070 ceph-mon[113398]: pgmap v1710: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:56 smithi026 ceph-mon[108096]: pgmap v1711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:56 smithi070 ceph-mon[113398]: pgmap v1711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:58 smithi026 ceph-mon[108096]: pgmap v1712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:58 smithi070 ceph-mon[113398]: pgmap v1712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:19:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:19:59 smithi026 ceph-mon[108096]: pgmap v1713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:19:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:19:59 smithi070 ceph-mon[113398]: pgmap v1713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:00.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T11:20:00.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T11:20:01.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:01 smithi026 ceph-mon[108096]: pgmap v1714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:01.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:01 smithi070 ceph-mon[113398]: pgmap v1714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:04 smithi026 ceph-mon[108096]: pgmap v1715: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:04 smithi070 ceph-mon[113398]: pgmap v1715: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:06 smithi026 ceph-mon[108096]: pgmap v1716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:06 smithi070 ceph-mon[113398]: pgmap v1716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:08 smithi026 ceph-mon[108096]: pgmap v1717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:08 smithi070 ceph-mon[113398]: pgmap v1717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:09 smithi026 ceph-mon[108096]: pgmap v1718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:09 smithi070 ceph-mon[113398]: pgmap v1718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:12.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:12 smithi026 ceph-mon[108096]: pgmap v1719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:12 smithi070 ceph-mon[113398]: pgmap v1719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:14 smithi026 ceph-mon[108096]: pgmap v1720: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:14 smithi070 ceph-mon[113398]: pgmap v1720: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:16 smithi026 ceph-mon[108096]: pgmap v1721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:16 smithi070 ceph-mon[113398]: pgmap v1721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:18 smithi026 ceph-mon[108096]: pgmap v1722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:18 smithi070 ceph-mon[113398]: pgmap v1722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:19 smithi026 ceph-mon[108096]: pgmap v1723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:19 smithi070 ceph-mon[113398]: pgmap v1723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:22 smithi026 ceph-mon[108096]: pgmap v1724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:22 smithi070 ceph-mon[113398]: pgmap v1724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:24 smithi026 ceph-mon[108096]: pgmap v1725: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:24 smithi070 ceph-mon[113398]: pgmap v1725: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:26 smithi026 ceph-mon[108096]: pgmap v1726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:26 smithi070 ceph-mon[113398]: pgmap v1726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:28 smithi026 ceph-mon[108096]: pgmap v1727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:28 smithi070 ceph-mon[113398]: pgmap v1727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:29 smithi026 ceph-mon[108096]: pgmap v1728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:29 smithi070 ceph-mon[113398]: pgmap v1728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:32.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:32 smithi026 ceph-mon[108096]: pgmap v1729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:32 smithi070 ceph-mon[113398]: pgmap v1729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:34 smithi026 ceph-mon[108096]: pgmap v1730: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:34 smithi070 ceph-mon[113398]: pgmap v1730: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:36 smithi026 ceph-mon[108096]: pgmap v1731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:36 smithi070 ceph-mon[113398]: pgmap v1731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:38 smithi026 ceph-mon[108096]: pgmap v1732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:38 smithi070 ceph-mon[113398]: pgmap v1732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:39 smithi026 ceph-mon[108096]: pgmap v1733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:39 smithi070 ceph-mon[113398]: pgmap v1733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:42.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:42 smithi026 ceph-mon[108096]: pgmap v1734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:42 smithi070 ceph-mon[113398]: pgmap v1734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:44 smithi026 ceph-mon[108096]: pgmap v1735: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:44 smithi070 ceph-mon[113398]: pgmap v1735: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:46 smithi026 ceph-mon[108096]: pgmap v1736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:46 smithi070 ceph-mon[113398]: pgmap v1736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:48 smithi026 ceph-mon[108096]: pgmap v1737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:48 smithi070 ceph-mon[113398]: pgmap v1737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:20:49.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:49 smithi026 ceph-mon[108096]: pgmap v1738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:49.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:20:49.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:20:49.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:49 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:20:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:20:49.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:49 smithi070 ceph-mon[113398]: pgmap v1738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:49.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:20:49.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:20:49.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:49 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:20:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:52 smithi026 ceph-mon[108096]: pgmap v1739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:52 smithi070 ceph-mon[113398]: pgmap v1739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:54 smithi026 ceph-mon[108096]: pgmap v1740: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:54 smithi070 ceph-mon[113398]: pgmap v1740: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:56 smithi026 ceph-mon[108096]: pgmap v1741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:56 smithi070 ceph-mon[113398]: pgmap v1741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:58 smithi026 ceph-mon[108096]: pgmap v1742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:58 smithi070 ceph-mon[113398]: pgmap v1742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:20:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:20:59 smithi026 ceph-mon[108096]: pgmap v1743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:20:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:20:59 smithi070 ceph-mon[113398]: pgmap v1743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:02 smithi026 ceph-mon[108096]: pgmap v1744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:02 smithi070 ceph-mon[113398]: pgmap v1744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:04 smithi026 ceph-mon[108096]: pgmap v1745: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:04 smithi070 ceph-mon[113398]: pgmap v1745: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:06 smithi026 ceph-mon[108096]: pgmap v1746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:06 smithi070 ceph-mon[113398]: pgmap v1746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:08 smithi026 ceph-mon[108096]: pgmap v1747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:08 smithi070 ceph-mon[113398]: pgmap v1747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:09 smithi026 ceph-mon[108096]: pgmap v1748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:09 smithi070 ceph-mon[113398]: pgmap v1748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:12 smithi026 ceph-mon[108096]: pgmap v1749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:12 smithi070 ceph-mon[113398]: pgmap v1749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:14 smithi026 ceph-mon[108096]: pgmap v1750: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:14 smithi070 ceph-mon[113398]: pgmap v1750: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:16 smithi026 ceph-mon[108096]: pgmap v1751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:16 smithi070 ceph-mon[113398]: pgmap v1751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:18 smithi026 ceph-mon[108096]: pgmap v1752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:18 smithi070 ceph-mon[113398]: pgmap v1752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:19 smithi026 ceph-mon[108096]: pgmap v1753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:19 smithi070 ceph-mon[113398]: pgmap v1753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:22 smithi026 ceph-mon[108096]: pgmap v1754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:22 smithi070 ceph-mon[113398]: pgmap v1754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:24 smithi026 ceph-mon[108096]: pgmap v1755: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:24 smithi070 ceph-mon[113398]: pgmap v1755: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:26 smithi026 ceph-mon[108096]: pgmap v1756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:26 smithi070 ceph-mon[113398]: pgmap v1756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:28 smithi026 ceph-mon[108096]: pgmap v1757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:28 smithi070 ceph-mon[113398]: pgmap v1757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:29 smithi026 ceph-mon[108096]: pgmap v1758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:29 smithi070 ceph-mon[113398]: pgmap v1758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:32 smithi026 ceph-mon[108096]: pgmap v1759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:32 smithi070 ceph-mon[113398]: pgmap v1759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:34 smithi026 ceph-mon[108096]: pgmap v1760: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:34 smithi070 ceph-mon[113398]: pgmap v1760: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:36 smithi026 ceph-mon[108096]: pgmap v1761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:36 smithi070 ceph-mon[113398]: pgmap v1761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:38 smithi026 ceph-mon[108096]: pgmap v1762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:38 smithi070 ceph-mon[113398]: pgmap v1762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:39 smithi026 ceph-mon[108096]: pgmap v1763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:39 smithi070 ceph-mon[113398]: pgmap v1763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:42 smithi026 ceph-mon[108096]: pgmap v1764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:42 smithi070 ceph-mon[113398]: pgmap v1764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:44 smithi026 ceph-mon[108096]: pgmap v1765: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:44 smithi070 ceph-mon[113398]: pgmap v1765: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:46 smithi026 ceph-mon[108096]: pgmap v1766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:46 smithi070 ceph-mon[113398]: pgmap v1766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:48 smithi026 ceph-mon[108096]: pgmap v1767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:48 smithi070 ceph-mon[113398]: pgmap v1767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:49 smithi026 ceph-mon[108096]: pgmap v1768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:49 smithi070 ceph-mon[113398]: pgmap v1768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:50.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:21:50.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:21:50.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:21:50.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:21:50.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:21:50.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:21:50.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:21:50.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:21:51.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:51 smithi026 ceph-mon[108096]: pgmap v1769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:51.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:51 smithi070 ceph-mon[113398]: pgmap v1769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:54 smithi026 ceph-mon[108096]: pgmap v1770: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:54 smithi070 ceph-mon[113398]: pgmap v1770: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:56 smithi026 ceph-mon[108096]: pgmap v1771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:56 smithi070 ceph-mon[113398]: pgmap v1771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:58 smithi026 ceph-mon[108096]: pgmap v1772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:58 smithi070 ceph-mon[113398]: pgmap v1772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:21:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:21:59 smithi026 ceph-mon[108096]: pgmap v1773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:21:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:21:59 smithi070 ceph-mon[113398]: pgmap v1773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:02 smithi026 ceph-mon[108096]: pgmap v1774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:02 smithi070 ceph-mon[113398]: pgmap v1774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:04.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:04 smithi026 ceph-mon[108096]: pgmap v1775: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:04 smithi070 ceph-mon[113398]: pgmap v1775: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:06 smithi026 ceph-mon[108096]: pgmap v1776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:06 smithi070 ceph-mon[113398]: pgmap v1776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:08 smithi026 ceph-mon[108096]: pgmap v1777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:08 smithi070 ceph-mon[113398]: pgmap v1777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:09 smithi026 ceph-mon[108096]: pgmap v1778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:09 smithi070 ceph-mon[113398]: pgmap v1778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:12 smithi026 ceph-mon[108096]: pgmap v1779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:12 smithi070 ceph-mon[113398]: pgmap v1779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:14 smithi026 ceph-mon[108096]: pgmap v1780: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:14 smithi070 ceph-mon[113398]: pgmap v1780: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:16 smithi026 ceph-mon[108096]: pgmap v1781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:16 smithi070 ceph-mon[113398]: pgmap v1781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:18 smithi026 ceph-mon[108096]: pgmap v1782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:18 smithi070 ceph-mon[113398]: pgmap v1782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:19 smithi026 ceph-mon[108096]: pgmap v1783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:19 smithi070 ceph-mon[113398]: pgmap v1783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:22 smithi026 ceph-mon[108096]: pgmap v1784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:22 smithi070 ceph-mon[113398]: pgmap v1784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:24 smithi026 ceph-mon[108096]: pgmap v1785: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:24.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:24 smithi070 ceph-mon[113398]: pgmap v1785: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:26 smithi026 ceph-mon[108096]: pgmap v1786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:26 smithi070 ceph-mon[113398]: pgmap v1786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:28 smithi026 ceph-mon[108096]: pgmap v1787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:28 smithi070 ceph-mon[113398]: pgmap v1787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:29 smithi026 ceph-mon[108096]: pgmap v1788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:29 smithi070 ceph-mon[113398]: pgmap v1788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:32 smithi026 ceph-mon[108096]: pgmap v1789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:32 smithi070 ceph-mon[113398]: pgmap v1789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:34 smithi026 ceph-mon[108096]: pgmap v1790: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:34 smithi070 ceph-mon[113398]: pgmap v1790: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:36 smithi026 ceph-mon[108096]: pgmap v1791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:36 smithi070 ceph-mon[113398]: pgmap v1791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:38 smithi026 ceph-mon[108096]: pgmap v1792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:38 smithi070 ceph-mon[113398]: pgmap v1792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:39 smithi026 ceph-mon[108096]: pgmap v1793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:39 smithi070 ceph-mon[113398]: pgmap v1793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:42 smithi026 ceph-mon[108096]: pgmap v1794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:42 smithi070 ceph-mon[113398]: pgmap v1794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:44 smithi026 ceph-mon[108096]: pgmap v1795: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:44 smithi070 ceph-mon[113398]: pgmap v1795: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:46 smithi026 ceph-mon[108096]: pgmap v1796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:46 smithi070 ceph-mon[113398]: pgmap v1796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:48 smithi026 ceph-mon[108096]: pgmap v1797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:48 smithi070 ceph-mon[113398]: pgmap v1797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:49 smithi026 ceph-mon[108096]: pgmap v1798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:49 smithi070 ceph-mon[113398]: pgmap v1798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:50.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:22:50.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:22:50.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:22:50.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:22:50.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:22:50.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:22:50.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:22:50.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:22:51.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:51 smithi026 ceph-mon[108096]: pgmap v1799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:51.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:51 smithi070 ceph-mon[113398]: pgmap v1799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:54 smithi026 ceph-mon[108096]: pgmap v1800: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:54 smithi070 ceph-mon[113398]: pgmap v1800: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:56 smithi026 ceph-mon[108096]: pgmap v1801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:56 smithi070 ceph-mon[113398]: pgmap v1801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:58.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:58 smithi026 ceph-mon[108096]: pgmap v1802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:58.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:58 smithi070 ceph-mon[113398]: pgmap v1802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:22:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:22:59 smithi026 ceph-mon[108096]: pgmap v1803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:22:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:22:59 smithi070 ceph-mon[113398]: pgmap v1803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:02 smithi026 ceph-mon[108096]: pgmap v1804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:02 smithi070 ceph-mon[113398]: pgmap v1804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:04 smithi026 ceph-mon[108096]: pgmap v1805: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:04 smithi070 ceph-mon[113398]: pgmap v1805: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:06 smithi026 ceph-mon[108096]: pgmap v1806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:06 smithi070 ceph-mon[113398]: pgmap v1806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:08 smithi026 ceph-mon[108096]: pgmap v1807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:08 smithi070 ceph-mon[113398]: pgmap v1807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:09 smithi026 ceph-mon[108096]: pgmap v1808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:09 smithi070 ceph-mon[113398]: pgmap v1808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:12 smithi026 ceph-mon[108096]: pgmap v1809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:12 smithi070 ceph-mon[113398]: pgmap v1809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:14.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:14 smithi026 ceph-mon[108096]: pgmap v1810: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:14 smithi070 ceph-mon[113398]: pgmap v1810: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:16 smithi026 ceph-mon[108096]: pgmap v1811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:16 smithi070 ceph-mon[113398]: pgmap v1811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:18 smithi026 ceph-mon[108096]: pgmap v1812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:18 smithi070 ceph-mon[113398]: pgmap v1812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:19 smithi026 ceph-mon[108096]: pgmap v1813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:19 smithi070 ceph-mon[113398]: pgmap v1813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:22 smithi026 ceph-mon[108096]: pgmap v1814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:22 smithi070 ceph-mon[113398]: pgmap v1814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:24 smithi026 ceph-mon[108096]: pgmap v1815: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:24 smithi070 ceph-mon[113398]: pgmap v1815: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:26 smithi026 ceph-mon[108096]: pgmap v1816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:26 smithi070 ceph-mon[113398]: pgmap v1816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:28 smithi026 ceph-mon[108096]: pgmap v1817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:28 smithi070 ceph-mon[113398]: pgmap v1817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:29 smithi026 ceph-mon[108096]: pgmap v1818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:29 smithi070 ceph-mon[113398]: pgmap v1818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:32 smithi026 ceph-mon[108096]: pgmap v1819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:32 smithi070 ceph-mon[113398]: pgmap v1819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:34 smithi026 ceph-mon[108096]: pgmap v1820: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:34 smithi070 ceph-mon[113398]: pgmap v1820: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:36 smithi026 ceph-mon[108096]: pgmap v1821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:36 smithi070 ceph-mon[113398]: pgmap v1821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:38 smithi026 ceph-mon[108096]: pgmap v1822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:38 smithi070 ceph-mon[113398]: pgmap v1822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:39 smithi026 ceph-mon[108096]: pgmap v1823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:39 smithi070 ceph-mon[113398]: pgmap v1823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:42 smithi026 ceph-mon[108096]: pgmap v1824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:42 smithi070 ceph-mon[113398]: pgmap v1824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:44.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:44 smithi026 ceph-mon[108096]: pgmap v1825: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:44 smithi070 ceph-mon[113398]: pgmap v1825: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:46.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:46 smithi026 ceph-mon[108096]: pgmap v1826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:46 smithi070 ceph-mon[113398]: pgmap v1826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:48 smithi026 ceph-mon[108096]: pgmap v1827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:48 smithi070 ceph-mon[113398]: pgmap v1827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:49 smithi026 ceph-mon[108096]: pgmap v1828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:49 smithi070 ceph-mon[113398]: pgmap v1828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:50.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:50 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:23:51.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:50 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:23:51.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:23:51.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:23:51.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:23:51.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:51 smithi026 ceph-mon[108096]: pgmap v1829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:52.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:23:52.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:23:52.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:23:52.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:51 smithi070 ceph-mon[113398]: pgmap v1829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:54.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:54 smithi026 ceph-mon[108096]: pgmap v1830: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:54 smithi070 ceph-mon[113398]: pgmap v1830: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:56 smithi026 ceph-mon[108096]: pgmap v1831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:56 smithi070 ceph-mon[113398]: pgmap v1831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:58.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:58 smithi026 ceph-mon[108096]: pgmap v1832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:58 smithi070 ceph-mon[113398]: pgmap v1832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:23:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:23:59 smithi026 ceph-mon[108096]: pgmap v1833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:23:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:23:59 smithi070 ceph-mon[113398]: pgmap v1833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:02 smithi026 ceph-mon[108096]: pgmap v1834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:02 smithi070 ceph-mon[113398]: pgmap v1834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:04 smithi026 ceph-mon[108096]: pgmap v1835: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:04 smithi070 ceph-mon[113398]: pgmap v1835: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:06 smithi026 ceph-mon[108096]: pgmap v1836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:06 smithi070 ceph-mon[113398]: pgmap v1836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:08.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:08 smithi026 ceph-mon[108096]: pgmap v1837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:08 smithi070 ceph-mon[113398]: pgmap v1837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:09 smithi026 ceph-mon[108096]: pgmap v1838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:09 smithi070 ceph-mon[113398]: pgmap v1838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:12 smithi026 ceph-mon[108096]: pgmap v1839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:12 smithi070 ceph-mon[113398]: pgmap v1839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:14 smithi026 ceph-mon[108096]: pgmap v1840: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:14 smithi070 ceph-mon[113398]: pgmap v1840: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:16 smithi026 ceph-mon[108096]: pgmap v1841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:16 smithi070 ceph-mon[113398]: pgmap v1841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:18 smithi026 ceph-mon[108096]: pgmap v1842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:18 smithi070 ceph-mon[113398]: pgmap v1842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:19 smithi026 ceph-mon[108096]: pgmap v1843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:19 smithi070 ceph-mon[113398]: pgmap v1843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:22 smithi026 ceph-mon[108096]: pgmap v1844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:22 smithi070 ceph-mon[113398]: pgmap v1844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:24 smithi026 ceph-mon[108096]: pgmap v1845: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:24 smithi070 ceph-mon[113398]: pgmap v1845: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:26 smithi026 ceph-mon[108096]: pgmap v1846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:26 smithi070 ceph-mon[113398]: pgmap v1846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:28 smithi026 ceph-mon[108096]: pgmap v1847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:28 smithi070 ceph-mon[113398]: pgmap v1847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:29 smithi026 ceph-mon[108096]: pgmap v1848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:29 smithi070 ceph-mon[113398]: pgmap v1848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:32 smithi026 ceph-mon[108096]: pgmap v1849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:32 smithi070 ceph-mon[113398]: pgmap v1849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:34 smithi026 ceph-mon[108096]: pgmap v1850: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:34 smithi070 ceph-mon[113398]: pgmap v1850: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:36 smithi026 ceph-mon[108096]: pgmap v1851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:36 smithi070 ceph-mon[113398]: pgmap v1851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:38 smithi026 ceph-mon[108096]: pgmap v1852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:38 smithi070 ceph-mon[113398]: pgmap v1852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:39 smithi026 ceph-mon[108096]: pgmap v1853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:39 smithi070 ceph-mon[113398]: pgmap v1853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:42 smithi026 ceph-mon[108096]: pgmap v1854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:42 smithi070 ceph-mon[113398]: pgmap v1854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:44 smithi026 ceph-mon[108096]: pgmap v1855: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:44 smithi070 ceph-mon[113398]: pgmap v1855: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:46 smithi026 ceph-mon[108096]: pgmap v1856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:46 smithi070 ceph-mon[113398]: pgmap v1856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:48.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:48 smithi026 ceph-mon[108096]: pgmap v1857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:48 smithi070 ceph-mon[113398]: pgmap v1857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:49 smithi026 ceph-mon[108096]: pgmap v1858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:49 smithi070 ceph-mon[113398]: pgmap v1858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:51.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:51 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:24:51.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:51 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:24:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: pgmap v1859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:52.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:24:52.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:24:52.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:52 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: pgmap v1859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:52.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:24:52.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:24:52.816 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:52 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:24:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:54 smithi026 ceph-mon[108096]: pgmap v1860: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:54 smithi070 ceph-mon[113398]: pgmap v1860: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:56 smithi026 ceph-mon[108096]: pgmap v1861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:56 smithi070 ceph-mon[113398]: pgmap v1861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:58 smithi026 ceph-mon[108096]: pgmap v1862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:58 smithi070 ceph-mon[113398]: pgmap v1862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:24:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:24:59 smithi026 ceph-mon[108096]: pgmap v1863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:24:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:24:59 smithi070 ceph-mon[113398]: pgmap v1863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:02 smithi026 ceph-mon[108096]: pgmap v1864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:02 smithi070 ceph-mon[113398]: pgmap v1864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:04 smithi026 ceph-mon[108096]: pgmap v1865: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:04 smithi070 ceph-mon[113398]: pgmap v1865: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:06.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:06 smithi026 ceph-mon[108096]: pgmap v1866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:06 smithi070 ceph-mon[113398]: pgmap v1866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:08.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:08 smithi026 ceph-mon[108096]: pgmap v1867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:08 smithi070 ceph-mon[113398]: pgmap v1867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:09 smithi026 ceph-mon[108096]: pgmap v1868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:09 smithi070 ceph-mon[113398]: pgmap v1868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:12 smithi026 ceph-mon[108096]: pgmap v1869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:12 smithi070 ceph-mon[113398]: pgmap v1869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:14.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:14 smithi026 ceph-mon[108096]: pgmap v1870: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:14 smithi070 ceph-mon[113398]: pgmap v1870: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:16.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:16 smithi026 ceph-mon[108096]: pgmap v1871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:16 smithi070 ceph-mon[113398]: pgmap v1871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:18.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:18 smithi026 ceph-mon[108096]: pgmap v1872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:18 smithi070 ceph-mon[113398]: pgmap v1872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:19 smithi026 ceph-mon[108096]: pgmap v1873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:19 smithi070 ceph-mon[113398]: pgmap v1873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:22.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:22 smithi026 ceph-mon[108096]: pgmap v1874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:22 smithi070 ceph-mon[113398]: pgmap v1874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:24.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:24 smithi026 ceph-mon[108096]: pgmap v1875: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:24 smithi070 ceph-mon[113398]: pgmap v1875: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:26.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:26 smithi026 ceph-mon[108096]: pgmap v1876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:26.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:26 smithi070 ceph-mon[113398]: pgmap v1876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:28.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:28 smithi026 ceph-mon[108096]: pgmap v1877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:28 smithi070 ceph-mon[113398]: pgmap v1877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:29 smithi026 ceph-mon[108096]: pgmap v1878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:29 smithi070 ceph-mon[113398]: pgmap v1878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:32.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:32 smithi026 ceph-mon[108096]: pgmap v1879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:32 smithi070 ceph-mon[113398]: pgmap v1879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:34.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:34 smithi026 ceph-mon[108096]: pgmap v1880: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:34 smithi070 ceph-mon[113398]: pgmap v1880: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:36.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:36 smithi026 ceph-mon[108096]: pgmap v1881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:36 smithi070 ceph-mon[113398]: pgmap v1881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:38.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:38 smithi026 ceph-mon[108096]: pgmap v1882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:38 smithi070 ceph-mon[113398]: pgmap v1882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:39 smithi026 ceph-mon[108096]: pgmap v1883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:39 smithi070 ceph-mon[113398]: pgmap v1883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:42.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:42 smithi026 ceph-mon[108096]: pgmap v1884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:42 smithi070 ceph-mon[113398]: pgmap v1884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:44.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:44 smithi026 ceph-mon[108096]: pgmap v1885: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:44 smithi070 ceph-mon[113398]: pgmap v1885: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:46.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:46 smithi026 ceph-mon[108096]: pgmap v1886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:46 smithi070 ceph-mon[113398]: pgmap v1886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:48 smithi070 ceph-mon[113398]: pgmap v1887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:48 smithi026 ceph-mon[108096]: pgmap v1887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:49 smithi026 ceph-mon[108096]: pgmap v1888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:49 smithi070 ceph-mon[113398]: pgmap v1888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:52.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:52 smithi026 ceph-mon[108096]: pgmap v1889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:52 smithi070 ceph-mon[113398]: pgmap v1889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:53.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:53 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:25:53.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:53 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:25:54.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:54 smithi026 ceph-mon[108096]: pgmap v1890: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:54 smithi070 ceph-mon[113398]: pgmap v1890: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:56.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:56 smithi026 ceph-mon[108096]: pgmap v1891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:56.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:25:56.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:25:56.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:25:56.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:25:56.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:25:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:56 smithi070 ceph-mon[113398]: pgmap v1891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:56.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:56 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:25:56.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:56 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:25:56.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:56 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:25:56.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:56 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:25:56.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:56 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:25:58.480 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:58 smithi026 ceph-mon[108096]: pgmap v1892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:58 smithi070 ceph-mon[113398]: pgmap v1892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:25:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:25:59 smithi026 ceph-mon[108096]: pgmap v1893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:25:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:25:59 smithi070 ceph-mon[113398]: pgmap v1893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:02.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:02 smithi026 ceph-mon[108096]: pgmap v1894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:02 smithi070 ceph-mon[113398]: pgmap v1894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:04.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:04 smithi026 ceph-mon[108096]: pgmap v1895: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:04 smithi070 ceph-mon[113398]: pgmap v1895: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:06 smithi070 ceph-mon[113398]: pgmap v1896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:06 smithi026 ceph-mon[108096]: pgmap v1896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:08 smithi070 ceph-mon[113398]: pgmap v1897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:08 smithi026 ceph-mon[108096]: pgmap v1897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:09 smithi026 ceph-mon[108096]: pgmap v1898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:09 smithi070 ceph-mon[113398]: pgmap v1898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:12.479 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:12 smithi026 ceph-mon[108096]: pgmap v1899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:12 smithi070 ceph-mon[113398]: pgmap v1899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:14 smithi070 ceph-mon[113398]: pgmap v1900: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:14 smithi026 ceph-mon[108096]: pgmap v1900: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:16 smithi070 ceph-mon[113398]: pgmap v1901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:16 smithi026 ceph-mon[108096]: pgmap v1901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:18 smithi070 ceph-mon[113398]: pgmap v1902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:18 smithi026 ceph-mon[108096]: pgmap v1902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:19 smithi026 ceph-mon[108096]: pgmap v1903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:19 smithi070 ceph-mon[113398]: pgmap v1903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:22 smithi070 ceph-mon[113398]: pgmap v1904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:22 smithi026 ceph-mon[108096]: pgmap v1904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:24 smithi070 ceph-mon[113398]: pgmap v1905: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:24 smithi026 ceph-mon[108096]: pgmap v1905: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:26 smithi070 ceph-mon[113398]: pgmap v1906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:26 smithi026 ceph-mon[108096]: pgmap v1906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:28 smithi070 ceph-mon[113398]: pgmap v1907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:28 smithi026 ceph-mon[108096]: pgmap v1907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:29 smithi026 ceph-mon[108096]: pgmap v1908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:29 smithi070 ceph-mon[113398]: pgmap v1908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:32 smithi070 ceph-mon[113398]: pgmap v1909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:32 smithi026 ceph-mon[108096]: pgmap v1909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:34 smithi070 ceph-mon[113398]: pgmap v1910: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:34 smithi026 ceph-mon[108096]: pgmap v1910: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:36 smithi070 ceph-mon[113398]: pgmap v1911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:36 smithi026 ceph-mon[108096]: pgmap v1911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:38 smithi070 ceph-mon[113398]: pgmap v1912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:38 smithi026 ceph-mon[108096]: pgmap v1912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:39 smithi026 ceph-mon[108096]: pgmap v1913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:39 smithi070 ceph-mon[113398]: pgmap v1913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:42 smithi070 ceph-mon[113398]: pgmap v1914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:42 smithi026 ceph-mon[108096]: pgmap v1914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:44 smithi070 ceph-mon[113398]: pgmap v1915: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:44 smithi026 ceph-mon[108096]: pgmap v1915: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:46 smithi070 ceph-mon[113398]: pgmap v1916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:46 smithi026 ceph-mon[108096]: pgmap v1916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:48 smithi070 ceph-mon[113398]: pgmap v1917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:48 smithi026 ceph-mon[108096]: pgmap v1917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:49 smithi026 ceph-mon[108096]: pgmap v1918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:49 smithi070 ceph-mon[113398]: pgmap v1918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:52 smithi070 ceph-mon[113398]: pgmap v1919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:52 smithi026 ceph-mon[108096]: pgmap v1919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:54 smithi070 ceph-mon[113398]: pgmap v1920: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:54 smithi026 ceph-mon[108096]: pgmap v1920: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:56.523 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:56 smithi070 ceph-mon[113398]: pgmap v1921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:56.523 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:56 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:26:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:56 smithi026 ceph-mon[108096]: pgmap v1921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:56.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:56 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:26:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:58 smithi070 ceph-mon[113398]: pgmap v1922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:58.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:26:58.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:26:58.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:26:58.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:26:58.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:26:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:58 smithi026 ceph-mon[108096]: pgmap v1922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:26:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:26:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:26:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:26:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:26:58.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:26:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:26:59 smithi026 ceph-mon[108096]: pgmap v1923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:26:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:26:59 smithi070 ceph-mon[113398]: pgmap v1923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:02 smithi070 ceph-mon[113398]: pgmap v1924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:02 smithi026 ceph-mon[108096]: pgmap v1924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:04.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:04 smithi070 ceph-mon[113398]: pgmap v1925: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:04 smithi026 ceph-mon[108096]: pgmap v1925: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:06 smithi070 ceph-mon[113398]: pgmap v1926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:06 smithi026 ceph-mon[108096]: pgmap v1926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:08 smithi070 ceph-mon[113398]: pgmap v1927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:08 smithi026 ceph-mon[108096]: pgmap v1927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:09 smithi026 ceph-mon[108096]: pgmap v1928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:09 smithi070 ceph-mon[113398]: pgmap v1928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:12 smithi070 ceph-mon[113398]: pgmap v1929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:12 smithi026 ceph-mon[108096]: pgmap v1929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:14 smithi070 ceph-mon[113398]: pgmap v1930: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:14 smithi026 ceph-mon[108096]: pgmap v1930: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:16 smithi070 ceph-mon[113398]: pgmap v1931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:16 smithi026 ceph-mon[108096]: pgmap v1931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:18 smithi070 ceph-mon[113398]: pgmap v1932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:18 smithi026 ceph-mon[108096]: pgmap v1932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:19 smithi026 ceph-mon[108096]: pgmap v1933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:19 smithi070 ceph-mon[113398]: pgmap v1933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:22 smithi070 ceph-mon[113398]: pgmap v1934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:22 smithi026 ceph-mon[108096]: pgmap v1934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:24 smithi070 ceph-mon[113398]: pgmap v1935: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:24 smithi026 ceph-mon[108096]: pgmap v1935: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:26 smithi070 ceph-mon[113398]: pgmap v1936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:26 smithi026 ceph-mon[108096]: pgmap v1936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:28 smithi070 ceph-mon[113398]: pgmap v1937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:28 smithi026 ceph-mon[108096]: pgmap v1937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:29 smithi026 ceph-mon[108096]: pgmap v1938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:29 smithi070 ceph-mon[113398]: pgmap v1938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:32.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:32 smithi070 ceph-mon[113398]: pgmap v1939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:32 smithi026 ceph-mon[108096]: pgmap v1939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:34.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:34 smithi070 ceph-mon[113398]: pgmap v1940: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:34 smithi026 ceph-mon[108096]: pgmap v1940: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:36 smithi070 ceph-mon[113398]: pgmap v1941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:36 smithi026 ceph-mon[108096]: pgmap v1941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:38 smithi070 ceph-mon[113398]: pgmap v1942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:38 smithi026 ceph-mon[108096]: pgmap v1942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:39 smithi026 ceph-mon[108096]: pgmap v1943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:39 smithi070 ceph-mon[113398]: pgmap v1943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:42 smithi070 ceph-mon[113398]: pgmap v1944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:42 smithi026 ceph-mon[108096]: pgmap v1944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:44 smithi070 ceph-mon[113398]: pgmap v1945: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:44 smithi026 ceph-mon[108096]: pgmap v1945: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:46 smithi070 ceph-mon[113398]: pgmap v1946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:46 smithi026 ceph-mon[108096]: pgmap v1946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:48 smithi070 ceph-mon[113398]: pgmap v1947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:48 smithi026 ceph-mon[108096]: pgmap v1947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:49 smithi026 ceph-mon[108096]: pgmap v1948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:49 smithi070 ceph-mon[113398]: pgmap v1948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:52 smithi070 ceph-mon[113398]: pgmap v1949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:52 smithi026 ceph-mon[108096]: pgmap v1949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:54 smithi070 ceph-mon[113398]: pgmap v1950: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:54 smithi026 ceph-mon[108096]: pgmap v1950: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:56 smithi070 ceph-mon[113398]: pgmap v1951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:56 smithi026 ceph-mon[108096]: pgmap v1951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:27:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:58 smithi070 ceph-mon[113398]: pgmap v1952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:58 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:27:58.667 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:58 smithi026 ceph-mon[108096]: pgmap v1952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:27:58.667 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:58 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:28:00.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: pgmap v1953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:00.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:28:00.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:28:00.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:27:59 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:00.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: pgmap v1953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:00.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:28:00.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:28:00.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:27:59 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:28:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:02 smithi070 ceph-mon[113398]: pgmap v1954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:02 smithi026 ceph-mon[108096]: pgmap v1954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:04 smithi070 ceph-mon[113398]: pgmap v1955: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:04 smithi026 ceph-mon[108096]: pgmap v1955: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:06 smithi070 ceph-mon[113398]: pgmap v1956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:06 smithi026 ceph-mon[108096]: pgmap v1956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:08 smithi070 ceph-mon[113398]: pgmap v1957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:08 smithi026 ceph-mon[108096]: pgmap v1957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:09 smithi026 ceph-mon[108096]: pgmap v1958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:09 smithi070 ceph-mon[113398]: pgmap v1958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:12 smithi070 ceph-mon[113398]: pgmap v1959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:12 smithi026 ceph-mon[108096]: pgmap v1959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:14 smithi070 ceph-mon[113398]: pgmap v1960: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:14 smithi026 ceph-mon[108096]: pgmap v1960: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:16 smithi070 ceph-mon[113398]: pgmap v1961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:16 smithi026 ceph-mon[108096]: pgmap v1961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:18 smithi070 ceph-mon[113398]: pgmap v1962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:18 smithi026 ceph-mon[108096]: pgmap v1962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:19 smithi026 ceph-mon[108096]: pgmap v1963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:19 smithi070 ceph-mon[113398]: pgmap v1963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:22 smithi070 ceph-mon[113398]: pgmap v1964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:22 smithi026 ceph-mon[108096]: pgmap v1964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:24 smithi070 ceph-mon[113398]: pgmap v1965: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:24 smithi026 ceph-mon[108096]: pgmap v1965: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:26 smithi070 ceph-mon[113398]: pgmap v1966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:26 smithi026 ceph-mon[108096]: pgmap v1966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:28 smithi070 ceph-mon[113398]: pgmap v1967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:28 smithi026 ceph-mon[108096]: pgmap v1967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:29 smithi026 ceph-mon[108096]: pgmap v1968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:29 smithi070 ceph-mon[113398]: pgmap v1968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:32 smithi070 ceph-mon[113398]: pgmap v1969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:32 smithi026 ceph-mon[108096]: pgmap v1969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:34 smithi070 ceph-mon[113398]: pgmap v1970: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:34 smithi026 ceph-mon[108096]: pgmap v1970: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:36 smithi070 ceph-mon[113398]: pgmap v1971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:36 smithi026 ceph-mon[108096]: pgmap v1971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:38 smithi070 ceph-mon[113398]: pgmap v1972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:38.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:38 smithi026 ceph-mon[108096]: pgmap v1972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:39 smithi026 ceph-mon[108096]: pgmap v1973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:39 smithi070 ceph-mon[113398]: pgmap v1973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:42 smithi070 ceph-mon[113398]: pgmap v1974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:42 smithi026 ceph-mon[108096]: pgmap v1974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:44 smithi070 ceph-mon[113398]: pgmap v1975: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:44 smithi026 ceph-mon[108096]: pgmap v1975: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:46 smithi070 ceph-mon[113398]: pgmap v1976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:46 smithi026 ceph-mon[108096]: pgmap v1976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:48 smithi070 ceph-mon[113398]: pgmap v1977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:48 smithi026 ceph-mon[108096]: pgmap v1977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:49 smithi026 ceph-mon[108096]: pgmap v1978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:49 smithi070 ceph-mon[113398]: pgmap v1978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:52.566 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:52 smithi070 ceph-mon[113398]: pgmap v1979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:52 smithi026 ceph-mon[108096]: pgmap v1979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:54 smithi070 ceph-mon[113398]: pgmap v1980: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:54 smithi026 ceph-mon[108096]: pgmap v1980: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:56 smithi070 ceph-mon[113398]: pgmap v1981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:56 smithi026 ceph-mon[108096]: pgmap v1981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:58 smithi070 ceph-mon[113398]: pgmap v1982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:58 smithi026 ceph-mon[108096]: pgmap v1982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:28:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:28:59 smithi026 ceph-mon[108096]: pgmap v1983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:28:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:28:59 smithi070 ceph-mon[113398]: pgmap v1983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:00.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:00 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:29:00.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:00 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:29:00.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:00 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:29:00.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:00 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:29:00.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:00 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:29:00.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:00 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:29:00.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:00 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:29:00.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:00 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:29:01.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:01 smithi070 ceph-mon[113398]: pgmap v1984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:01.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:01 smithi026 ceph-mon[108096]: pgmap v1984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:04 smithi070 ceph-mon[113398]: pgmap v1985: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:04 smithi026 ceph-mon[108096]: pgmap v1985: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:06 smithi070 ceph-mon[113398]: pgmap v1986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:06 smithi026 ceph-mon[108096]: pgmap v1986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:08 smithi070 ceph-mon[113398]: pgmap v1987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:08 smithi026 ceph-mon[108096]: pgmap v1987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:09.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:09 smithi026 ceph-mon[108096]: pgmap v1988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:09 smithi070 ceph-mon[113398]: pgmap v1988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:12 smithi070 ceph-mon[113398]: pgmap v1989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:12 smithi026 ceph-mon[108096]: pgmap v1989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:14 smithi070 ceph-mon[113398]: pgmap v1990: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:14 smithi026 ceph-mon[108096]: pgmap v1990: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:16 smithi070 ceph-mon[113398]: pgmap v1991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:16 smithi026 ceph-mon[108096]: pgmap v1991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:18 smithi070 ceph-mon[113398]: pgmap v1992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:18 smithi026 ceph-mon[108096]: pgmap v1992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:19 smithi026 ceph-mon[108096]: pgmap v1993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:19 smithi070 ceph-mon[113398]: pgmap v1993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:22 smithi070 ceph-mon[113398]: pgmap v1994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:22 smithi026 ceph-mon[108096]: pgmap v1994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:24 smithi070 ceph-mon[113398]: pgmap v1995: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:24 smithi026 ceph-mon[108096]: pgmap v1995: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:26 smithi070 ceph-mon[113398]: pgmap v1996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:26 smithi026 ceph-mon[108096]: pgmap v1996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:28 smithi070 ceph-mon[113398]: pgmap v1997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:28 smithi026 ceph-mon[108096]: pgmap v1997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:29 smithi026 ceph-mon[108096]: pgmap v1998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:29 smithi070 ceph-mon[113398]: pgmap v1998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:32 smithi070 ceph-mon[113398]: pgmap v1999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:32.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:32 smithi026 ceph-mon[108096]: pgmap v1999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:34 smithi070 ceph-mon[113398]: pgmap v2000: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:34 smithi026 ceph-mon[108096]: pgmap v2000: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:36.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:36 smithi070 ceph-mon[113398]: pgmap v2001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:36 smithi026 ceph-mon[108096]: pgmap v2001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:38 smithi070 ceph-mon[113398]: pgmap v2002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:38.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:38 smithi026 ceph-mon[108096]: pgmap v2002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:39 smithi026 ceph-mon[108096]: pgmap v2003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:39 smithi070 ceph-mon[113398]: pgmap v2003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:42 smithi070 ceph-mon[113398]: pgmap v2004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:42 smithi026 ceph-mon[108096]: pgmap v2004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:44 smithi070 ceph-mon[113398]: pgmap v2005: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:44 smithi026 ceph-mon[108096]: pgmap v2005: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:46 smithi070 ceph-mon[113398]: pgmap v2006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:46 smithi026 ceph-mon[108096]: pgmap v2006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:48 smithi070 ceph-mon[113398]: pgmap v2007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:48 smithi026 ceph-mon[108096]: pgmap v2007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:49 smithi026 ceph-mon[108096]: pgmap v2008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:49 smithi070 ceph-mon[113398]: pgmap v2008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:52 smithi070 ceph-mon[113398]: pgmap v2009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:52 smithi026 ceph-mon[108096]: pgmap v2009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:54 smithi070 ceph-mon[113398]: pgmap v2010: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:54 smithi026 ceph-mon[108096]: pgmap v2010: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:56 smithi070 ceph-mon[113398]: pgmap v2011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:56 smithi026 ceph-mon[108096]: pgmap v2011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:58 smithi070 ceph-mon[113398]: pgmap v2012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:58 smithi026 ceph-mon[108096]: pgmap v2012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:29:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:29:59 smithi026 ceph-mon[108096]: pgmap v2013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:29:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:29:59 smithi070 ceph-mon[113398]: pgmap v2013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:00.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T11:30:00.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:00 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:30:00.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T11:30:00.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:00 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:30:01.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:01 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:30:01.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:01 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:30:01.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:01 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:30:01.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:01 smithi026 ceph-mon[108096]: pgmap v2014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:01.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:01 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:30:01.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:01 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:30:01.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:01 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:30:01.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:01 smithi070 ceph-mon[113398]: pgmap v2014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:04 smithi070 ceph-mon[113398]: pgmap v2015: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:04 smithi026 ceph-mon[108096]: pgmap v2015: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:06 smithi070 ceph-mon[113398]: pgmap v2016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:06 smithi026 ceph-mon[108096]: pgmap v2016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:08 smithi070 ceph-mon[113398]: pgmap v2017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:08 smithi026 ceph-mon[108096]: pgmap v2017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:09 smithi026 ceph-mon[108096]: pgmap v2018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:09 smithi070 ceph-mon[113398]: pgmap v2018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:12 smithi070 ceph-mon[113398]: pgmap v2019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:12 smithi026 ceph-mon[108096]: pgmap v2019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:14 smithi070 ceph-mon[113398]: pgmap v2020: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:14 smithi026 ceph-mon[108096]: pgmap v2020: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:16 smithi070 ceph-mon[113398]: pgmap v2021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:16 smithi026 ceph-mon[108096]: pgmap v2021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:18 smithi070 ceph-mon[113398]: pgmap v2022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:18 smithi026 ceph-mon[108096]: pgmap v2022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:19 smithi026 ceph-mon[108096]: pgmap v2023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:19 smithi070 ceph-mon[113398]: pgmap v2023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:22.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:22 smithi070 ceph-mon[113398]: pgmap v2024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:22.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:22 smithi026 ceph-mon[108096]: pgmap v2024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:24 smithi070 ceph-mon[113398]: pgmap v2025: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:24.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:24 smithi026 ceph-mon[108096]: pgmap v2025: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:26 smithi070 ceph-mon[113398]: pgmap v2026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:26 smithi026 ceph-mon[108096]: pgmap v2026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:28 smithi070 ceph-mon[113398]: pgmap v2027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:28 smithi026 ceph-mon[108096]: pgmap v2027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:29 smithi026 ceph-mon[108096]: pgmap v2028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:29 smithi070 ceph-mon[113398]: pgmap v2028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:32 smithi070 ceph-mon[113398]: pgmap v2029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:32 smithi026 ceph-mon[108096]: pgmap v2029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:34 smithi070 ceph-mon[113398]: pgmap v2030: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:34 smithi026 ceph-mon[108096]: pgmap v2030: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:36 smithi070 ceph-mon[113398]: pgmap v2031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:36 smithi026 ceph-mon[108096]: pgmap v2031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:38 smithi070 ceph-mon[113398]: pgmap v2032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:38 smithi026 ceph-mon[108096]: pgmap v2032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:39 smithi026 ceph-mon[108096]: pgmap v2033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:39 smithi070 ceph-mon[113398]: pgmap v2033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:42 smithi070 ceph-mon[113398]: pgmap v2034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:42 smithi026 ceph-mon[108096]: pgmap v2034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:44 smithi070 ceph-mon[113398]: pgmap v2035: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:44 smithi026 ceph-mon[108096]: pgmap v2035: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:46 smithi070 ceph-mon[113398]: pgmap v2036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:46 smithi026 ceph-mon[108096]: pgmap v2036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:48 smithi070 ceph-mon[113398]: pgmap v2037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:48.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:48 smithi026 ceph-mon[108096]: pgmap v2037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:49 smithi026 ceph-mon[108096]: pgmap v2038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:49 smithi070 ceph-mon[113398]: pgmap v2038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:52 smithi070 ceph-mon[113398]: pgmap v2039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:52 smithi026 ceph-mon[108096]: pgmap v2039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:54 smithi070 ceph-mon[113398]: pgmap v2040: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:54.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:54 smithi026 ceph-mon[108096]: pgmap v2040: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:56 smithi070 ceph-mon[113398]: pgmap v2041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:56 smithi026 ceph-mon[108096]: pgmap v2041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:58 smithi070 ceph-mon[113398]: pgmap v2042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:58 smithi026 ceph-mon[108096]: pgmap v2042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:30:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:30:59 smithi026 ceph-mon[108096]: pgmap v2043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:30:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:30:59 smithi070 ceph-mon[113398]: pgmap v2043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:01.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:00 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:31:01.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:00 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:31:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:01 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:31:02.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:01 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:31:02.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:01 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:31:02.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:01 smithi070 ceph-mon[113398]: pgmap v2044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:01 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:31:02.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:01 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:31:02.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:01 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:31:02.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:01 smithi026 ceph-mon[108096]: pgmap v2044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:04 smithi070 ceph-mon[113398]: pgmap v2045: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:04 smithi026 ceph-mon[108096]: pgmap v2045: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:06 smithi070 ceph-mon[113398]: pgmap v2046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:06 smithi026 ceph-mon[108096]: pgmap v2046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:08 smithi070 ceph-mon[113398]: pgmap v2047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:08 smithi026 ceph-mon[108096]: pgmap v2047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:09 smithi026 ceph-mon[108096]: pgmap v2048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:09 smithi070 ceph-mon[113398]: pgmap v2048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:12 smithi070 ceph-mon[113398]: pgmap v2049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:12 smithi026 ceph-mon[108096]: pgmap v2049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:14 smithi070 ceph-mon[113398]: pgmap v2050: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:14 smithi026 ceph-mon[108096]: pgmap v2050: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:16 smithi070 ceph-mon[113398]: pgmap v2051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:16 smithi026 ceph-mon[108096]: pgmap v2051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:18.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:18 smithi070 ceph-mon[113398]: pgmap v2052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:18.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:18 smithi026 ceph-mon[108096]: pgmap v2052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:19 smithi026 ceph-mon[108096]: pgmap v2053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:19 smithi070 ceph-mon[113398]: pgmap v2053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:22 smithi070 ceph-mon[113398]: pgmap v2054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:22 smithi026 ceph-mon[108096]: pgmap v2054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:24 smithi070 ceph-mon[113398]: pgmap v2055: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:24 smithi026 ceph-mon[108096]: pgmap v2055: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:26 smithi070 ceph-mon[113398]: pgmap v2056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:26 smithi026 ceph-mon[108096]: pgmap v2056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:28 smithi070 ceph-mon[113398]: pgmap v2057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:28 smithi026 ceph-mon[108096]: pgmap v2057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:29 smithi026 ceph-mon[108096]: pgmap v2058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:29 smithi070 ceph-mon[113398]: pgmap v2058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:32 smithi070 ceph-mon[113398]: pgmap v2059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:32 smithi026 ceph-mon[108096]: pgmap v2059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:34 smithi070 ceph-mon[113398]: pgmap v2060: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:34 smithi026 ceph-mon[108096]: pgmap v2060: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:36 smithi070 ceph-mon[113398]: pgmap v2061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:36 smithi026 ceph-mon[108096]: pgmap v2061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:38 smithi070 ceph-mon[113398]: pgmap v2062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:38 smithi026 ceph-mon[108096]: pgmap v2062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:39.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:39 smithi026 ceph-mon[108096]: pgmap v2063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:39 smithi070 ceph-mon[113398]: pgmap v2063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:42 smithi070 ceph-mon[113398]: pgmap v2064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:42 smithi026 ceph-mon[108096]: pgmap v2064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:44 smithi070 ceph-mon[113398]: pgmap v2065: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:44 smithi026 ceph-mon[108096]: pgmap v2065: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:46 smithi070 ceph-mon[113398]: pgmap v2066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:46 smithi026 ceph-mon[108096]: pgmap v2066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:48 smithi070 ceph-mon[113398]: pgmap v2067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:48 smithi026 ceph-mon[108096]: pgmap v2067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:49.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:49 smithi026 ceph-mon[108096]: pgmap v2068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:49 smithi070 ceph-mon[113398]: pgmap v2068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:52 smithi070 ceph-mon[113398]: pgmap v2069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:52 smithi026 ceph-mon[108096]: pgmap v2069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:54.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:54 smithi070 ceph-mon[113398]: pgmap v2070: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:54 smithi026 ceph-mon[108096]: pgmap v2070: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:56 smithi070 ceph-mon[113398]: pgmap v2071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:56 smithi026 ceph-mon[108096]: pgmap v2071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:58 smithi070 ceph-mon[113398]: pgmap v2072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:58 smithi026 ceph-mon[108096]: pgmap v2072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:31:59.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:31:59 smithi026 ceph-mon[108096]: pgmap v2073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:31:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:31:59 smithi070 ceph-mon[113398]: pgmap v2073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:02 smithi070 ceph-mon[113398]: pgmap v2074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:02.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:32:02.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:32:02.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:32:02.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:32:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:02 smithi026 ceph-mon[108096]: pgmap v2074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:32:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:32:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:32:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:32:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:04 smithi070 ceph-mon[113398]: pgmap v2075: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:04 smithi026 ceph-mon[108096]: pgmap v2075: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:06 smithi070 ceph-mon[113398]: pgmap v2076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:06 smithi026 ceph-mon[108096]: pgmap v2076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:08.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:08 smithi070 ceph-mon[113398]: pgmap v2077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:08 smithi026 ceph-mon[108096]: pgmap v2077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:09 smithi026 ceph-mon[108096]: pgmap v2078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:09 smithi070 ceph-mon[113398]: pgmap v2078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:12 smithi070 ceph-mon[113398]: pgmap v2079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:12 smithi026 ceph-mon[108096]: pgmap v2079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:14 smithi070 ceph-mon[113398]: pgmap v2080: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:14 smithi026 ceph-mon[108096]: pgmap v2080: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:16 smithi070 ceph-mon[113398]: pgmap v2081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:16 smithi026 ceph-mon[108096]: pgmap v2081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:18 smithi070 ceph-mon[113398]: pgmap v2082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:18 smithi026 ceph-mon[108096]: pgmap v2082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:19.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:19 smithi026 ceph-mon[108096]: pgmap v2083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:19 smithi070 ceph-mon[113398]: pgmap v2083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:22 smithi070 ceph-mon[113398]: pgmap v2084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:22 smithi026 ceph-mon[108096]: pgmap v2084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:24 smithi070 ceph-mon[113398]: pgmap v2085: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:24 smithi026 ceph-mon[108096]: pgmap v2085: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:26 smithi070 ceph-mon[113398]: pgmap v2086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:26 smithi026 ceph-mon[108096]: pgmap v2086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:28 smithi070 ceph-mon[113398]: pgmap v2087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:28 smithi026 ceph-mon[108096]: pgmap v2087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:29.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:29 smithi026 ceph-mon[108096]: pgmap v2088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:29 smithi070 ceph-mon[113398]: pgmap v2088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:32.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:32 smithi070 ceph-mon[113398]: pgmap v2089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:32 smithi026 ceph-mon[108096]: pgmap v2089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:34 smithi070 ceph-mon[113398]: pgmap v2090: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:34 smithi026 ceph-mon[108096]: pgmap v2090: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:36 smithi070 ceph-mon[113398]: pgmap v2091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:36 smithi026 ceph-mon[108096]: pgmap v2091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:38 smithi070 ceph-mon[113398]: pgmap v2092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:38 smithi026 ceph-mon[108096]: pgmap v2092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:39 smithi070 ceph-mon[113398]: pgmap v2093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:39 smithi026 ceph-mon[108096]: pgmap v2093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:42 smithi070 ceph-mon[113398]: pgmap v2094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:42 smithi026 ceph-mon[108096]: pgmap v2094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:44 smithi070 ceph-mon[113398]: pgmap v2095: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:44 smithi026 ceph-mon[108096]: pgmap v2095: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:46 smithi070 ceph-mon[113398]: pgmap v2096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:46 smithi026 ceph-mon[108096]: pgmap v2096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:48 smithi070 ceph-mon[113398]: pgmap v2097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:48 smithi026 ceph-mon[108096]: pgmap v2097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:49 smithi070 ceph-mon[113398]: pgmap v2098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:49 smithi026 ceph-mon[108096]: pgmap v2098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:52 smithi070 ceph-mon[113398]: pgmap v2099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:52 smithi026 ceph-mon[108096]: pgmap v2099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:54 smithi070 ceph-mon[113398]: pgmap v2100: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:54 smithi026 ceph-mon[108096]: pgmap v2100: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:56 smithi070 ceph-mon[113398]: pgmap v2101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:56 smithi026 ceph-mon[108096]: pgmap v2101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:58 smithi070 ceph-mon[113398]: pgmap v2102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:58 smithi026 ceph-mon[108096]: pgmap v2102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:32:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:32:59 smithi070 ceph-mon[113398]: pgmap v2103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:32:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:32:59 smithi026 ceph-mon[108096]: pgmap v2103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:02 smithi070 ceph-mon[113398]: pgmap v2104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:02.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:02 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:33:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:02 smithi026 ceph-mon[108096]: pgmap v2104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:02 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:33:03.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:33:03.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:33:03.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:33:03.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:33:03.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:33:03.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:33:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:04 smithi026 ceph-mon[108096]: pgmap v2105: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:04 smithi070 ceph-mon[113398]: pgmap v2105: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:06 smithi026 ceph-mon[108096]: pgmap v2106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:06 smithi070 ceph-mon[113398]: pgmap v2106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:08 smithi026 ceph-mon[108096]: pgmap v2107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:08 smithi070 ceph-mon[113398]: pgmap v2107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:09 smithi070 ceph-mon[113398]: pgmap v2108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:09 smithi026 ceph-mon[108096]: pgmap v2108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:12 smithi070 ceph-mon[113398]: pgmap v2109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:12 smithi026 ceph-mon[108096]: pgmap v2109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:14 smithi070 ceph-mon[113398]: pgmap v2110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:14 smithi026 ceph-mon[108096]: pgmap v2110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:16.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:16 smithi070 ceph-mon[113398]: pgmap v2111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:16 smithi026 ceph-mon[108096]: pgmap v2111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:18 smithi070 ceph-mon[113398]: pgmap v2112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:18 smithi026 ceph-mon[108096]: pgmap v2112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:19 smithi070 ceph-mon[113398]: pgmap v2113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:19 smithi026 ceph-mon[108096]: pgmap v2113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:22 smithi070 ceph-mon[113398]: pgmap v2114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:22 smithi026 ceph-mon[108096]: pgmap v2114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:24 smithi070 ceph-mon[113398]: pgmap v2115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:24 smithi026 ceph-mon[108096]: pgmap v2115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:26 smithi070 ceph-mon[113398]: pgmap v2116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:26 smithi026 ceph-mon[108096]: pgmap v2116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:28.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:28 smithi070 ceph-mon[113398]: pgmap v2117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:28 smithi026 ceph-mon[108096]: pgmap v2117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:29 smithi070 ceph-mon[113398]: pgmap v2118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:29 smithi026 ceph-mon[108096]: pgmap v2118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:32.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:32 smithi070 ceph-mon[113398]: pgmap v2119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:32 smithi026 ceph-mon[108096]: pgmap v2119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:34 smithi070 ceph-mon[113398]: pgmap v2120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:34 smithi026 ceph-mon[108096]: pgmap v2120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:36.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:36 smithi070 ceph-mon[113398]: pgmap v2121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:36 smithi026 ceph-mon[108096]: pgmap v2121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:38.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:38 smithi070 ceph-mon[113398]: pgmap v2122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:38 smithi026 ceph-mon[108096]: pgmap v2122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:39 smithi070 ceph-mon[113398]: pgmap v2123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:39 smithi026 ceph-mon[108096]: pgmap v2123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:42 smithi070 ceph-mon[113398]: pgmap v2124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:42 smithi026 ceph-mon[108096]: pgmap v2124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:44.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:44 smithi070 ceph-mon[113398]: pgmap v2125: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:44 smithi026 ceph-mon[108096]: pgmap v2125: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:46.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:46 smithi070 ceph-mon[113398]: pgmap v2126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:46 smithi026 ceph-mon[108096]: pgmap v2126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:48.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:48 smithi070 ceph-mon[113398]: pgmap v2127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:48 smithi026 ceph-mon[108096]: pgmap v2127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:49 smithi070 ceph-mon[113398]: pgmap v2128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:49 smithi026 ceph-mon[108096]: pgmap v2128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:52.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:52 smithi070 ceph-mon[113398]: pgmap v2129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:52 smithi026 ceph-mon[108096]: pgmap v2129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:54.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:54 smithi070 ceph-mon[113398]: pgmap v2130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:54 smithi026 ceph-mon[108096]: pgmap v2130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:56.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:56 smithi070 ceph-mon[113398]: pgmap v2131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:56.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:56 smithi026 ceph-mon[108096]: pgmap v2131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:58.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:58 smithi070 ceph-mon[113398]: pgmap v2132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:58 smithi026 ceph-mon[108096]: pgmap v2132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:33:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:33:59 smithi070 ceph-mon[113398]: pgmap v2133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:33:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:33:59 smithi026 ceph-mon[108096]: pgmap v2133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:02.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:02 smithi070 ceph-mon[113398]: pgmap v2134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:02 smithi026 ceph-mon[108096]: pgmap v2134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:03.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:34:03.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:34:03.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:34:03.564 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:34:03.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:34:03.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:34:03.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:34:03.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:34:04.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:04 smithi070 ceph-mon[113398]: pgmap v2135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:04 smithi026 ceph-mon[108096]: pgmap v2135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:06.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:06 smithi070 ceph-mon[113398]: pgmap v2136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:06 smithi026 ceph-mon[108096]: pgmap v2136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:08.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:08 smithi070 ceph-mon[113398]: pgmap v2137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:08 smithi026 ceph-mon[108096]: pgmap v2137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:09 smithi070 ceph-mon[113398]: pgmap v2138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:09 smithi026 ceph-mon[108096]: pgmap v2138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:12.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:12 smithi070 ceph-mon[113398]: pgmap v2139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:12 smithi026 ceph-mon[108096]: pgmap v2139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:14.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:14 smithi070 ceph-mon[113398]: pgmap v2140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:14.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:14 smithi026 ceph-mon[108096]: pgmap v2140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:16.565 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:16 smithi070 ceph-mon[113398]: pgmap v2141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:16 smithi026 ceph-mon[108096]: pgmap v2141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:18.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:18 smithi070 ceph-mon[113398]: pgmap v2142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:18 smithi026 ceph-mon[108096]: pgmap v2142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:19 smithi070 ceph-mon[113398]: pgmap v2143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:19 smithi026 ceph-mon[108096]: pgmap v2143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:22.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:22 smithi070 ceph-mon[113398]: pgmap v2144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:22 smithi026 ceph-mon[108096]: pgmap v2144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:24.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:24 smithi070 ceph-mon[113398]: pgmap v2145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:24 smithi026 ceph-mon[108096]: pgmap v2145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:26.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:26 smithi070 ceph-mon[113398]: pgmap v2146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:26 smithi026 ceph-mon[108096]: pgmap v2146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:28 smithi026 ceph-mon[108096]: pgmap v2147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:28 smithi070 ceph-mon[113398]: pgmap v2147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:29 smithi070 ceph-mon[113398]: pgmap v2148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:29 smithi026 ceph-mon[108096]: pgmap v2148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:32.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:32 smithi070 ceph-mon[113398]: pgmap v2149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:32 smithi026 ceph-mon[108096]: pgmap v2149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:34.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:34 smithi070 ceph-mon[113398]: pgmap v2150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:34 smithi026 ceph-mon[108096]: pgmap v2150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:36 smithi026 ceph-mon[108096]: pgmap v2151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:36 smithi070 ceph-mon[113398]: pgmap v2151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:38 smithi026 ceph-mon[108096]: pgmap v2152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:38 smithi070 ceph-mon[113398]: pgmap v2152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:39 smithi070 ceph-mon[113398]: pgmap v2153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:39 smithi026 ceph-mon[108096]: pgmap v2153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:42.563 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:42 smithi070 ceph-mon[113398]: pgmap v2154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:42 smithi026 ceph-mon[108096]: pgmap v2154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:44 smithi026 ceph-mon[108096]: pgmap v2155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:44 smithi070 ceph-mon[113398]: pgmap v2155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:46 smithi026 ceph-mon[108096]: pgmap v2156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:46 smithi070 ceph-mon[113398]: pgmap v2156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:48.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:48 smithi026 ceph-mon[108096]: pgmap v2157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:48 smithi070 ceph-mon[113398]: pgmap v2157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:49 smithi070 ceph-mon[113398]: pgmap v2158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:49 smithi026 ceph-mon[108096]: pgmap v2158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:52 smithi026 ceph-mon[108096]: pgmap v2159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:52 smithi070 ceph-mon[113398]: pgmap v2159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:54 smithi026 ceph-mon[108096]: pgmap v2160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:54 smithi070 ceph-mon[113398]: pgmap v2160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:56 smithi026 ceph-mon[108096]: pgmap v2161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:56 smithi070 ceph-mon[113398]: pgmap v2161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:58 smithi026 ceph-mon[108096]: pgmap v2162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:58 smithi070 ceph-mon[113398]: pgmap v2162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:34:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:34:59 smithi070 ceph-mon[113398]: pgmap v2163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:34:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:34:59 smithi026 ceph-mon[108096]: pgmap v2163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:02 smithi026 ceph-mon[108096]: pgmap v2164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:02 smithi070 ceph-mon[113398]: pgmap v2164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:03.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:03 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:35:03.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:03 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:35:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: pgmap v2165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:04.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:35:04.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:35:04.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: pgmap v2165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:04.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:04.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:35:04.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:35:04.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:35:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:06 smithi026 ceph-mon[108096]: pgmap v2166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:06 smithi070 ceph-mon[113398]: pgmap v2166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:08 smithi026 ceph-mon[108096]: pgmap v2167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:08 smithi070 ceph-mon[113398]: pgmap v2167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:09 smithi070 ceph-mon[113398]: pgmap v2168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:09 smithi026 ceph-mon[108096]: pgmap v2168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:12 smithi026 ceph-mon[108096]: pgmap v2169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:12 smithi070 ceph-mon[113398]: pgmap v2169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:14 smithi026 ceph-mon[108096]: pgmap v2170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:14 smithi070 ceph-mon[113398]: pgmap v2170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:16 smithi026 ceph-mon[108096]: pgmap v2171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:16 smithi070 ceph-mon[113398]: pgmap v2171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:18 smithi026 ceph-mon[108096]: pgmap v2172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:18 smithi070 ceph-mon[113398]: pgmap v2172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:19 smithi070 ceph-mon[113398]: pgmap v2173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:19 smithi026 ceph-mon[108096]: pgmap v2173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:22 smithi026 ceph-mon[108096]: pgmap v2174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:22 smithi070 ceph-mon[113398]: pgmap v2174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:24 smithi026 ceph-mon[108096]: pgmap v2175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:24 smithi070 ceph-mon[113398]: pgmap v2175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:26 smithi026 ceph-mon[108096]: pgmap v2176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:26 smithi070 ceph-mon[113398]: pgmap v2176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:28 smithi026 ceph-mon[108096]: pgmap v2177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:28 smithi070 ceph-mon[113398]: pgmap v2177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:29 smithi070 ceph-mon[113398]: pgmap v2178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:29 smithi026 ceph-mon[108096]: pgmap v2178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:32 smithi026 ceph-mon[108096]: pgmap v2179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:32 smithi070 ceph-mon[113398]: pgmap v2179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:34 smithi026 ceph-mon[108096]: pgmap v2180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:34 smithi070 ceph-mon[113398]: pgmap v2180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:36 smithi026 ceph-mon[108096]: pgmap v2181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:36 smithi070 ceph-mon[113398]: pgmap v2181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:38 smithi026 ceph-mon[108096]: pgmap v2182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:38 smithi070 ceph-mon[113398]: pgmap v2182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:39 smithi070 ceph-mon[113398]: pgmap v2183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:39 smithi026 ceph-mon[108096]: pgmap v2183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:42 smithi026 ceph-mon[108096]: pgmap v2184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:42 smithi070 ceph-mon[113398]: pgmap v2184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:44 smithi026 ceph-mon[108096]: pgmap v2185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:44 smithi070 ceph-mon[113398]: pgmap v2185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:46.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:46 smithi026 ceph-mon[108096]: pgmap v2186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:46 smithi070 ceph-mon[113398]: pgmap v2186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:48.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:48 smithi026 ceph-mon[108096]: pgmap v2187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:48 smithi070 ceph-mon[113398]: pgmap v2187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:49 smithi070 ceph-mon[113398]: pgmap v2188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:49 smithi026 ceph-mon[108096]: pgmap v2188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:52 smithi026 ceph-mon[108096]: pgmap v2189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:52 smithi070 ceph-mon[113398]: pgmap v2189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:54 smithi026 ceph-mon[108096]: pgmap v2190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:54 smithi070 ceph-mon[113398]: pgmap v2190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:56 smithi026 ceph-mon[108096]: pgmap v2191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:56 smithi070 ceph-mon[113398]: pgmap v2191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:58 smithi026 ceph-mon[108096]: pgmap v2192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:58 smithi070 ceph-mon[113398]: pgmap v2192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:35:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:35:59 smithi070 ceph-mon[113398]: pgmap v2193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:35:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:35:59 smithi026 ceph-mon[108096]: pgmap v2193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:02 smithi026 ceph-mon[108096]: pgmap v2194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:02 smithi070 ceph-mon[113398]: pgmap v2194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:04 smithi026 ceph-mon[108096]: pgmap v2195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:04.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:04 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:36:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:04 smithi070 ceph-mon[113398]: pgmap v2195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:04.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:04 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:36:05.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:36:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:36:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:36:05.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:36:05.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:36:05.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:36:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:06 smithi026 ceph-mon[108096]: pgmap v2196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:06 smithi070 ceph-mon[113398]: pgmap v2196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:08 smithi026 ceph-mon[108096]: pgmap v2197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:08 smithi070 ceph-mon[113398]: pgmap v2197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:09 smithi070 ceph-mon[113398]: pgmap v2198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:09 smithi026 ceph-mon[108096]: pgmap v2198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:12 smithi026 ceph-mon[108096]: pgmap v2199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:12 smithi070 ceph-mon[113398]: pgmap v2199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:14 smithi026 ceph-mon[108096]: pgmap v2200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:14 smithi070 ceph-mon[113398]: pgmap v2200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:16 smithi026 ceph-mon[108096]: pgmap v2201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:16 smithi070 ceph-mon[113398]: pgmap v2201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:18 smithi026 ceph-mon[108096]: pgmap v2202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:18 smithi070 ceph-mon[113398]: pgmap v2202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:19 smithi070 ceph-mon[113398]: pgmap v2203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:19 smithi026 ceph-mon[108096]: pgmap v2203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:22 smithi026 ceph-mon[108096]: pgmap v2204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:22 smithi070 ceph-mon[113398]: pgmap v2204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:24 smithi026 ceph-mon[108096]: pgmap v2205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:24 smithi070 ceph-mon[113398]: pgmap v2205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:26 smithi026 ceph-mon[108096]: pgmap v2206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:26 smithi070 ceph-mon[113398]: pgmap v2206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:28 smithi026 ceph-mon[108096]: pgmap v2207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:28 smithi070 ceph-mon[113398]: pgmap v2207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:29 smithi070 ceph-mon[113398]: pgmap v2208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:29 smithi026 ceph-mon[108096]: pgmap v2208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:32 smithi026 ceph-mon[108096]: pgmap v2209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:32 smithi070 ceph-mon[113398]: pgmap v2209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:34 smithi026 ceph-mon[108096]: pgmap v2210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:34.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:34 smithi070 ceph-mon[113398]: pgmap v2210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:36 smithi026 ceph-mon[108096]: pgmap v2211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:36 smithi070 ceph-mon[113398]: pgmap v2211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:38 smithi026 ceph-mon[108096]: pgmap v2212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:38 smithi070 ceph-mon[113398]: pgmap v2212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:39 smithi070 ceph-mon[113398]: pgmap v2213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:39 smithi026 ceph-mon[108096]: pgmap v2213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:42 smithi026 ceph-mon[108096]: pgmap v2214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:42 smithi070 ceph-mon[113398]: pgmap v2214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:44 smithi026 ceph-mon[108096]: pgmap v2215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:44 smithi070 ceph-mon[113398]: pgmap v2215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:46 smithi026 ceph-mon[108096]: pgmap v2216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:46 smithi070 ceph-mon[113398]: pgmap v2216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:48 smithi026 ceph-mon[108096]: pgmap v2217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:48 smithi070 ceph-mon[113398]: pgmap v2217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:49 smithi070 ceph-mon[113398]: pgmap v2218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:49 smithi026 ceph-mon[108096]: pgmap v2218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:52 smithi026 ceph-mon[108096]: pgmap v2219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:52 smithi070 ceph-mon[113398]: pgmap v2219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:54 smithi026 ceph-mon[108096]: pgmap v2220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:54 smithi070 ceph-mon[113398]: pgmap v2220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:56.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:56 smithi026 ceph-mon[108096]: pgmap v2221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:56 smithi070 ceph-mon[113398]: pgmap v2221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:58 smithi026 ceph-mon[108096]: pgmap v2222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:58 smithi070 ceph-mon[113398]: pgmap v2222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:36:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:36:59 smithi070 ceph-mon[113398]: pgmap v2223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:36:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:36:59 smithi026 ceph-mon[108096]: pgmap v2223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:02 smithi026 ceph-mon[108096]: pgmap v2224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:02 smithi070 ceph-mon[113398]: pgmap v2224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:04 smithi026 ceph-mon[108096]: pgmap v2225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:04 smithi070 ceph-mon[113398]: pgmap v2225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:05.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:37:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:37:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:37:05.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:37:05.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:37:05.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:37:05.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:37:05.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:37:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:06 smithi026 ceph-mon[108096]: pgmap v2226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:06 smithi070 ceph-mon[113398]: pgmap v2226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:08 smithi026 ceph-mon[108096]: pgmap v2227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:08 smithi070 ceph-mon[113398]: pgmap v2227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:09 smithi070 ceph-mon[113398]: pgmap v2228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:09 smithi026 ceph-mon[108096]: pgmap v2228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:12 smithi026 ceph-mon[108096]: pgmap v2229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:12 smithi070 ceph-mon[113398]: pgmap v2229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:14 smithi026 ceph-mon[108096]: pgmap v2230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:14 smithi070 ceph-mon[113398]: pgmap v2230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:16 smithi026 ceph-mon[108096]: pgmap v2231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:16 smithi070 ceph-mon[113398]: pgmap v2231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:18 smithi026 ceph-mon[108096]: pgmap v2232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:18 smithi070 ceph-mon[113398]: pgmap v2232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:19 smithi070 ceph-mon[113398]: pgmap v2233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:19 smithi026 ceph-mon[108096]: pgmap v2233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:22 smithi026 ceph-mon[108096]: pgmap v2234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:22 smithi070 ceph-mon[113398]: pgmap v2234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:24 smithi026 ceph-mon[108096]: pgmap v2235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:24 smithi070 ceph-mon[113398]: pgmap v2235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:26 smithi026 ceph-mon[108096]: pgmap v2236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:26 smithi070 ceph-mon[113398]: pgmap v2236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:28 smithi026 ceph-mon[108096]: pgmap v2237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:28 smithi070 ceph-mon[113398]: pgmap v2237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:29 smithi070 ceph-mon[113398]: pgmap v2238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:29 smithi026 ceph-mon[108096]: pgmap v2238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:32 smithi026 ceph-mon[108096]: pgmap v2239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:32 smithi070 ceph-mon[113398]: pgmap v2239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:34 smithi026 ceph-mon[108096]: pgmap v2240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:34 smithi070 ceph-mon[113398]: pgmap v2240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:36 smithi026 ceph-mon[108096]: pgmap v2241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:36 smithi070 ceph-mon[113398]: pgmap v2241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:38 smithi026 ceph-mon[108096]: pgmap v2242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:38 smithi070 ceph-mon[113398]: pgmap v2242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:39 smithi070 ceph-mon[113398]: pgmap v2243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:39 smithi026 ceph-mon[108096]: pgmap v2243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:42 smithi026 ceph-mon[108096]: pgmap v2244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:42 smithi070 ceph-mon[113398]: pgmap v2244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:44 smithi026 ceph-mon[108096]: pgmap v2245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:44 smithi070 ceph-mon[113398]: pgmap v2245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:46 smithi026 ceph-mon[108096]: pgmap v2246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:46 smithi070 ceph-mon[113398]: pgmap v2246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:48 smithi026 ceph-mon[108096]: pgmap v2247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:48 smithi070 ceph-mon[113398]: pgmap v2247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:49 smithi070 ceph-mon[113398]: pgmap v2248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:49 smithi026 ceph-mon[108096]: pgmap v2248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:52 smithi026 ceph-mon[108096]: pgmap v2249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:52 smithi070 ceph-mon[113398]: pgmap v2249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:54 smithi026 ceph-mon[108096]: pgmap v2250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:54 smithi070 ceph-mon[113398]: pgmap v2250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:56 smithi026 ceph-mon[108096]: pgmap v2251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:56 smithi070 ceph-mon[113398]: pgmap v2251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:58 smithi026 ceph-mon[108096]: pgmap v2252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:58 smithi070 ceph-mon[113398]: pgmap v2252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:37:59.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:37:59 smithi070 ceph-mon[113398]: pgmap v2253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:37:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:37:59 smithi026 ceph-mon[108096]: pgmap v2253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:02 smithi026 ceph-mon[108096]: pgmap v2254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:02 smithi070 ceph-mon[113398]: pgmap v2254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:04 smithi026 ceph-mon[108096]: pgmap v2255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:04 smithi070 ceph-mon[113398]: pgmap v2255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:05.709 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:05 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:38:05.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:05 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:38:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:06 smithi026 ceph-mon[108096]: pgmap v2256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:06 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:06 smithi070 ceph-mon[113398]: pgmap v2256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:06.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:06 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:07.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:38:07.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:38:07.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:07.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:38:07.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:38:07.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:38:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:08 smithi026 ceph-mon[108096]: pgmap v2257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:08 smithi070 ceph-mon[113398]: pgmap v2257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:09 smithi070 ceph-mon[113398]: pgmap v2258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:09 smithi026 ceph-mon[108096]: pgmap v2258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:12 smithi026 ceph-mon[108096]: pgmap v2259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:12 smithi070 ceph-mon[113398]: pgmap v2259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:14 smithi026 ceph-mon[108096]: pgmap v2260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:14 smithi070 ceph-mon[113398]: pgmap v2260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:16 smithi026 ceph-mon[108096]: pgmap v2261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:16 smithi070 ceph-mon[113398]: pgmap v2261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:18 smithi026 ceph-mon[108096]: pgmap v2262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:18 smithi070 ceph-mon[113398]: pgmap v2262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:19 smithi070 ceph-mon[113398]: pgmap v2263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:19 smithi026 ceph-mon[108096]: pgmap v2263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:22 smithi026 ceph-mon[108096]: pgmap v2264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:22 smithi070 ceph-mon[113398]: pgmap v2264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:24 smithi026 ceph-mon[108096]: pgmap v2265: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:24 smithi070 ceph-mon[113398]: pgmap v2265: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:26 smithi026 ceph-mon[108096]: pgmap v2266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:26 smithi070 ceph-mon[113398]: pgmap v2266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:28 smithi026 ceph-mon[108096]: pgmap v2267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:28 smithi070 ceph-mon[113398]: pgmap v2267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:29 smithi070 ceph-mon[113398]: pgmap v2268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:29 smithi026 ceph-mon[108096]: pgmap v2268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:32 smithi026 ceph-mon[108096]: pgmap v2269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:32 smithi070 ceph-mon[113398]: pgmap v2269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:34 smithi026 ceph-mon[108096]: pgmap v2270: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:34 smithi070 ceph-mon[113398]: pgmap v2270: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:36 smithi026 ceph-mon[108096]: pgmap v2271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:36 smithi070 ceph-mon[113398]: pgmap v2271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:38 smithi026 ceph-mon[108096]: pgmap v2272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:38.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:38 smithi070 ceph-mon[113398]: pgmap v2272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:39 smithi070 ceph-mon[113398]: pgmap v2273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:39 smithi026 ceph-mon[108096]: pgmap v2273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:42 smithi026 ceph-mon[108096]: pgmap v2274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:42 smithi070 ceph-mon[113398]: pgmap v2274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:44 smithi026 ceph-mon[108096]: pgmap v2275: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:44 smithi070 ceph-mon[113398]: pgmap v2275: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:46 smithi026 ceph-mon[108096]: pgmap v2276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:46 smithi070 ceph-mon[113398]: pgmap v2276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:48 smithi026 ceph-mon[108096]: pgmap v2277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:48 smithi070 ceph-mon[113398]: pgmap v2277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:49 smithi070 ceph-mon[113398]: pgmap v2278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:49 smithi026 ceph-mon[108096]: pgmap v2278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:52 smithi026 ceph-mon[108096]: pgmap v2279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:52 smithi070 ceph-mon[113398]: pgmap v2279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:54 smithi026 ceph-mon[108096]: pgmap v2280: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:54 smithi070 ceph-mon[113398]: pgmap v2280: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:56 smithi026 ceph-mon[108096]: pgmap v2281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:56 smithi070 ceph-mon[113398]: pgmap v2281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:58 smithi026 ceph-mon[108096]: pgmap v2282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:58 smithi070 ceph-mon[113398]: pgmap v2282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:38:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:38:59 smithi070 ceph-mon[113398]: pgmap v2283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:38:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:38:59 smithi026 ceph-mon[108096]: pgmap v2283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:02 smithi026 ceph-mon[108096]: pgmap v2284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:02 smithi070 ceph-mon[113398]: pgmap v2284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:04 smithi026 ceph-mon[108096]: pgmap v2285: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:04 smithi070 ceph-mon[113398]: pgmap v2285: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:06 smithi026 ceph-mon[108096]: pgmap v2286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:06 smithi070 ceph-mon[113398]: pgmap v2286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:07.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:39:07.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:39:07.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:39:07.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:39:07.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:39:07.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:39:07.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:39:07.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:39:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:08 smithi026 ceph-mon[108096]: pgmap v2287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:08 smithi070 ceph-mon[113398]: pgmap v2287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:09 smithi070 ceph-mon[113398]: pgmap v2288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:09 smithi026 ceph-mon[108096]: pgmap v2288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:12 smithi026 ceph-mon[108096]: pgmap v2289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:12 smithi070 ceph-mon[113398]: pgmap v2289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:14 smithi026 ceph-mon[108096]: pgmap v2290: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:14 smithi070 ceph-mon[113398]: pgmap v2290: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:16 smithi026 ceph-mon[108096]: pgmap v2291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:16 smithi070 ceph-mon[113398]: pgmap v2291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:18 smithi026 ceph-mon[108096]: pgmap v2292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:18 smithi070 ceph-mon[113398]: pgmap v2292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:19 smithi070 ceph-mon[113398]: pgmap v2293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:19 smithi026 ceph-mon[108096]: pgmap v2293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:22 smithi026 ceph-mon[108096]: pgmap v2294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:22 smithi070 ceph-mon[113398]: pgmap v2294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:24 smithi026 ceph-mon[108096]: pgmap v2295: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:24 smithi070 ceph-mon[113398]: pgmap v2295: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:26 smithi026 ceph-mon[108096]: pgmap v2296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:26 smithi070 ceph-mon[113398]: pgmap v2296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:28 smithi026 ceph-mon[108096]: pgmap v2297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:28.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:28 smithi070 ceph-mon[113398]: pgmap v2297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:29 smithi070 ceph-mon[113398]: pgmap v2298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:29 smithi026 ceph-mon[108096]: pgmap v2298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:32 smithi026 ceph-mon[108096]: pgmap v2299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:32 smithi070 ceph-mon[113398]: pgmap v2299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:34 smithi026 ceph-mon[108096]: pgmap v2300: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:34 smithi070 ceph-mon[113398]: pgmap v2300: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:36 smithi026 ceph-mon[108096]: pgmap v2301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:36 smithi070 ceph-mon[113398]: pgmap v2301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:38.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:38 smithi026 ceph-mon[108096]: pgmap v2302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:38 smithi070 ceph-mon[113398]: pgmap v2302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:39 smithi070 ceph-mon[113398]: pgmap v2303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:39 smithi026 ceph-mon[108096]: pgmap v2303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:42 smithi026 ceph-mon[108096]: pgmap v2304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:42 smithi070 ceph-mon[113398]: pgmap v2304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:44.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:44 smithi026 ceph-mon[108096]: pgmap v2305: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:44 smithi070 ceph-mon[113398]: pgmap v2305: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:46 smithi026 ceph-mon[108096]: pgmap v2306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:46 smithi070 ceph-mon[113398]: pgmap v2306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:48 smithi026 ceph-mon[108096]: pgmap v2307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:48 smithi070 ceph-mon[113398]: pgmap v2307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:49 smithi070 ceph-mon[113398]: pgmap v2308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:49 smithi026 ceph-mon[108096]: pgmap v2308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:52 smithi026 ceph-mon[108096]: pgmap v2309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:52 smithi070 ceph-mon[113398]: pgmap v2309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:54 smithi026 ceph-mon[108096]: pgmap v2310: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:54 smithi070 ceph-mon[113398]: pgmap v2310: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:56 smithi026 ceph-mon[108096]: pgmap v2311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:56 smithi070 ceph-mon[113398]: pgmap v2311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:58 smithi026 ceph-mon[108096]: pgmap v2312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:58 smithi070 ceph-mon[113398]: pgmap v2312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:39:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:39:59 smithi070 ceph-mon[113398]: pgmap v2313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:39:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:39:59 smithi026 ceph-mon[108096]: pgmap v2313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:00.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T11:40:00.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T11:40:01.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:01 smithi070 ceph-mon[113398]: pgmap v2314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:01 smithi026 ceph-mon[108096]: pgmap v2314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:04 smithi026 ceph-mon[108096]: pgmap v2315: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:04 smithi070 ceph-mon[113398]: pgmap v2315: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:06 smithi026 ceph-mon[108096]: pgmap v2316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:06 smithi070 ceph-mon[113398]: pgmap v2316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:07.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:07 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:40:07.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:07 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:40:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:08 smithi026 ceph-mon[108096]: pgmap v2317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:40:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:40:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:40:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:08 smithi070 ceph-mon[113398]: pgmap v2317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:40:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:40:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:40:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:09 smithi070 ceph-mon[113398]: pgmap v2318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:09 smithi026 ceph-mon[108096]: pgmap v2318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:12 smithi026 ceph-mon[108096]: pgmap v2319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:12 smithi070 ceph-mon[113398]: pgmap v2319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:14 smithi026 ceph-mon[108096]: pgmap v2320: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:14 smithi070 ceph-mon[113398]: pgmap v2320: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:16 smithi026 ceph-mon[108096]: pgmap v2321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:16 smithi070 ceph-mon[113398]: pgmap v2321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:18 smithi026 ceph-mon[108096]: pgmap v2322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:18 smithi070 ceph-mon[113398]: pgmap v2322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:19 smithi070 ceph-mon[113398]: pgmap v2323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:19 smithi026 ceph-mon[108096]: pgmap v2323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:22 smithi026 ceph-mon[108096]: pgmap v2324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:22 smithi070 ceph-mon[113398]: pgmap v2324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:24 smithi026 ceph-mon[108096]: pgmap v2325: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:24 smithi070 ceph-mon[113398]: pgmap v2325: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:26 smithi026 ceph-mon[108096]: pgmap v2326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:26 smithi070 ceph-mon[113398]: pgmap v2326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:28 smithi026 ceph-mon[108096]: pgmap v2327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:28 smithi070 ceph-mon[113398]: pgmap v2327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:29 smithi070 ceph-mon[113398]: pgmap v2328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:29 smithi026 ceph-mon[108096]: pgmap v2328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:32 smithi026 ceph-mon[108096]: pgmap v2329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:32 smithi070 ceph-mon[113398]: pgmap v2329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:34 smithi026 ceph-mon[108096]: pgmap v2330: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:34 smithi070 ceph-mon[113398]: pgmap v2330: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:36 smithi026 ceph-mon[108096]: pgmap v2331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:36 smithi070 ceph-mon[113398]: pgmap v2331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:38 smithi026 ceph-mon[108096]: pgmap v2332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:38 smithi070 ceph-mon[113398]: pgmap v2332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:39 smithi070 ceph-mon[113398]: pgmap v2333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:39 smithi026 ceph-mon[108096]: pgmap v2333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:42 smithi026 ceph-mon[108096]: pgmap v2334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:42 smithi070 ceph-mon[113398]: pgmap v2334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:44 smithi026 ceph-mon[108096]: pgmap v2335: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:44 smithi070 ceph-mon[113398]: pgmap v2335: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:46 smithi026 ceph-mon[108096]: pgmap v2336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:46 smithi070 ceph-mon[113398]: pgmap v2336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:48 smithi026 ceph-mon[108096]: pgmap v2337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:48 smithi070 ceph-mon[113398]: pgmap v2337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:49 smithi070 ceph-mon[113398]: pgmap v2338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:49 smithi026 ceph-mon[108096]: pgmap v2338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:52 smithi026 ceph-mon[108096]: pgmap v2339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:52 smithi070 ceph-mon[113398]: pgmap v2339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:54 smithi026 ceph-mon[108096]: pgmap v2340: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:54 smithi070 ceph-mon[113398]: pgmap v2340: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:56 smithi026 ceph-mon[108096]: pgmap v2341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:56 smithi070 ceph-mon[113398]: pgmap v2341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:58 smithi026 ceph-mon[108096]: pgmap v2342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:58 smithi070 ceph-mon[113398]: pgmap v2342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:40:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:40:59 smithi070 ceph-mon[113398]: pgmap v2343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:40:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:40:59 smithi026 ceph-mon[108096]: pgmap v2343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:02 smithi026 ceph-mon[108096]: pgmap v2344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:02 smithi070 ceph-mon[113398]: pgmap v2344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:04 smithi026 ceph-mon[108096]: pgmap v2345: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:04 smithi070 ceph-mon[113398]: pgmap v2345: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:06 smithi026 ceph-mon[108096]: pgmap v2346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:06 smithi070 ceph-mon[113398]: pgmap v2346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:08 smithi026 ceph-mon[108096]: pgmap v2347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:08 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:41:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:08 smithi070 ceph-mon[113398]: pgmap v2347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:08.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:08 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:41:09.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:41:09.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:41:09.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:41:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:41:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:41:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:41:10.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:10 smithi026 ceph-mon[108096]: pgmap v2348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:10.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:10 smithi070 ceph-mon[113398]: pgmap v2348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:12 smithi026 ceph-mon[108096]: pgmap v2349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:12 smithi070 ceph-mon[113398]: pgmap v2349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:14 smithi026 ceph-mon[108096]: pgmap v2350: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:14 smithi070 ceph-mon[113398]: pgmap v2350: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:16 smithi026 ceph-mon[108096]: pgmap v2351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:16 smithi070 ceph-mon[113398]: pgmap v2351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:18 smithi026 ceph-mon[108096]: pgmap v2352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:18.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:18 smithi070 ceph-mon[113398]: pgmap v2352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:19 smithi070 ceph-mon[113398]: pgmap v2353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:19 smithi026 ceph-mon[108096]: pgmap v2353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:22 smithi026 ceph-mon[108096]: pgmap v2354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:22 smithi070 ceph-mon[113398]: pgmap v2354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:24 smithi026 ceph-mon[108096]: pgmap v2355: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:24 smithi070 ceph-mon[113398]: pgmap v2355: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:26 smithi026 ceph-mon[108096]: pgmap v2356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:26 smithi070 ceph-mon[113398]: pgmap v2356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:28 smithi026 ceph-mon[108096]: pgmap v2357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:28 smithi070 ceph-mon[113398]: pgmap v2357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:29 smithi070 ceph-mon[113398]: pgmap v2358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:29 smithi026 ceph-mon[108096]: pgmap v2358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:32 smithi026 ceph-mon[108096]: pgmap v2359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:32 smithi070 ceph-mon[113398]: pgmap v2359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:34 smithi026 ceph-mon[108096]: pgmap v2360: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:34 smithi070 ceph-mon[113398]: pgmap v2360: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:36 smithi026 ceph-mon[108096]: pgmap v2361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:36 smithi070 ceph-mon[113398]: pgmap v2361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:38.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:38 smithi026 ceph-mon[108096]: pgmap v2362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:38 smithi070 ceph-mon[113398]: pgmap v2362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:39 smithi070 ceph-mon[113398]: pgmap v2363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:39 smithi026 ceph-mon[108096]: pgmap v2363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:42 smithi026 ceph-mon[108096]: pgmap v2364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:42 smithi070 ceph-mon[113398]: pgmap v2364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:44 smithi026 ceph-mon[108096]: pgmap v2365: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:44 smithi070 ceph-mon[113398]: pgmap v2365: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:46 smithi026 ceph-mon[108096]: pgmap v2366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:46.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:46 smithi070 ceph-mon[113398]: pgmap v2366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:48 smithi026 ceph-mon[108096]: pgmap v2367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:48 smithi070 ceph-mon[113398]: pgmap v2367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:49 smithi070 ceph-mon[113398]: pgmap v2368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:49 smithi026 ceph-mon[108096]: pgmap v2368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:52 smithi026 ceph-mon[108096]: pgmap v2369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:52 smithi070 ceph-mon[113398]: pgmap v2369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:54 smithi026 ceph-mon[108096]: pgmap v2370: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:54 smithi070 ceph-mon[113398]: pgmap v2370: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:56.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:56 smithi026 ceph-mon[108096]: pgmap v2371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:56 smithi070 ceph-mon[113398]: pgmap v2371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:58 smithi026 ceph-mon[108096]: pgmap v2372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:58 smithi070 ceph-mon[113398]: pgmap v2372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:41:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:41:59 smithi070 ceph-mon[113398]: pgmap v2373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:41:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:41:59 smithi026 ceph-mon[108096]: pgmap v2373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:02 smithi026 ceph-mon[108096]: pgmap v2374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:02 smithi070 ceph-mon[113398]: pgmap v2374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:04.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:04 smithi026 ceph-mon[108096]: pgmap v2375: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:04 smithi070 ceph-mon[113398]: pgmap v2375: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:06 smithi026 ceph-mon[108096]: pgmap v2376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:06 smithi070 ceph-mon[113398]: pgmap v2376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:08 smithi026 ceph-mon[108096]: pgmap v2377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:08 smithi070 ceph-mon[113398]: pgmap v2377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:42:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:42:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:42:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:42:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:09 smithi070 ceph-mon[113398]: pgmap v2378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:42:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:42:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:42:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:42:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:09 smithi026 ceph-mon[108096]: pgmap v2378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:12 smithi026 ceph-mon[108096]: pgmap v2379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:12 smithi070 ceph-mon[113398]: pgmap v2379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:14 smithi026 ceph-mon[108096]: pgmap v2380: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:14 smithi070 ceph-mon[113398]: pgmap v2380: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:16 smithi026 ceph-mon[108096]: pgmap v2381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:16 smithi070 ceph-mon[113398]: pgmap v2381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:18 smithi026 ceph-mon[108096]: pgmap v2382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:18 smithi070 ceph-mon[113398]: pgmap v2382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:19 smithi070 ceph-mon[113398]: pgmap v2383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:19 smithi026 ceph-mon[108096]: pgmap v2383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:22 smithi026 ceph-mon[108096]: pgmap v2384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:22 smithi070 ceph-mon[113398]: pgmap v2384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:24 smithi026 ceph-mon[108096]: pgmap v2385: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:24 smithi070 ceph-mon[113398]: pgmap v2385: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:26 smithi026 ceph-mon[108096]: pgmap v2386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:26 smithi070 ceph-mon[113398]: pgmap v2386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:28 smithi026 ceph-mon[108096]: pgmap v2387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:28 smithi070 ceph-mon[113398]: pgmap v2387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:29 smithi070 ceph-mon[113398]: pgmap v2388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:29 smithi026 ceph-mon[108096]: pgmap v2388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:32.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:32 smithi026 ceph-mon[108096]: pgmap v2389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:32 smithi070 ceph-mon[113398]: pgmap v2389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:34 smithi026 ceph-mon[108096]: pgmap v2390: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:34 smithi070 ceph-mon[113398]: pgmap v2390: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:36.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:36 smithi026 ceph-mon[108096]: pgmap v2391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:36 smithi070 ceph-mon[113398]: pgmap v2391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:38 smithi026 ceph-mon[108096]: pgmap v2392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:38 smithi070 ceph-mon[113398]: pgmap v2392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:39 smithi070 ceph-mon[113398]: pgmap v2393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:39 smithi026 ceph-mon[108096]: pgmap v2393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:42 smithi026 ceph-mon[108096]: pgmap v2394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:42 smithi070 ceph-mon[113398]: pgmap v2394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:44 smithi026 ceph-mon[108096]: pgmap v2395: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:44 smithi070 ceph-mon[113398]: pgmap v2395: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:46 smithi026 ceph-mon[108096]: pgmap v2396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:46 smithi070 ceph-mon[113398]: pgmap v2396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:48 smithi026 ceph-mon[108096]: pgmap v2397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:48 smithi070 ceph-mon[113398]: pgmap v2397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:49 smithi070 ceph-mon[113398]: pgmap v2398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:49 smithi026 ceph-mon[108096]: pgmap v2398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:52 smithi026 ceph-mon[108096]: pgmap v2399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:52 smithi070 ceph-mon[113398]: pgmap v2399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:54 smithi026 ceph-mon[108096]: pgmap v2400: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:54 smithi070 ceph-mon[113398]: pgmap v2400: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:56 smithi026 ceph-mon[108096]: pgmap v2401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:56 smithi070 ceph-mon[113398]: pgmap v2401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:58 smithi026 ceph-mon[108096]: pgmap v2402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:58 smithi070 ceph-mon[113398]: pgmap v2402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:42:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:42:59 smithi070 ceph-mon[113398]: pgmap v2403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:42:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:42:59 smithi026 ceph-mon[108096]: pgmap v2403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:02 smithi026 ceph-mon[108096]: pgmap v2404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:02.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:02 smithi070 ceph-mon[113398]: pgmap v2404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:04 smithi026 ceph-mon[108096]: pgmap v2405: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:04 smithi070 ceph-mon[113398]: pgmap v2405: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:06 smithi026 ceph-mon[108096]: pgmap v2406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:06 smithi070 ceph-mon[113398]: pgmap v2406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:08 smithi026 ceph-mon[108096]: pgmap v2407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:08 smithi070 ceph-mon[113398]: pgmap v2407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:09 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:43:09.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:09 smithi070 ceph-mon[113398]: pgmap v2408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:09 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:43:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:09 smithi026 ceph-mon[108096]: pgmap v2408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:10.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:43:10.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:43:10.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:43:10.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:43:10.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:43:10.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:43:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:11 smithi070 ceph-mon[113398]: pgmap v2409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:11 smithi026 ceph-mon[108096]: pgmap v2409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:14 smithi026 ceph-mon[108096]: pgmap v2410: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:14 smithi070 ceph-mon[113398]: pgmap v2410: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:16 smithi026 ceph-mon[108096]: pgmap v2411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:16 smithi070 ceph-mon[113398]: pgmap v2411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:18 smithi026 ceph-mon[108096]: pgmap v2412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:18 smithi070 ceph-mon[113398]: pgmap v2412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:19 smithi070 ceph-mon[113398]: pgmap v2413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:19 smithi026 ceph-mon[108096]: pgmap v2413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:22 smithi026 ceph-mon[108096]: pgmap v2414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:22 smithi070 ceph-mon[113398]: pgmap v2414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:24 smithi026 ceph-mon[108096]: pgmap v2415: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:24 smithi070 ceph-mon[113398]: pgmap v2415: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:26 smithi026 ceph-mon[108096]: pgmap v2416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:26 smithi070 ceph-mon[113398]: pgmap v2416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:28 smithi026 ceph-mon[108096]: pgmap v2417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:28 smithi070 ceph-mon[113398]: pgmap v2417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:29 smithi070 ceph-mon[113398]: pgmap v2418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:29 smithi026 ceph-mon[108096]: pgmap v2418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:32.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:32 smithi026 ceph-mon[108096]: pgmap v2419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:32 smithi070 ceph-mon[113398]: pgmap v2419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:34 smithi026 ceph-mon[108096]: pgmap v2420: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:34 smithi070 ceph-mon[113398]: pgmap v2420: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:36 smithi026 ceph-mon[108096]: pgmap v2421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:36 smithi070 ceph-mon[113398]: pgmap v2421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:38.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:38 smithi026 ceph-mon[108096]: pgmap v2422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:38 smithi070 ceph-mon[113398]: pgmap v2422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:39 smithi070 ceph-mon[113398]: pgmap v2423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:39 smithi026 ceph-mon[108096]: pgmap v2423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:42 smithi026 ceph-mon[108096]: pgmap v2424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:42 smithi070 ceph-mon[113398]: pgmap v2424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:44.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:44 smithi026 ceph-mon[108096]: pgmap v2425: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:44 smithi070 ceph-mon[113398]: pgmap v2425: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:46 smithi026 ceph-mon[108096]: pgmap v2426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:46 smithi070 ceph-mon[113398]: pgmap v2426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:48 smithi026 ceph-mon[108096]: pgmap v2427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:48 smithi070 ceph-mon[113398]: pgmap v2427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:49 smithi070 ceph-mon[113398]: pgmap v2428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:49 smithi026 ceph-mon[108096]: pgmap v2428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:52 smithi026 ceph-mon[108096]: pgmap v2429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:52 smithi070 ceph-mon[113398]: pgmap v2429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:54 smithi026 ceph-mon[108096]: pgmap v2430: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:54 smithi070 ceph-mon[113398]: pgmap v2430: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:56 smithi026 ceph-mon[108096]: pgmap v2431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:56 smithi070 ceph-mon[113398]: pgmap v2431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:58 smithi026 ceph-mon[108096]: pgmap v2432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:58 smithi070 ceph-mon[113398]: pgmap v2432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:43:59.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:43:59 smithi070 ceph-mon[113398]: pgmap v2433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:43:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:43:59 smithi026 ceph-mon[108096]: pgmap v2433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:02 smithi026 ceph-mon[108096]: pgmap v2434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:02 smithi070 ceph-mon[113398]: pgmap v2434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:04 smithi026 ceph-mon[108096]: pgmap v2435: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:04 smithi070 ceph-mon[113398]: pgmap v2435: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:06 smithi026 ceph-mon[108096]: pgmap v2436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:06 smithi070 ceph-mon[113398]: pgmap v2436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:08 smithi026 ceph-mon[108096]: pgmap v2437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:08 smithi070 ceph-mon[113398]: pgmap v2437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:09 smithi070 ceph-mon[113398]: pgmap v2438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:09 smithi026 ceph-mon[108096]: pgmap v2438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:10.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:44:10.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:44:10.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:44:10.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:44:10.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:44:10.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:44:10.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:44:10.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:44:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:11 smithi070 ceph-mon[113398]: pgmap v2439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:11 smithi026 ceph-mon[108096]: pgmap v2439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:14 smithi026 ceph-mon[108096]: pgmap v2440: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:14 smithi070 ceph-mon[113398]: pgmap v2440: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:16 smithi026 ceph-mon[108096]: pgmap v2441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:16 smithi070 ceph-mon[113398]: pgmap v2441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:18 smithi026 ceph-mon[108096]: pgmap v2442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:18 smithi070 ceph-mon[113398]: pgmap v2442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:19.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:19 smithi070 ceph-mon[113398]: pgmap v2443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:19 smithi026 ceph-mon[108096]: pgmap v2443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:22.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:22 smithi026 ceph-mon[108096]: pgmap v2444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:22 smithi070 ceph-mon[113398]: pgmap v2444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:24 smithi026 ceph-mon[108096]: pgmap v2445: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:24 smithi070 ceph-mon[113398]: pgmap v2445: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:26 smithi026 ceph-mon[108096]: pgmap v2446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:26 smithi070 ceph-mon[113398]: pgmap v2446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:28 smithi026 ceph-mon[108096]: pgmap v2447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:28 smithi070 ceph-mon[113398]: pgmap v2447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:29.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:29 smithi070 ceph-mon[113398]: pgmap v2448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:29 smithi026 ceph-mon[108096]: pgmap v2448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:32 smithi026 ceph-mon[108096]: pgmap v2449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:32 smithi070 ceph-mon[113398]: pgmap v2449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:34 smithi026 ceph-mon[108096]: pgmap v2450: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:34 smithi070 ceph-mon[113398]: pgmap v2450: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:36 smithi026 ceph-mon[108096]: pgmap v2451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:36 smithi070 ceph-mon[113398]: pgmap v2451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:38 smithi026 ceph-mon[108096]: pgmap v2452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:38 smithi070 ceph-mon[113398]: pgmap v2452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:39.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:39 smithi070 ceph-mon[113398]: pgmap v2453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:39 smithi026 ceph-mon[108096]: pgmap v2453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:42 smithi026 ceph-mon[108096]: pgmap v2454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:42 smithi070 ceph-mon[113398]: pgmap v2454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:44 smithi026 ceph-mon[108096]: pgmap v2455: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:44.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:44 smithi070 ceph-mon[113398]: pgmap v2455: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:46 smithi026 ceph-mon[108096]: pgmap v2456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:46 smithi070 ceph-mon[113398]: pgmap v2456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:48 smithi026 ceph-mon[108096]: pgmap v2457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:48 smithi070 ceph-mon[113398]: pgmap v2457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:49.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:49 smithi070 ceph-mon[113398]: pgmap v2458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:49 smithi026 ceph-mon[108096]: pgmap v2458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:52 smithi026 ceph-mon[108096]: pgmap v2459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:52 smithi070 ceph-mon[113398]: pgmap v2459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:54.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:54 smithi026 ceph-mon[108096]: pgmap v2460: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:54 smithi070 ceph-mon[113398]: pgmap v2460: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:56 smithi026 ceph-mon[108096]: pgmap v2461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:56 smithi070 ceph-mon[113398]: pgmap v2461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:58 smithi026 ceph-mon[108096]: pgmap v2462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:58 smithi070 ceph-mon[113398]: pgmap v2462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:44:59.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:44:59 smithi070 ceph-mon[113398]: pgmap v2463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:44:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:44:59 smithi026 ceph-mon[108096]: pgmap v2463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:02.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:02 smithi026 ceph-mon[108096]: pgmap v2464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:02 smithi070 ceph-mon[113398]: pgmap v2464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:04 smithi026 ceph-mon[108096]: pgmap v2465: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:04 smithi070 ceph-mon[113398]: pgmap v2465: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:06 smithi026 ceph-mon[108096]: pgmap v2466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:06 smithi070 ceph-mon[113398]: pgmap v2466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:08.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:08 smithi026 ceph-mon[108096]: pgmap v2467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:08 smithi070 ceph-mon[113398]: pgmap v2467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:09.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:09 smithi070 ceph-mon[113398]: pgmap v2468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:09 smithi026 ceph-mon[108096]: pgmap v2468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:10.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:10 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:45:10.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:10 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:45:11.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:11.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:45:11.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:45:11.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:11.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:11 smithi026 ceph-mon[108096]: pgmap v2469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:12.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:45:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:45:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:45:12.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:11 smithi070 ceph-mon[113398]: pgmap v2469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:14 smithi026 ceph-mon[108096]: pgmap v2470: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:14 smithi070 ceph-mon[113398]: pgmap v2470: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:16 smithi026 ceph-mon[108096]: pgmap v2471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:16 smithi070 ceph-mon[113398]: pgmap v2471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:18 smithi026 ceph-mon[108096]: pgmap v2472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:18 smithi070 ceph-mon[113398]: pgmap v2472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:19 smithi026 ceph-mon[108096]: pgmap v2473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:19 smithi070 ceph-mon[113398]: pgmap v2473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:22 smithi026 ceph-mon[108096]: pgmap v2474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:22 smithi070 ceph-mon[113398]: pgmap v2474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:24 smithi026 ceph-mon[108096]: pgmap v2475: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:24 smithi070 ceph-mon[113398]: pgmap v2475: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:26 smithi026 ceph-mon[108096]: pgmap v2476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:26 smithi070 ceph-mon[113398]: pgmap v2476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:28 smithi026 ceph-mon[108096]: pgmap v2477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:28 smithi070 ceph-mon[113398]: pgmap v2477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:29 smithi026 ceph-mon[108096]: pgmap v2478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:29 smithi070 ceph-mon[113398]: pgmap v2478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:32 smithi026 ceph-mon[108096]: pgmap v2479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:32 smithi070 ceph-mon[113398]: pgmap v2479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:34 smithi026 ceph-mon[108096]: pgmap v2480: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:34 smithi070 ceph-mon[113398]: pgmap v2480: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:36 smithi026 ceph-mon[108096]: pgmap v2481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:36.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:36 smithi070 ceph-mon[113398]: pgmap v2481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:38 smithi026 ceph-mon[108096]: pgmap v2482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:38 smithi070 ceph-mon[113398]: pgmap v2482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:39 smithi026 ceph-mon[108096]: pgmap v2483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:39 smithi070 ceph-mon[113398]: pgmap v2483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:42 smithi026 ceph-mon[108096]: pgmap v2484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:42 smithi070 ceph-mon[113398]: pgmap v2484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:44 smithi026 ceph-mon[108096]: pgmap v2485: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:44 smithi070 ceph-mon[113398]: pgmap v2485: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:46 smithi026 ceph-mon[108096]: pgmap v2486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:46 smithi070 ceph-mon[113398]: pgmap v2486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:48 smithi026 ceph-mon[108096]: pgmap v2487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:48 smithi070 ceph-mon[113398]: pgmap v2487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:49 smithi026 ceph-mon[108096]: pgmap v2488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:49 smithi070 ceph-mon[113398]: pgmap v2488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:52 smithi026 ceph-mon[108096]: pgmap v2489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:52 smithi070 ceph-mon[113398]: pgmap v2489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:54 smithi026 ceph-mon[108096]: pgmap v2490: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:54 smithi070 ceph-mon[113398]: pgmap v2490: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:56 smithi026 ceph-mon[108096]: pgmap v2491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:56 smithi070 ceph-mon[113398]: pgmap v2491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:45:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:58 smithi026 ceph-mon[108096]: pgmap v2492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:58 smithi070 ceph-mon[113398]: pgmap v2492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:45:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:45:59 smithi026 ceph-mon[108096]: pgmap v2493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:45:59 smithi070 ceph-mon[113398]: pgmap v2493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:02 smithi026 ceph-mon[108096]: pgmap v2494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:02 smithi070 ceph-mon[113398]: pgmap v2494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:04 smithi026 ceph-mon[108096]: pgmap v2495: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:04 smithi070 ceph-mon[113398]: pgmap v2495: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:06 smithi026 ceph-mon[108096]: pgmap v2496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:06 smithi070 ceph-mon[113398]: pgmap v2496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:08 smithi026 ceph-mon[108096]: pgmap v2497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:08 smithi070 ceph-mon[113398]: pgmap v2497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:09 smithi026 ceph-mon[108096]: pgmap v2498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:09 smithi070 ceph-mon[113398]: pgmap v2498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:11.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:11 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:46:11.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:11 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:46:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:12 smithi026 ceph-mon[108096]: pgmap v2499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:46:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:46:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:46:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:12 smithi070 ceph-mon[113398]: pgmap v2499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:46:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:46:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:46:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:14 smithi026 ceph-mon[108096]: pgmap v2500: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:14 smithi070 ceph-mon[113398]: pgmap v2500: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:16 smithi026 ceph-mon[108096]: pgmap v2501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:16 smithi070 ceph-mon[113398]: pgmap v2501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:18 smithi026 ceph-mon[108096]: pgmap v2502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:18 smithi070 ceph-mon[113398]: pgmap v2502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:19 smithi026 ceph-mon[108096]: pgmap v2503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:19 smithi070 ceph-mon[113398]: pgmap v2503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:22 smithi026 ceph-mon[108096]: pgmap v2504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:22 smithi070 ceph-mon[113398]: pgmap v2504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:24 smithi026 ceph-mon[108096]: pgmap v2505: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:24 smithi070 ceph-mon[113398]: pgmap v2505: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:26 smithi026 ceph-mon[108096]: pgmap v2506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:26 smithi070 ceph-mon[113398]: pgmap v2506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:28 smithi026 ceph-mon[108096]: pgmap v2507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:28 smithi070 ceph-mon[113398]: pgmap v2507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:29 smithi026 ceph-mon[108096]: pgmap v2508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:29 smithi070 ceph-mon[113398]: pgmap v2508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:32 smithi026 ceph-mon[108096]: pgmap v2509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:32 smithi070 ceph-mon[113398]: pgmap v2509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:34 smithi026 ceph-mon[108096]: pgmap v2510: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:34 smithi070 ceph-mon[113398]: pgmap v2510: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:36 smithi026 ceph-mon[108096]: pgmap v2511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:36 smithi070 ceph-mon[113398]: pgmap v2511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:38 smithi026 ceph-mon[108096]: pgmap v2512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:38 smithi070 ceph-mon[113398]: pgmap v2512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:39 smithi026 ceph-mon[108096]: pgmap v2513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:39 smithi070 ceph-mon[113398]: pgmap v2513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:42 smithi026 ceph-mon[108096]: pgmap v2514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:42 smithi070 ceph-mon[113398]: pgmap v2514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:44 smithi026 ceph-mon[108096]: pgmap v2515: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:44 smithi070 ceph-mon[113398]: pgmap v2515: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:46 smithi026 ceph-mon[108096]: pgmap v2516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:46 smithi070 ceph-mon[113398]: pgmap v2516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:48 smithi026 ceph-mon[108096]: pgmap v2517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:48 smithi070 ceph-mon[113398]: pgmap v2517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:49 smithi026 ceph-mon[108096]: pgmap v2518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:49 smithi070 ceph-mon[113398]: pgmap v2518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:52.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:52 smithi026 ceph-mon[108096]: pgmap v2519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:52 smithi070 ceph-mon[113398]: pgmap v2519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:54 smithi026 ceph-mon[108096]: pgmap v2520: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:54 smithi070 ceph-mon[113398]: pgmap v2520: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:56 smithi026 ceph-mon[108096]: pgmap v2521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:56 smithi070 ceph-mon[113398]: pgmap v2521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:46:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:58 smithi026 ceph-mon[108096]: pgmap v2522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:58 smithi070 ceph-mon[113398]: pgmap v2522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:46:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:46:59 smithi026 ceph-mon[108096]: pgmap v2523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:46:59 smithi070 ceph-mon[113398]: pgmap v2523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:02 smithi026 ceph-mon[108096]: pgmap v2524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:02 smithi070 ceph-mon[113398]: pgmap v2524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:04 smithi026 ceph-mon[108096]: pgmap v2525: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:04 smithi070 ceph-mon[113398]: pgmap v2525: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:06 smithi026 ceph-mon[108096]: pgmap v2526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:06 smithi070 ceph-mon[113398]: pgmap v2526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:08 smithi026 ceph-mon[108096]: pgmap v2527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:08 smithi070 ceph-mon[113398]: pgmap v2527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:09 smithi026 ceph-mon[108096]: pgmap v2528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:09 smithi070 ceph-mon[113398]: pgmap v2528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:12 smithi026 ceph-mon[108096]: pgmap v2529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:47:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:47:12.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:47:12.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:12 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:47:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:12 smithi070 ceph-mon[113398]: pgmap v2529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:47:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:47:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:47:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:12 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:47:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:14 smithi026 ceph-mon[108096]: pgmap v2530: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:14 smithi070 ceph-mon[113398]: pgmap v2530: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:16.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:16 smithi026 ceph-mon[108096]: pgmap v2531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:16 smithi070 ceph-mon[113398]: pgmap v2531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:18 smithi026 ceph-mon[108096]: pgmap v2532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:18 smithi070 ceph-mon[113398]: pgmap v2532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:19 smithi026 ceph-mon[108096]: pgmap v2533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:19 smithi070 ceph-mon[113398]: pgmap v2533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:22 smithi026 ceph-mon[108096]: pgmap v2534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:22 smithi070 ceph-mon[113398]: pgmap v2534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:24.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:24 smithi026 ceph-mon[108096]: pgmap v2535: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:24 smithi070 ceph-mon[113398]: pgmap v2535: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:26 smithi026 ceph-mon[108096]: pgmap v2536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:26 smithi070 ceph-mon[113398]: pgmap v2536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:28 smithi026 ceph-mon[108096]: pgmap v2537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:28 smithi070 ceph-mon[113398]: pgmap v2537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:29 smithi026 ceph-mon[108096]: pgmap v2538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:29 smithi070 ceph-mon[113398]: pgmap v2538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:32 smithi026 ceph-mon[108096]: pgmap v2539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:32 smithi070 ceph-mon[113398]: pgmap v2539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:34 smithi026 ceph-mon[108096]: pgmap v2540: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:34 smithi070 ceph-mon[113398]: pgmap v2540: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:36 smithi026 ceph-mon[108096]: pgmap v2541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:36 smithi070 ceph-mon[113398]: pgmap v2541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:38 smithi026 ceph-mon[108096]: pgmap v2542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:38.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:38 smithi070 ceph-mon[113398]: pgmap v2542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:39 smithi026 ceph-mon[108096]: pgmap v2543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:39 smithi070 ceph-mon[113398]: pgmap v2543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:42 smithi026 ceph-mon[108096]: pgmap v2544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:42 smithi070 ceph-mon[113398]: pgmap v2544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:44 smithi026 ceph-mon[108096]: pgmap v2545: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:44 smithi070 ceph-mon[113398]: pgmap v2545: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:46 smithi026 ceph-mon[108096]: pgmap v2546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:46 smithi070 ceph-mon[113398]: pgmap v2546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:48 smithi026 ceph-mon[108096]: pgmap v2547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:48 smithi070 ceph-mon[113398]: pgmap v2547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:49 smithi026 ceph-mon[108096]: pgmap v2548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:49 smithi070 ceph-mon[113398]: pgmap v2548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:52 smithi026 ceph-mon[108096]: pgmap v2549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:52 smithi070 ceph-mon[113398]: pgmap v2549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:54 smithi026 ceph-mon[108096]: pgmap v2550: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:54 smithi070 ceph-mon[113398]: pgmap v2550: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:56 smithi026 ceph-mon[108096]: pgmap v2551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:56 smithi070 ceph-mon[113398]: pgmap v2551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:47:58.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:58 smithi026 ceph-mon[108096]: pgmap v2552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:58 smithi070 ceph-mon[113398]: pgmap v2552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:47:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:47:59 smithi026 ceph-mon[108096]: pgmap v2553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:47:59 smithi070 ceph-mon[113398]: pgmap v2553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:02 smithi026 ceph-mon[108096]: pgmap v2554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:02 smithi070 ceph-mon[113398]: pgmap v2554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:04 smithi026 ceph-mon[108096]: pgmap v2555: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:04 smithi070 ceph-mon[113398]: pgmap v2555: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:06 smithi026 ceph-mon[108096]: pgmap v2556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:06 smithi070 ceph-mon[113398]: pgmap v2556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:08 smithi026 ceph-mon[108096]: pgmap v2557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:08 smithi070 ceph-mon[113398]: pgmap v2557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:09 smithi026 ceph-mon[108096]: pgmap v2558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:09 smithi070 ceph-mon[113398]: pgmap v2558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:12 smithi026 ceph-mon[108096]: pgmap v2559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:12 smithi070 ceph-mon[113398]: pgmap v2559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:13.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:48:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:13.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:13 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:13.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:48:13.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:13.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:13 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:14.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:14 smithi026 ceph-mon[108096]: pgmap v2560: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:14.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:14.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:14.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:48:14.733 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:48:14.733 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:14.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:14 smithi070 ceph-mon[113398]: pgmap v2560: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:14.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:14.816 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:14.816 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:48:14.816 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:48:14.816 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:48:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:16 smithi026 ceph-mon[108096]: pgmap v2561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:16 smithi070 ceph-mon[113398]: pgmap v2561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:18 smithi026 ceph-mon[108096]: pgmap v2562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:18 smithi070 ceph-mon[113398]: pgmap v2562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:19 smithi026 ceph-mon[108096]: pgmap v2563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:19 smithi070 ceph-mon[113398]: pgmap v2563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:22 smithi026 ceph-mon[108096]: pgmap v2564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:22 smithi070 ceph-mon[113398]: pgmap v2564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:24 smithi026 ceph-mon[108096]: pgmap v2565: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:24 smithi070 ceph-mon[113398]: pgmap v2565: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:26 smithi026 ceph-mon[108096]: pgmap v2566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:26 smithi070 ceph-mon[113398]: pgmap v2566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:28 smithi026 ceph-mon[108096]: pgmap v2567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:28 smithi070 ceph-mon[113398]: pgmap v2567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:29 smithi026 ceph-mon[108096]: pgmap v2568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:29 smithi070 ceph-mon[113398]: pgmap v2568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:32 smithi026 ceph-mon[108096]: pgmap v2569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:32 smithi070 ceph-mon[113398]: pgmap v2569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:34 smithi026 ceph-mon[108096]: pgmap v2570: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:34 smithi070 ceph-mon[113398]: pgmap v2570: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:36 smithi026 ceph-mon[108096]: pgmap v2571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:36 smithi070 ceph-mon[113398]: pgmap v2571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:38.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:38 smithi026 ceph-mon[108096]: pgmap v2572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:38 smithi070 ceph-mon[113398]: pgmap v2572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:39 smithi026 ceph-mon[108096]: pgmap v2573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:39 smithi070 ceph-mon[113398]: pgmap v2573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:42 smithi026 ceph-mon[108096]: pgmap v2574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:42 smithi070 ceph-mon[113398]: pgmap v2574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:44 smithi026 ceph-mon[108096]: pgmap v2575: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:44 smithi070 ceph-mon[113398]: pgmap v2575: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:46 smithi026 ceph-mon[108096]: pgmap v2576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:46 smithi070 ceph-mon[113398]: pgmap v2576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:48 smithi026 ceph-mon[108096]: pgmap v2577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:48 smithi070 ceph-mon[113398]: pgmap v2577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:49 smithi026 ceph-mon[108096]: pgmap v2578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:49 smithi070 ceph-mon[113398]: pgmap v2578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:52 smithi026 ceph-mon[108096]: pgmap v2579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:52 smithi070 ceph-mon[113398]: pgmap v2579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:54 smithi026 ceph-mon[108096]: pgmap v2580: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:54 smithi070 ceph-mon[113398]: pgmap v2580: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:56 smithi026 ceph-mon[108096]: pgmap v2581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:56 smithi070 ceph-mon[113398]: pgmap v2581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:48:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:58 smithi026 ceph-mon[108096]: pgmap v2582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:58 smithi070 ceph-mon[113398]: pgmap v2582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:48:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:48:59 smithi026 ceph-mon[108096]: pgmap v2583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:48:59 smithi070 ceph-mon[113398]: pgmap v2583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:02 smithi026 ceph-mon[108096]: pgmap v2584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:02 smithi070 ceph-mon[113398]: pgmap v2584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:04 smithi026 ceph-mon[108096]: pgmap v2585: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:04 smithi070 ceph-mon[113398]: pgmap v2585: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:06 smithi026 ceph-mon[108096]: pgmap v2586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:06 smithi070 ceph-mon[113398]: pgmap v2586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:08 smithi026 ceph-mon[108096]: pgmap v2587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:08 smithi070 ceph-mon[113398]: pgmap v2587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:09 smithi026 ceph-mon[108096]: pgmap v2588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:09 smithi070 ceph-mon[113398]: pgmap v2588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:12 smithi026 ceph-mon[108096]: pgmap v2589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:12 smithi070 ceph-mon[113398]: pgmap v2589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:14 smithi026 ceph-mon[108096]: pgmap v2590: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:14.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:14 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:49:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:14 smithi070 ceph-mon[113398]: pgmap v2590: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:14.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:14 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:49:15.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:49:15.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:49:15.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:49:15.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:49:15.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:49:15.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:49:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:16 smithi070 ceph-mon[113398]: pgmap v2591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:16 smithi026 ceph-mon[108096]: pgmap v2591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:18 smithi070 ceph-mon[113398]: pgmap v2592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:18 smithi026 ceph-mon[108096]: pgmap v2592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:19 smithi026 ceph-mon[108096]: pgmap v2593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:19 smithi070 ceph-mon[113398]: pgmap v2593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:22 smithi026 ceph-mon[108096]: pgmap v2594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:22 smithi070 ceph-mon[113398]: pgmap v2594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:24 smithi026 ceph-mon[108096]: pgmap v2595: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:24 smithi070 ceph-mon[113398]: pgmap v2595: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:26 smithi026 ceph-mon[108096]: pgmap v2596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:26 smithi070 ceph-mon[113398]: pgmap v2596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:28 smithi026 ceph-mon[108096]: pgmap v2597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:28 smithi070 ceph-mon[113398]: pgmap v2597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:29 smithi026 ceph-mon[108096]: pgmap v2598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:29 smithi070 ceph-mon[113398]: pgmap v2598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:32 smithi026 ceph-mon[108096]: pgmap v2599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:32 smithi070 ceph-mon[113398]: pgmap v2599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:34 smithi026 ceph-mon[108096]: pgmap v2600: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:34 smithi070 ceph-mon[113398]: pgmap v2600: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:36 smithi026 ceph-mon[108096]: pgmap v2601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:36 smithi070 ceph-mon[113398]: pgmap v2601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:38 smithi026 ceph-mon[108096]: pgmap v2602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:38 smithi070 ceph-mon[113398]: pgmap v2602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:39 smithi026 ceph-mon[108096]: pgmap v2603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:39 smithi070 ceph-mon[113398]: pgmap v2603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:42 smithi026 ceph-mon[108096]: pgmap v2604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:42 smithi070 ceph-mon[113398]: pgmap v2604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:44 smithi026 ceph-mon[108096]: pgmap v2605: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:44 smithi070 ceph-mon[113398]: pgmap v2605: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:46.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:46 smithi026 ceph-mon[108096]: pgmap v2606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:46 smithi070 ceph-mon[113398]: pgmap v2606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:48 smithi026 ceph-mon[108096]: pgmap v2607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:48 smithi070 ceph-mon[113398]: pgmap v2607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:49 smithi026 ceph-mon[108096]: pgmap v2608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:49 smithi070 ceph-mon[113398]: pgmap v2608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:52 smithi026 ceph-mon[108096]: pgmap v2609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:52 smithi070 ceph-mon[113398]: pgmap v2609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:54 smithi026 ceph-mon[108096]: pgmap v2610: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:54 smithi070 ceph-mon[113398]: pgmap v2610: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:56 smithi026 ceph-mon[108096]: pgmap v2611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:56 smithi070 ceph-mon[113398]: pgmap v2611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:49:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:58 smithi026 ceph-mon[108096]: pgmap v2612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:58 smithi070 ceph-mon[113398]: pgmap v2612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:49:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:49:59 smithi026 ceph-mon[108096]: pgmap v2613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:49:59 smithi070 ceph-mon[113398]: pgmap v2613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:00.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T11:50:01.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T11:50:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:01 smithi026 ceph-mon[108096]: pgmap v2614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:01 smithi070 ceph-mon[113398]: pgmap v2614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:04 smithi026 ceph-mon[108096]: pgmap v2615: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:04 smithi070 ceph-mon[113398]: pgmap v2615: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:06 smithi026 ceph-mon[108096]: pgmap v2616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:06 smithi070 ceph-mon[113398]: pgmap v2616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:08 smithi026 ceph-mon[108096]: pgmap v2617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:08 smithi070 ceph-mon[113398]: pgmap v2617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:09 smithi026 ceph-mon[108096]: pgmap v2618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:09 smithi070 ceph-mon[113398]: pgmap v2618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:12 smithi026 ceph-mon[108096]: pgmap v2619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:12 smithi070 ceph-mon[113398]: pgmap v2619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:14 smithi026 ceph-mon[108096]: pgmap v2620: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:14 smithi070 ceph-mon[113398]: pgmap v2620: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:15.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:50:15.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:50:15.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:50:15.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:50:15.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:50:15.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:50:15.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:50:15.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:50:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:16 smithi026 ceph-mon[108096]: pgmap v2621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:16 smithi070 ceph-mon[113398]: pgmap v2621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:18 smithi026 ceph-mon[108096]: pgmap v2622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:18 smithi070 ceph-mon[113398]: pgmap v2622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:19 smithi026 ceph-mon[108096]: pgmap v2623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:19 smithi070 ceph-mon[113398]: pgmap v2623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:22.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:22 smithi026 ceph-mon[108096]: pgmap v2624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:22 smithi070 ceph-mon[113398]: pgmap v2624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:24 smithi026 ceph-mon[108096]: pgmap v2625: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:24 smithi070 ceph-mon[113398]: pgmap v2625: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:26 smithi026 ceph-mon[108096]: pgmap v2626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:26 smithi070 ceph-mon[113398]: pgmap v2626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:28 smithi026 ceph-mon[108096]: pgmap v2627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:28 smithi070 ceph-mon[113398]: pgmap v2627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:29 smithi026 ceph-mon[108096]: pgmap v2628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:29 smithi070 ceph-mon[113398]: pgmap v2628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:32.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:32 smithi026 ceph-mon[108096]: pgmap v2629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:32 smithi070 ceph-mon[113398]: pgmap v2629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:34 smithi026 ceph-mon[108096]: pgmap v2630: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:34 smithi070 ceph-mon[113398]: pgmap v2630: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:36 smithi026 ceph-mon[108096]: pgmap v2631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:36 smithi070 ceph-mon[113398]: pgmap v2631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:38 smithi026 ceph-mon[108096]: pgmap v2632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:38 smithi070 ceph-mon[113398]: pgmap v2632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:39 smithi026 ceph-mon[108096]: pgmap v2633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:39 smithi070 ceph-mon[113398]: pgmap v2633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:42 smithi026 ceph-mon[108096]: pgmap v2634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:42 smithi070 ceph-mon[113398]: pgmap v2634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:44 smithi026 ceph-mon[108096]: pgmap v2635: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:44 smithi070 ceph-mon[113398]: pgmap v2635: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:46.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:46 smithi026 ceph-mon[108096]: pgmap v2636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:46 smithi070 ceph-mon[113398]: pgmap v2636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:48.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:48 smithi026 ceph-mon[108096]: pgmap v2637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:48 smithi070 ceph-mon[113398]: pgmap v2637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:49 smithi026 ceph-mon[108096]: pgmap v2638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:49 smithi070 ceph-mon[113398]: pgmap v2638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:52 smithi026 ceph-mon[108096]: pgmap v2639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:52 smithi070 ceph-mon[113398]: pgmap v2639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:54.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:54 smithi026 ceph-mon[108096]: pgmap v2640: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:54.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:54 smithi070 ceph-mon[113398]: pgmap v2640: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:56.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:56 smithi026 ceph-mon[108096]: pgmap v2641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:56 smithi070 ceph-mon[113398]: pgmap v2641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:50:58.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:58 smithi026 ceph-mon[108096]: pgmap v2642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:58 smithi070 ceph-mon[113398]: pgmap v2642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:50:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:50:59 smithi026 ceph-mon[108096]: pgmap v2643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:50:59 smithi070 ceph-mon[113398]: pgmap v2643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:02 smithi026 ceph-mon[108096]: pgmap v2644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:02 smithi070 ceph-mon[113398]: pgmap v2644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:04.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:04 smithi026 ceph-mon[108096]: pgmap v2645: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:04 smithi070 ceph-mon[113398]: pgmap v2645: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:06.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:06 smithi026 ceph-mon[108096]: pgmap v2646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:06 smithi070 ceph-mon[113398]: pgmap v2646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:08.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:08 smithi026 ceph-mon[108096]: pgmap v2647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:08 smithi070 ceph-mon[113398]: pgmap v2647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:09 smithi026 ceph-mon[108096]: pgmap v2648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:09 smithi070 ceph-mon[113398]: pgmap v2648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:12.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:12 smithi026 ceph-mon[108096]: pgmap v2649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:12 smithi070 ceph-mon[113398]: pgmap v2649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:14.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:14 smithi026 ceph-mon[108096]: pgmap v2650: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:14 smithi070 ceph-mon[113398]: pgmap v2650: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:15.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:15 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:51:15.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:15 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:51:16.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:16 smithi026 ceph-mon[108096]: pgmap v2651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:16.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:51:16.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:51:16.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:51:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:16 smithi070 ceph-mon[113398]: pgmap v2651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:51:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:51:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:51:18.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:18 smithi026 ceph-mon[108096]: pgmap v2652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:18.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:18 smithi070 ceph-mon[113398]: pgmap v2652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:19 smithi026 ceph-mon[108096]: pgmap v2653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:19 smithi070 ceph-mon[113398]: pgmap v2653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:22.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:22 smithi026 ceph-mon[108096]: pgmap v2654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:22 smithi070 ceph-mon[113398]: pgmap v2654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:24.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:24 smithi026 ceph-mon[108096]: pgmap v2655: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:24 smithi070 ceph-mon[113398]: pgmap v2655: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:26.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:26 smithi026 ceph-mon[108096]: pgmap v2656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:26 smithi070 ceph-mon[113398]: pgmap v2656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:28.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:28 smithi026 ceph-mon[108096]: pgmap v2657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:28 smithi070 ceph-mon[113398]: pgmap v2657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:29 smithi026 ceph-mon[108096]: pgmap v2658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:29 smithi070 ceph-mon[113398]: pgmap v2658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:32.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:32 smithi026 ceph-mon[108096]: pgmap v2659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:32 smithi070 ceph-mon[113398]: pgmap v2659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:34.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:34 smithi026 ceph-mon[108096]: pgmap v2660: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:34 smithi070 ceph-mon[113398]: pgmap v2660: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:36.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:36 smithi026 ceph-mon[108096]: pgmap v2661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:36 smithi070 ceph-mon[113398]: pgmap v2661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:38.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:38 smithi026 ceph-mon[108096]: pgmap v2662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:38 smithi070 ceph-mon[113398]: pgmap v2662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:39 smithi026 ceph-mon[108096]: pgmap v2663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:39 smithi070 ceph-mon[113398]: pgmap v2663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:42.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:42 smithi026 ceph-mon[108096]: pgmap v2664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:42 smithi070 ceph-mon[113398]: pgmap v2664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:44.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:44 smithi026 ceph-mon[108096]: pgmap v2665: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:44 smithi070 ceph-mon[113398]: pgmap v2665: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:46.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:46 smithi026 ceph-mon[108096]: pgmap v2666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:46 smithi070 ceph-mon[113398]: pgmap v2666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:48 smithi070 ceph-mon[113398]: pgmap v2667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:48.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:48 smithi026 ceph-mon[108096]: pgmap v2667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:49 smithi026 ceph-mon[108096]: pgmap v2668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:49 smithi070 ceph-mon[113398]: pgmap v2668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:52.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:52 smithi026 ceph-mon[108096]: pgmap v2669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:52 smithi070 ceph-mon[113398]: pgmap v2669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:54.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:54 smithi026 ceph-mon[108096]: pgmap v2670: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:54 smithi070 ceph-mon[113398]: pgmap v2670: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:56 smithi070 ceph-mon[113398]: pgmap v2671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:56 smithi026 ceph-mon[108096]: pgmap v2671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:51:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:58 smithi070 ceph-mon[113398]: pgmap v2672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:58 smithi026 ceph-mon[108096]: pgmap v2672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:51:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:51:59 smithi026 ceph-mon[108096]: pgmap v2673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:51:59 smithi070 ceph-mon[113398]: pgmap v2673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:02.729 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:02 smithi026 ceph-mon[108096]: pgmap v2674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:02 smithi070 ceph-mon[113398]: pgmap v2674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:04 smithi070 ceph-mon[113398]: pgmap v2675: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:04 smithi026 ceph-mon[108096]: pgmap v2675: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:06 smithi070 ceph-mon[113398]: pgmap v2676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:06 smithi026 ceph-mon[108096]: pgmap v2676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:08 smithi070 ceph-mon[113398]: pgmap v2677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:08 smithi026 ceph-mon[108096]: pgmap v2677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:09 smithi026 ceph-mon[108096]: pgmap v2678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:09 smithi070 ceph-mon[113398]: pgmap v2678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:12 smithi070 ceph-mon[113398]: pgmap v2679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:12 smithi026 ceph-mon[108096]: pgmap v2679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:14 smithi070 ceph-mon[113398]: pgmap v2680: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:14 smithi026 ceph-mon[108096]: pgmap v2680: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:16 smithi070 ceph-mon[113398]: pgmap v2681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:52:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:52:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:52:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:16 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:52:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:16 smithi026 ceph-mon[108096]: pgmap v2681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:52:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:52:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:52:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:16 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:52:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:18 smithi070 ceph-mon[113398]: pgmap v2682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:18 smithi026 ceph-mon[108096]: pgmap v2682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:19 smithi026 ceph-mon[108096]: pgmap v2683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:19 smithi070 ceph-mon[113398]: pgmap v2683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:22 smithi070 ceph-mon[113398]: pgmap v2684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:22.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:22 smithi026 ceph-mon[108096]: pgmap v2684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:24 smithi070 ceph-mon[113398]: pgmap v2685: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:24.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:24 smithi026 ceph-mon[108096]: pgmap v2685: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:26 smithi070 ceph-mon[113398]: pgmap v2686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:26 smithi026 ceph-mon[108096]: pgmap v2686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:28 smithi070 ceph-mon[113398]: pgmap v2687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:28 smithi026 ceph-mon[108096]: pgmap v2687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:29 smithi026 ceph-mon[108096]: pgmap v2688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:29 smithi070 ceph-mon[113398]: pgmap v2688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:32 smithi070 ceph-mon[113398]: pgmap v2689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:32 smithi026 ceph-mon[108096]: pgmap v2689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:34 smithi070 ceph-mon[113398]: pgmap v2690: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:34 smithi026 ceph-mon[108096]: pgmap v2690: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:36 smithi070 ceph-mon[113398]: pgmap v2691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:36.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:36 smithi026 ceph-mon[108096]: pgmap v2691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:38 smithi070 ceph-mon[113398]: pgmap v2692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:38 smithi026 ceph-mon[108096]: pgmap v2692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:39 smithi026 ceph-mon[108096]: pgmap v2693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:39 smithi070 ceph-mon[113398]: pgmap v2693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:42 smithi070 ceph-mon[113398]: pgmap v2694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:42 smithi026 ceph-mon[108096]: pgmap v2694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:44 smithi070 ceph-mon[113398]: pgmap v2695: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:44 smithi026 ceph-mon[108096]: pgmap v2695: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:46 smithi070 ceph-mon[113398]: pgmap v2696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:46 smithi026 ceph-mon[108096]: pgmap v2696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:48 smithi070 ceph-mon[113398]: pgmap v2697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:48.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:48 smithi026 ceph-mon[108096]: pgmap v2697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:49 smithi026 ceph-mon[108096]: pgmap v2698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:49 smithi070 ceph-mon[113398]: pgmap v2698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:52 smithi070 ceph-mon[113398]: pgmap v2699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:52 smithi026 ceph-mon[108096]: pgmap v2699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:54 smithi070 ceph-mon[113398]: pgmap v2700: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:54 smithi026 ceph-mon[108096]: pgmap v2700: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:56.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:56 smithi070 ceph-mon[113398]: pgmap v2701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:56 smithi026 ceph-mon[108096]: pgmap v2701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:52:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:58 smithi070 ceph-mon[113398]: pgmap v2702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:58 smithi026 ceph-mon[108096]: pgmap v2702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:52:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:52:59 smithi026 ceph-mon[108096]: pgmap v2703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:52:59 smithi070 ceph-mon[113398]: pgmap v2703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:02 smithi070 ceph-mon[113398]: pgmap v2704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:02.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:02 smithi026 ceph-mon[108096]: pgmap v2704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:04.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:04 smithi070 ceph-mon[113398]: pgmap v2705: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:04 smithi026 ceph-mon[108096]: pgmap v2705: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:06.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:06 smithi070 ceph-mon[113398]: pgmap v2706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:06 smithi026 ceph-mon[108096]: pgmap v2706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:08 smithi070 ceph-mon[113398]: pgmap v2707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:08 smithi026 ceph-mon[108096]: pgmap v2707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:09 smithi026 ceph-mon[108096]: pgmap v2708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:09 smithi070 ceph-mon[113398]: pgmap v2708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:12 smithi070 ceph-mon[113398]: pgmap v2709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:12 smithi026 ceph-mon[108096]: pgmap v2709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:14 smithi070 ceph-mon[113398]: pgmap v2710: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:14 smithi026 ceph-mon[108096]: pgmap v2710: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:16 smithi070 ceph-mon[113398]: pgmap v2711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:16 smithi026 ceph-mon[108096]: pgmap v2711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:17.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:53:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:53:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:53:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:53:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:53:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:53:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:53:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:53:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:18 smithi070 ceph-mon[113398]: pgmap v2712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:18 smithi026 ceph-mon[108096]: pgmap v2712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:19 smithi026 ceph-mon[108096]: pgmap v2713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:19 smithi070 ceph-mon[113398]: pgmap v2713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:22 smithi070 ceph-mon[113398]: pgmap v2714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:22.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:22 smithi026 ceph-mon[108096]: pgmap v2714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:24 smithi070 ceph-mon[113398]: pgmap v2715: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:24.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:24 smithi026 ceph-mon[108096]: pgmap v2715: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:26 smithi070 ceph-mon[113398]: pgmap v2716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:26 smithi026 ceph-mon[108096]: pgmap v2716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:28 smithi070 ceph-mon[113398]: pgmap v2717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:28 smithi026 ceph-mon[108096]: pgmap v2717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:29 smithi026 ceph-mon[108096]: pgmap v2718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:29 smithi070 ceph-mon[113398]: pgmap v2718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:32 smithi070 ceph-mon[113398]: pgmap v2719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:32 smithi026 ceph-mon[108096]: pgmap v2719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:34.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:34 smithi070 ceph-mon[113398]: pgmap v2720: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:34 smithi026 ceph-mon[108096]: pgmap v2720: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:36 smithi070 ceph-mon[113398]: pgmap v2721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:36.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:36 smithi026 ceph-mon[108096]: pgmap v2721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:38 smithi070 ceph-mon[113398]: pgmap v2722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:38 smithi026 ceph-mon[108096]: pgmap v2722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:39 smithi026 ceph-mon[108096]: pgmap v2723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:39 smithi070 ceph-mon[113398]: pgmap v2723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:42 smithi070 ceph-mon[113398]: pgmap v2724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:42 smithi026 ceph-mon[108096]: pgmap v2724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:44 smithi070 ceph-mon[113398]: pgmap v2725: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:44 smithi026 ceph-mon[108096]: pgmap v2725: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:46.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:46 smithi070 ceph-mon[113398]: pgmap v2726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:46 smithi026 ceph-mon[108096]: pgmap v2726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:48 smithi070 ceph-mon[113398]: pgmap v2727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:48.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:48 smithi026 ceph-mon[108096]: pgmap v2727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:49 smithi026 ceph-mon[108096]: pgmap v2728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:50.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:49 smithi070 ceph-mon[113398]: pgmap v2728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:52 smithi070 ceph-mon[113398]: pgmap v2729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:52 smithi026 ceph-mon[108096]: pgmap v2729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:54 smithi070 ceph-mon[113398]: pgmap v2730: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:54 smithi026 ceph-mon[108096]: pgmap v2730: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:56 smithi070 ceph-mon[113398]: pgmap v2731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:56 smithi026 ceph-mon[108096]: pgmap v2731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:53:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:58 smithi070 ceph-mon[113398]: pgmap v2732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:58 smithi026 ceph-mon[108096]: pgmap v2732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:53:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:53:59 smithi026 ceph-mon[108096]: pgmap v2733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:53:59 smithi070 ceph-mon[113398]: pgmap v2733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:02 smithi070 ceph-mon[113398]: pgmap v2734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:02.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:02 smithi026 ceph-mon[108096]: pgmap v2734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:04 smithi070 ceph-mon[113398]: pgmap v2735: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:04 smithi026 ceph-mon[108096]: pgmap v2735: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:06 smithi070 ceph-mon[113398]: pgmap v2736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:06 smithi026 ceph-mon[108096]: pgmap v2736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:08 smithi070 ceph-mon[113398]: pgmap v2737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:08 smithi026 ceph-mon[108096]: pgmap v2737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:09 smithi026 ceph-mon[108096]: pgmap v2738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:09 smithi070 ceph-mon[113398]: pgmap v2738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:12 smithi070 ceph-mon[113398]: pgmap v2739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:12 smithi026 ceph-mon[108096]: pgmap v2739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:14.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:14 smithi070 ceph-mon[113398]: pgmap v2740: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:14 smithi026 ceph-mon[108096]: pgmap v2740: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:16 smithi070 ceph-mon[113398]: pgmap v2741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:16 smithi026 ceph-mon[108096]: pgmap v2741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:54:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:54:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:54:17.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:17 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:54:17.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:54:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:54:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:54:17.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:17 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:54:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:18 smithi070 ceph-mon[113398]: pgmap v2742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:18 smithi026 ceph-mon[108096]: pgmap v2742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:19 smithi026 ceph-mon[108096]: pgmap v2743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:19 smithi070 ceph-mon[113398]: pgmap v2743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:22 smithi070 ceph-mon[113398]: pgmap v2744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:22.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:22 smithi026 ceph-mon[108096]: pgmap v2744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:24 smithi070 ceph-mon[113398]: pgmap v2745: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:24.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:24 smithi026 ceph-mon[108096]: pgmap v2745: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:26 smithi070 ceph-mon[113398]: pgmap v2746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:26 smithi026 ceph-mon[108096]: pgmap v2746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:28 smithi070 ceph-mon[113398]: pgmap v2747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:28 smithi026 ceph-mon[108096]: pgmap v2747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:29 smithi026 ceph-mon[108096]: pgmap v2748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:29 smithi070 ceph-mon[113398]: pgmap v2748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:32 smithi070 ceph-mon[113398]: pgmap v2749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:32 smithi026 ceph-mon[108096]: pgmap v2749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:34.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:34 smithi070 ceph-mon[113398]: pgmap v2750: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:34 smithi026 ceph-mon[108096]: pgmap v2750: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:36.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:36 smithi070 ceph-mon[113398]: pgmap v2751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:36 smithi026 ceph-mon[108096]: pgmap v2751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:38 smithi070 ceph-mon[113398]: pgmap v2752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:38 smithi026 ceph-mon[108096]: pgmap v2752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:39 smithi026 ceph-mon[108096]: pgmap v2753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:39 smithi070 ceph-mon[113398]: pgmap v2753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:42 smithi070 ceph-mon[113398]: pgmap v2754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:42 smithi026 ceph-mon[108096]: pgmap v2754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:44 smithi070 ceph-mon[113398]: pgmap v2755: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:44 smithi026 ceph-mon[108096]: pgmap v2755: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:46 smithi070 ceph-mon[113398]: pgmap v2756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:46 smithi026 ceph-mon[108096]: pgmap v2756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:48 smithi070 ceph-mon[113398]: pgmap v2757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:48.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:48 smithi026 ceph-mon[108096]: pgmap v2757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:49 smithi026 ceph-mon[108096]: pgmap v2758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:49 smithi070 ceph-mon[113398]: pgmap v2758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:52 smithi070 ceph-mon[113398]: pgmap v2759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:52 smithi026 ceph-mon[108096]: pgmap v2759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:54.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:54 smithi070 ceph-mon[113398]: pgmap v2760: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:54 smithi026 ceph-mon[108096]: pgmap v2760: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:56 smithi070 ceph-mon[113398]: pgmap v2761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:56 smithi026 ceph-mon[108096]: pgmap v2761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:54:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:58 smithi070 ceph-mon[113398]: pgmap v2762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:58 smithi026 ceph-mon[108096]: pgmap v2762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:54:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:54:59 smithi026 ceph-mon[108096]: pgmap v2763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:54:59 smithi070 ceph-mon[113398]: pgmap v2763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:02.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:02 smithi070 ceph-mon[113398]: pgmap v2764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:02 smithi026 ceph-mon[108096]: pgmap v2764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:04 smithi070 ceph-mon[113398]: pgmap v2765: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:04 smithi026 ceph-mon[108096]: pgmap v2765: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:06 smithi070 ceph-mon[113398]: pgmap v2766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:06 smithi026 ceph-mon[108096]: pgmap v2766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:08 smithi070 ceph-mon[113398]: pgmap v2767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:08 smithi026 ceph-mon[108096]: pgmap v2767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:09 smithi026 ceph-mon[108096]: pgmap v2768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:09 smithi070 ceph-mon[113398]: pgmap v2768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:12 smithi070 ceph-mon[113398]: pgmap v2769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:12 smithi026 ceph-mon[108096]: pgmap v2769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:14 smithi070 ceph-mon[113398]: pgmap v2770: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:14 smithi026 ceph-mon[108096]: pgmap v2770: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:16 smithi070 ceph-mon[113398]: pgmap v2771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:16 smithi026 ceph-mon[108096]: pgmap v2771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:18 smithi070 ceph-mon[113398]: pgmap v2772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:18.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:55:18.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:18 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:18 smithi026 ceph-mon[108096]: pgmap v2772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:55:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:18.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:18 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:55:19.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:55:19.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:19.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:55:19.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:55:19.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:55:20.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:20 smithi070 ceph-mon[113398]: pgmap v2773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:20.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:20 smithi026 ceph-mon[108096]: pgmap v2773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:22 smithi070 ceph-mon[113398]: pgmap v2774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:22.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:22 smithi026 ceph-mon[108096]: pgmap v2774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:24 smithi070 ceph-mon[113398]: pgmap v2775: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:24.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:24 smithi026 ceph-mon[108096]: pgmap v2775: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:26 smithi070 ceph-mon[113398]: pgmap v2776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:26 smithi026 ceph-mon[108096]: pgmap v2776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:28.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:28 smithi070 ceph-mon[113398]: pgmap v2777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:28 smithi026 ceph-mon[108096]: pgmap v2777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:29 smithi026 ceph-mon[108096]: pgmap v2778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:29 smithi070 ceph-mon[113398]: pgmap v2778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:32 smithi070 ceph-mon[113398]: pgmap v2779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:32 smithi026 ceph-mon[108096]: pgmap v2779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:34 smithi070 ceph-mon[113398]: pgmap v2780: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:34 smithi026 ceph-mon[108096]: pgmap v2780: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:36 smithi070 ceph-mon[113398]: pgmap v2781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:36 smithi026 ceph-mon[108096]: pgmap v2781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:38.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:38 smithi070 ceph-mon[113398]: pgmap v2782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:38 smithi026 ceph-mon[108096]: pgmap v2782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:39 smithi026 ceph-mon[108096]: pgmap v2783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:39 smithi070 ceph-mon[113398]: pgmap v2783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:42 smithi070 ceph-mon[113398]: pgmap v2784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:42 smithi026 ceph-mon[108096]: pgmap v2784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:44 smithi070 ceph-mon[113398]: pgmap v2785: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:44 smithi026 ceph-mon[108096]: pgmap v2785: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:46.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:46 smithi070 ceph-mon[113398]: pgmap v2786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:46 smithi026 ceph-mon[108096]: pgmap v2786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:48 smithi070 ceph-mon[113398]: pgmap v2787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:48 smithi026 ceph-mon[108096]: pgmap v2787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:49 smithi026 ceph-mon[108096]: pgmap v2788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:49 smithi070 ceph-mon[113398]: pgmap v2788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:52 smithi070 ceph-mon[113398]: pgmap v2789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:52 smithi026 ceph-mon[108096]: pgmap v2789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:54 smithi070 ceph-mon[113398]: pgmap v2790: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:54 smithi026 ceph-mon[108096]: pgmap v2790: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:56 smithi070 ceph-mon[113398]: pgmap v2791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:56 smithi026 ceph-mon[108096]: pgmap v2791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:55:58.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:58 smithi070 ceph-mon[113398]: pgmap v2792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:58 smithi026 ceph-mon[108096]: pgmap v2792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:55:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:55:59 smithi026 ceph-mon[108096]: pgmap v2793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:55:59 smithi070 ceph-mon[113398]: pgmap v2793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:02 smithi070 ceph-mon[113398]: pgmap v2794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:02 smithi026 ceph-mon[108096]: pgmap v2794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:04 smithi070 ceph-mon[113398]: pgmap v2795: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:04 smithi026 ceph-mon[108096]: pgmap v2795: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:06 smithi070 ceph-mon[113398]: pgmap v2796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:06 smithi026 ceph-mon[108096]: pgmap v2796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:08 smithi070 ceph-mon[113398]: pgmap v2797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:08 smithi026 ceph-mon[108096]: pgmap v2797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:09 smithi026 ceph-mon[108096]: pgmap v2798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:09 smithi070 ceph-mon[113398]: pgmap v2798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:12 smithi070 ceph-mon[113398]: pgmap v2799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:12 smithi026 ceph-mon[108096]: pgmap v2799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:14 smithi070 ceph-mon[113398]: pgmap v2800: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:14 smithi026 ceph-mon[108096]: pgmap v2800: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:16 smithi070 ceph-mon[113398]: pgmap v2801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:16 smithi026 ceph-mon[108096]: pgmap v2801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:18 smithi070 ceph-mon[113398]: pgmap v2802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:18 smithi026 ceph-mon[108096]: pgmap v2802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:19.949 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:19 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:56:19.950 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:19 smithi026 ceph-mon[108096]: pgmap v2803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:19 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:56:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:19 smithi070 ceph-mon[113398]: pgmap v2803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:22 smithi070 ceph-mon[113398]: pgmap v2804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:56:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:56:22.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:56:22.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:56:22.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:56:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:22 smithi026 ceph-mon[108096]: pgmap v2804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:56:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:56:22.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:56:22.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:56:22.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:56:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:24 smithi070 ceph-mon[113398]: pgmap v2805: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:24 smithi026 ceph-mon[108096]: pgmap v2805: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:26 smithi070 ceph-mon[113398]: pgmap v2806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:26 smithi026 ceph-mon[108096]: pgmap v2806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:28 smithi070 ceph-mon[113398]: pgmap v2807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:28 smithi026 ceph-mon[108096]: pgmap v2807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:29 smithi026 ceph-mon[108096]: pgmap v2808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:29 smithi070 ceph-mon[113398]: pgmap v2808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:32.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:32 smithi070 ceph-mon[113398]: pgmap v2809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:32 smithi026 ceph-mon[108096]: pgmap v2809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:34 smithi070 ceph-mon[113398]: pgmap v2810: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:34 smithi026 ceph-mon[108096]: pgmap v2810: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:36.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:36 smithi070 ceph-mon[113398]: pgmap v2811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:36.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:36 smithi026 ceph-mon[108096]: pgmap v2811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:38 smithi070 ceph-mon[113398]: pgmap v2812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:38 smithi026 ceph-mon[108096]: pgmap v2812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:39 smithi026 ceph-mon[108096]: pgmap v2813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:39 smithi070 ceph-mon[113398]: pgmap v2813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:42 smithi070 ceph-mon[113398]: pgmap v2814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:42 smithi026 ceph-mon[108096]: pgmap v2814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:44.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:44 smithi070 ceph-mon[113398]: pgmap v2815: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:44 smithi026 ceph-mon[108096]: pgmap v2815: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:46 smithi070 ceph-mon[113398]: pgmap v2816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:46 smithi026 ceph-mon[108096]: pgmap v2816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:48.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:48 smithi070 ceph-mon[113398]: pgmap v2817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:48 smithi026 ceph-mon[108096]: pgmap v2817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:49 smithi026 ceph-mon[108096]: pgmap v2818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:49 smithi070 ceph-mon[113398]: pgmap v2818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:52.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:52 smithi070 ceph-mon[113398]: pgmap v2819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:52 smithi026 ceph-mon[108096]: pgmap v2819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:54 smithi070 ceph-mon[113398]: pgmap v2820: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:54 smithi026 ceph-mon[108096]: pgmap v2820: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:56.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:56 smithi070 ceph-mon[113398]: pgmap v2821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:56 smithi026 ceph-mon[108096]: pgmap v2821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:56:58.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:58 smithi070 ceph-mon[113398]: pgmap v2822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:58 smithi026 ceph-mon[108096]: pgmap v2822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:56:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:56:59 smithi026 ceph-mon[108096]: pgmap v2823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:56:59 smithi070 ceph-mon[113398]: pgmap v2823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:02.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:02 smithi070 ceph-mon[113398]: pgmap v2824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:02.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:02 smithi026 ceph-mon[108096]: pgmap v2824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:04 smithi070 ceph-mon[113398]: pgmap v2825: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:04 smithi026 ceph-mon[108096]: pgmap v2825: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:06 smithi070 ceph-mon[113398]: pgmap v2826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:06 smithi026 ceph-mon[108096]: pgmap v2826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:08 smithi070 ceph-mon[113398]: pgmap v2827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:08 smithi026 ceph-mon[108096]: pgmap v2827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:09 smithi026 ceph-mon[108096]: pgmap v2828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:09 smithi070 ceph-mon[113398]: pgmap v2828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:12 smithi070 ceph-mon[113398]: pgmap v2829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:12 smithi026 ceph-mon[108096]: pgmap v2829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:14.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:14 smithi070 ceph-mon[113398]: pgmap v2830: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:14 smithi026 ceph-mon[108096]: pgmap v2830: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:16 smithi070 ceph-mon[113398]: pgmap v2831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:16 smithi026 ceph-mon[108096]: pgmap v2831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:18 smithi070 ceph-mon[113398]: pgmap v2832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:18 smithi026 ceph-mon[108096]: pgmap v2832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:19 smithi026 ceph-mon[108096]: pgmap v2833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:19 smithi070 ceph-mon[113398]: pgmap v2833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:22 smithi070 ceph-mon[113398]: pgmap v2834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:22.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:22 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:57:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:22 smithi026 ceph-mon[108096]: pgmap v2834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:22 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:57:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:24 smithi070 ceph-mon[113398]: pgmap v2835: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:57:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:57:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:57:24.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:57:24.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:57:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:24 smithi026 ceph-mon[108096]: pgmap v2835: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:57:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:57:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:57:24.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:57:24.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:57:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:26 smithi070 ceph-mon[113398]: pgmap v2836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:26 smithi026 ceph-mon[108096]: pgmap v2836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:28.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:28 smithi070 ceph-mon[113398]: pgmap v2837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:28 smithi026 ceph-mon[108096]: pgmap v2837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:29 smithi026 ceph-mon[108096]: pgmap v2838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:29 smithi070 ceph-mon[113398]: pgmap v2838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:32 smithi070 ceph-mon[113398]: pgmap v2839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:32 smithi026 ceph-mon[108096]: pgmap v2839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:34 smithi070 ceph-mon[113398]: pgmap v2840: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:34 smithi026 ceph-mon[108096]: pgmap v2840: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:36.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:36 smithi070 ceph-mon[113398]: pgmap v2841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:36 smithi026 ceph-mon[108096]: pgmap v2841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:38 smithi070 ceph-mon[113398]: pgmap v2842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:38 smithi026 ceph-mon[108096]: pgmap v2842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:39 smithi026 ceph-mon[108096]: pgmap v2843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:39 smithi070 ceph-mon[113398]: pgmap v2843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:42 smithi070 ceph-mon[113398]: pgmap v2844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:42 smithi026 ceph-mon[108096]: pgmap v2844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:44 smithi070 ceph-mon[113398]: pgmap v2845: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:44 smithi026 ceph-mon[108096]: pgmap v2845: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:46 smithi070 ceph-mon[113398]: pgmap v2846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:46 smithi026 ceph-mon[108096]: pgmap v2846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:48 smithi070 ceph-mon[113398]: pgmap v2847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:48 smithi026 ceph-mon[108096]: pgmap v2847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:49 smithi026 ceph-mon[108096]: pgmap v2848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:49 smithi070 ceph-mon[113398]: pgmap v2848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:52 smithi070 ceph-mon[113398]: pgmap v2849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:52 smithi026 ceph-mon[108096]: pgmap v2849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:54 smithi070 ceph-mon[113398]: pgmap v2850: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:54 smithi026 ceph-mon[108096]: pgmap v2850: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:56.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:56 smithi070 ceph-mon[113398]: pgmap v2851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:56 smithi026 ceph-mon[108096]: pgmap v2851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:57:58.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:58 smithi070 ceph-mon[113398]: pgmap v2852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:58 smithi026 ceph-mon[108096]: pgmap v2852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:57:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:57:59 smithi026 ceph-mon[108096]: pgmap v2853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:57:59 smithi070 ceph-mon[113398]: pgmap v2853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:02.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:02 smithi070 ceph-mon[113398]: pgmap v2854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:02 smithi026 ceph-mon[108096]: pgmap v2854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:04 smithi070 ceph-mon[113398]: pgmap v2855: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:04 smithi026 ceph-mon[108096]: pgmap v2855: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:06 smithi070 ceph-mon[113398]: pgmap v2856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:06 smithi026 ceph-mon[108096]: pgmap v2856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:08 smithi070 ceph-mon[113398]: pgmap v2857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:08 smithi026 ceph-mon[108096]: pgmap v2857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:09 smithi026 ceph-mon[108096]: pgmap v2858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:09 smithi070 ceph-mon[113398]: pgmap v2858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:12 smithi070 ceph-mon[113398]: pgmap v2859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:12 smithi026 ceph-mon[108096]: pgmap v2859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:14 smithi070 ceph-mon[113398]: pgmap v2860: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:14 smithi026 ceph-mon[108096]: pgmap v2860: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:16 smithi070 ceph-mon[113398]: pgmap v2861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:16 smithi026 ceph-mon[108096]: pgmap v2861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:18 smithi070 ceph-mon[113398]: pgmap v2862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:18 smithi026 ceph-mon[108096]: pgmap v2862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:19 smithi026 ceph-mon[108096]: pgmap v2863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:19 smithi070 ceph-mon[113398]: pgmap v2863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:22 smithi070 ceph-mon[113398]: pgmap v2864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:22 smithi026 ceph-mon[108096]: pgmap v2864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:24 smithi070 ceph-mon[113398]: pgmap v2865: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:24.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:24 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:58:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:24 smithi026 ceph-mon[108096]: pgmap v2865: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:24 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:58:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.730 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: pgmap v2866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:26.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:58:26.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:58:26.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: pgmap v2866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:58:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:58:26.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:58:28.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:28 smithi070 ceph-mon[113398]: pgmap v2867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:28 smithi026 ceph-mon[108096]: pgmap v2867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:29 smithi026 ceph-mon[108096]: pgmap v2868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:29 smithi070 ceph-mon[113398]: pgmap v2868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:32 smithi070 ceph-mon[113398]: pgmap v2869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:32 smithi026 ceph-mon[108096]: pgmap v2869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:34 smithi070 ceph-mon[113398]: pgmap v2870: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:34 smithi026 ceph-mon[108096]: pgmap v2870: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:36.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:36 smithi070 ceph-mon[113398]: pgmap v2871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:36 smithi026 ceph-mon[108096]: pgmap v2871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:38.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:38 smithi070 ceph-mon[113398]: pgmap v2872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:38 smithi026 ceph-mon[108096]: pgmap v2872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:39 smithi026 ceph-mon[108096]: pgmap v2873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:39 smithi070 ceph-mon[113398]: pgmap v2873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:42 smithi070 ceph-mon[113398]: pgmap v2874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:42 smithi026 ceph-mon[108096]: pgmap v2874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:44 smithi070 ceph-mon[113398]: pgmap v2875: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:44 smithi026 ceph-mon[108096]: pgmap v2875: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:46.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:46 smithi070 ceph-mon[113398]: pgmap v2876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:46 smithi026 ceph-mon[108096]: pgmap v2876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:48 smithi070 ceph-mon[113398]: pgmap v2877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:48 smithi026 ceph-mon[108096]: pgmap v2877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:49 smithi026 ceph-mon[108096]: pgmap v2878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:50.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:49 smithi070 ceph-mon[113398]: pgmap v2878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:52 smithi070 ceph-mon[113398]: pgmap v2879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:52 smithi026 ceph-mon[108096]: pgmap v2879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:54.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:54 smithi070 ceph-mon[113398]: pgmap v2880: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:54 smithi026 ceph-mon[108096]: pgmap v2880: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:56.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:56 smithi070 ceph-mon[113398]: pgmap v2881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:56 smithi026 ceph-mon[108096]: pgmap v2881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:58:58.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:58 smithi070 ceph-mon[113398]: pgmap v2882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:58 smithi026 ceph-mon[108096]: pgmap v2882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:58:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:58:59 smithi026 ceph-mon[108096]: pgmap v2883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:58:59 smithi070 ceph-mon[113398]: pgmap v2883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:02.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:02 smithi070 ceph-mon[113398]: pgmap v2884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:02 smithi026 ceph-mon[108096]: pgmap v2884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:04 smithi070 ceph-mon[113398]: pgmap v2885: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:04 smithi026 ceph-mon[108096]: pgmap v2885: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:06.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:06 smithi070 ceph-mon[113398]: pgmap v2886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:06 smithi026 ceph-mon[108096]: pgmap v2886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:08.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:08 smithi070 ceph-mon[113398]: pgmap v2887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:08 smithi026 ceph-mon[108096]: pgmap v2887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:09 smithi026 ceph-mon[108096]: pgmap v2888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:09 smithi070 ceph-mon[113398]: pgmap v2888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:12.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:12 smithi070 ceph-mon[113398]: pgmap v2889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:12 smithi026 ceph-mon[108096]: pgmap v2889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:14 smithi070 ceph-mon[113398]: pgmap v2890: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:14 smithi026 ceph-mon[108096]: pgmap v2890: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:16.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:16 smithi070 ceph-mon[113398]: pgmap v2891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:16.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:16 smithi026 ceph-mon[108096]: pgmap v2891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:18 smithi070 ceph-mon[113398]: pgmap v2892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:18 smithi026 ceph-mon[108096]: pgmap v2892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:19 smithi026 ceph-mon[108096]: pgmap v2893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:19 smithi070 ceph-mon[113398]: pgmap v2893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:22 smithi070 ceph-mon[113398]: pgmap v2894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:22.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:22 smithi026 ceph-mon[108096]: pgmap v2894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:24 smithi070 ceph-mon[113398]: pgmap v2895: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:24 smithi026 ceph-mon[108096]: pgmap v2895: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:26 smithi070 ceph-mon[113398]: pgmap v2896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:59:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:59:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:59:26.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:26 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:59:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:26 smithi026 ceph-mon[108096]: pgmap v2896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T11:59:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T11:59:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T11:59:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:26 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T11:59:28.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:28 smithi070 ceph-mon[113398]: pgmap v2897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:28 smithi026 ceph-mon[108096]: pgmap v2897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:29.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:29 smithi026 ceph-mon[108096]: pgmap v2898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:29 smithi070 ceph-mon[113398]: pgmap v2898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:32 smithi070 ceph-mon[113398]: pgmap v2899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:32 smithi026 ceph-mon[108096]: pgmap v2899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:34.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:34 smithi070 ceph-mon[113398]: pgmap v2900: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:34 smithi026 ceph-mon[108096]: pgmap v2900: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:36.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:36 smithi070 ceph-mon[113398]: pgmap v2901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:36.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:36 smithi026 ceph-mon[108096]: pgmap v2901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:38.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:38 smithi070 ceph-mon[113398]: pgmap v2902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:38 smithi026 ceph-mon[108096]: pgmap v2902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:39 smithi026 ceph-mon[108096]: pgmap v2903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:39 smithi070 ceph-mon[113398]: pgmap v2903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:42.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:42 smithi070 ceph-mon[113398]: pgmap v2904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:42.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:42 smithi026 ceph-mon[108096]: pgmap v2904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:44.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:44 smithi070 ceph-mon[113398]: pgmap v2905: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:44 smithi026 ceph-mon[108096]: pgmap v2905: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:46.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:46 smithi070 ceph-mon[113398]: pgmap v2906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:46 smithi026 ceph-mon[108096]: pgmap v2906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:48.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:48 smithi070 ceph-mon[113398]: pgmap v2907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:48 smithi026 ceph-mon[108096]: pgmap v2907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:49 smithi026 ceph-mon[108096]: pgmap v2908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:49 smithi070 ceph-mon[113398]: pgmap v2908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:52 smithi070 ceph-mon[113398]: pgmap v2909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:52 smithi026 ceph-mon[108096]: pgmap v2909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:54.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:54 smithi070 ceph-mon[113398]: pgmap v2910: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:54 smithi026 ceph-mon[108096]: pgmap v2910: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:56.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:56 smithi070 ceph-mon[113398]: pgmap v2911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:56 smithi026 ceph-mon[108096]: pgmap v2911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T11:59:58.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:58 smithi070 ceph-mon[113398]: pgmap v2912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:58 smithi026 ceph-mon[108096]: pgmap v2912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T11:59:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 11:59:59 smithi026 ceph-mon[108096]: pgmap v2913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 11:59:59 smithi070 ceph-mon[113398]: pgmap v2913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:00.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T12:00:01.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T12:00:01.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:01 smithi026 ceph-mon[108096]: pgmap v2914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:02.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:01 smithi070 ceph-mon[113398]: pgmap v2914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:04.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:04 smithi070 ceph-mon[113398]: pgmap v2915: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:04 smithi026 ceph-mon[108096]: pgmap v2915: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:06.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:06 smithi070 ceph-mon[113398]: pgmap v2916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:06 smithi026 ceph-mon[108096]: pgmap v2916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:08.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:08 smithi070 ceph-mon[113398]: pgmap v2917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:08 smithi026 ceph-mon[108096]: pgmap v2917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:09 smithi026 ceph-mon[108096]: pgmap v2918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:09 smithi070 ceph-mon[113398]: pgmap v2918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:12.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:12 smithi070 ceph-mon[113398]: pgmap v2919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:12.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:12 smithi026 ceph-mon[108096]: pgmap v2919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:14.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:14 smithi070 ceph-mon[113398]: pgmap v2920: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:14 smithi026 ceph-mon[108096]: pgmap v2920: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:16.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:16 smithi070 ceph-mon[113398]: pgmap v2921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:16 smithi026 ceph-mon[108096]: pgmap v2921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:18.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:18 smithi070 ceph-mon[113398]: pgmap v2922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:18 smithi026 ceph-mon[108096]: pgmap v2922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:19 smithi026 ceph-mon[108096]: pgmap v2923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:19 smithi070 ceph-mon[113398]: pgmap v2923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:22.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:22 smithi070 ceph-mon[113398]: pgmap v2924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:22 smithi026 ceph-mon[108096]: pgmap v2924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:24.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:24 smithi070 ceph-mon[113398]: pgmap v2925: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:24 smithi026 ceph-mon[108096]: pgmap v2925: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:26.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:26 smithi070 ceph-mon[113398]: pgmap v2926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:26 smithi026 ceph-mon[108096]: pgmap v2926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:27.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:00:27.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:00:27.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:00:27.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:00:27.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:00:27.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:00:27.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:00:27.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:00:28.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:28 smithi070 ceph-mon[113398]: pgmap v2927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:28.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:28 smithi026 ceph-mon[108096]: pgmap v2927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:29 smithi026 ceph-mon[108096]: pgmap v2928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:29 smithi070 ceph-mon[113398]: pgmap v2928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:32 smithi070 ceph-mon[113398]: pgmap v2929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:32 smithi026 ceph-mon[108096]: pgmap v2929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:34.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:34 smithi070 ceph-mon[113398]: pgmap v2930: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:34 smithi026 ceph-mon[108096]: pgmap v2930: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:36.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:36 smithi070 ceph-mon[113398]: pgmap v2931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:36 smithi026 ceph-mon[108096]: pgmap v2931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:38.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:38 smithi026 ceph-mon[108096]: pgmap v2932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:38 smithi070 ceph-mon[113398]: pgmap v2932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:39 smithi026 ceph-mon[108096]: pgmap v2933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:39 smithi070 ceph-mon[113398]: pgmap v2933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:42.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:42 smithi070 ceph-mon[113398]: pgmap v2934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:42 smithi026 ceph-mon[108096]: pgmap v2934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:44.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:44 smithi070 ceph-mon[113398]: pgmap v2935: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:44 smithi026 ceph-mon[108096]: pgmap v2935: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:46 smithi026 ceph-mon[108096]: pgmap v2936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:46 smithi070 ceph-mon[113398]: pgmap v2936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:48 smithi026 ceph-mon[108096]: pgmap v2937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:48 smithi070 ceph-mon[113398]: pgmap v2937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:49 smithi026 ceph-mon[108096]: pgmap v2938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:49 smithi070 ceph-mon[113398]: pgmap v2938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:52.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:52 smithi070 ceph-mon[113398]: pgmap v2939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:52 smithi026 ceph-mon[108096]: pgmap v2939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:54 smithi026 ceph-mon[108096]: pgmap v2940: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:55.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:54 smithi070 ceph-mon[113398]: pgmap v2940: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:56 smithi026 ceph-mon[108096]: pgmap v2941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:56 smithi070 ceph-mon[113398]: pgmap v2941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:00:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:58 smithi026 ceph-mon[108096]: pgmap v2942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:59.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:58 smithi070 ceph-mon[113398]: pgmap v2942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:00:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:00:59 smithi026 ceph-mon[108096]: pgmap v2943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:00:59 smithi070 ceph-mon[113398]: pgmap v2943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:02.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:02 smithi070 ceph-mon[113398]: pgmap v2944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:02.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:02 smithi026 ceph-mon[108096]: pgmap v2944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:04 smithi026 ceph-mon[108096]: pgmap v2945: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:05.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:04 smithi070 ceph-mon[113398]: pgmap v2945: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:06 smithi026 ceph-mon[108096]: pgmap v2946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:06 smithi070 ceph-mon[113398]: pgmap v2946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:08 smithi026 ceph-mon[108096]: pgmap v2947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:08 smithi070 ceph-mon[113398]: pgmap v2947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:09 smithi026 ceph-mon[108096]: pgmap v2948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:09 smithi070 ceph-mon[113398]: pgmap v2948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:12 smithi026 ceph-mon[108096]: pgmap v2949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:12 smithi070 ceph-mon[113398]: pgmap v2949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:14 smithi026 ceph-mon[108096]: pgmap v2950: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:15.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:14 smithi070 ceph-mon[113398]: pgmap v2950: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:16 smithi026 ceph-mon[108096]: pgmap v2951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:17.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:16 smithi070 ceph-mon[113398]: pgmap v2951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:18 smithi026 ceph-mon[108096]: pgmap v2952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:19.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:18 smithi070 ceph-mon[113398]: pgmap v2952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:19 smithi026 ceph-mon[108096]: pgmap v2953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:19 smithi070 ceph-mon[113398]: pgmap v2953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:22 smithi026 ceph-mon[108096]: pgmap v2954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:23.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:22 smithi070 ceph-mon[113398]: pgmap v2954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:24 smithi026 ceph-mon[108096]: pgmap v2955: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:24 smithi070 ceph-mon[113398]: pgmap v2955: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:26 smithi026 ceph-mon[108096]: pgmap v2956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:26 smithi070 ceph-mon[113398]: pgmap v2956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:27.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:27 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:01:28.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:27 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:01:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:28 smithi026 ceph-mon[108096]: pgmap v2957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:01:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:01:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:01:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:28 smithi070 ceph-mon[113398]: pgmap v2957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:01:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:01:29.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:01:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:29 smithi026 ceph-mon[108096]: pgmap v2958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:29 smithi070 ceph-mon[113398]: pgmap v2958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:32 smithi026 ceph-mon[108096]: pgmap v2959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:33.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:32 smithi070 ceph-mon[113398]: pgmap v2959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:34 smithi026 ceph-mon[108096]: pgmap v2960: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:34 smithi070 ceph-mon[113398]: pgmap v2960: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:36.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:36 smithi026 ceph-mon[108096]: pgmap v2961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:36 smithi070 ceph-mon[113398]: pgmap v2961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:38 smithi026 ceph-mon[108096]: pgmap v2962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:39.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:38 smithi070 ceph-mon[113398]: pgmap v2962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:39 smithi026 ceph-mon[108096]: pgmap v2963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:39 smithi070 ceph-mon[113398]: pgmap v2963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:42 smithi026 ceph-mon[108096]: pgmap v2964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:42 smithi070 ceph-mon[113398]: pgmap v2964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:44 smithi026 ceph-mon[108096]: pgmap v2965: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:45.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:44 smithi070 ceph-mon[113398]: pgmap v2965: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:46 smithi026 ceph-mon[108096]: pgmap v2966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:46 smithi070 ceph-mon[113398]: pgmap v2966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:48 smithi026 ceph-mon[108096]: pgmap v2967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:48 smithi070 ceph-mon[113398]: pgmap v2967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:49 smithi026 ceph-mon[108096]: pgmap v2968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:49 smithi070 ceph-mon[113398]: pgmap v2968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:52.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:52 smithi026 ceph-mon[108096]: pgmap v2969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:52 smithi070 ceph-mon[113398]: pgmap v2969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:54 smithi026 ceph-mon[108096]: pgmap v2970: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:54 smithi070 ceph-mon[113398]: pgmap v2970: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:56 smithi026 ceph-mon[108096]: pgmap v2971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:57.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:56 smithi070 ceph-mon[113398]: pgmap v2971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:01:58.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:58 smithi026 ceph-mon[108096]: pgmap v2972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:59.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:58 smithi070 ceph-mon[113398]: pgmap v2972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:01:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:01:59 smithi026 ceph-mon[108096]: pgmap v2973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:00.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:01:59 smithi070 ceph-mon[113398]: pgmap v2973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:02 smithi026 ceph-mon[108096]: pgmap v2974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:02 smithi070 ceph-mon[113398]: pgmap v2974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:04 smithi026 ceph-mon[108096]: pgmap v2975: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:05.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:04 smithi070 ceph-mon[113398]: pgmap v2975: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:06.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:06 smithi026 ceph-mon[108096]: pgmap v2976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:06 smithi070 ceph-mon[113398]: pgmap v2976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:08 smithi026 ceph-mon[108096]: pgmap v2977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:08 smithi070 ceph-mon[113398]: pgmap v2977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:09.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:09 smithi026 ceph-mon[108096]: pgmap v2978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:09 smithi070 ceph-mon[113398]: pgmap v2978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:12 smithi026 ceph-mon[108096]: pgmap v2979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:12 smithi070 ceph-mon[113398]: pgmap v2979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:14.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:14 smithi026 ceph-mon[108096]: pgmap v2980: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:15.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:14 smithi070 ceph-mon[113398]: pgmap v2980: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:16 smithi026 ceph-mon[108096]: pgmap v2981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:16 smithi070 ceph-mon[113398]: pgmap v2981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:18.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:18 smithi026 ceph-mon[108096]: pgmap v2982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:19.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:18 smithi070 ceph-mon[113398]: pgmap v2982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:19 smithi026 ceph-mon[108096]: pgmap v2983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:19 smithi070 ceph-mon[113398]: pgmap v2983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:22 smithi026 ceph-mon[108096]: pgmap v2984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:22 smithi070 ceph-mon[113398]: pgmap v2984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:24 smithi026 ceph-mon[108096]: pgmap v2985: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:24 smithi070 ceph-mon[113398]: pgmap v2985: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:26 smithi026 ceph-mon[108096]: pgmap v2986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:27.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:26 smithi070 ceph-mon[113398]: pgmap v2986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:28.982 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:28 smithi026 ceph-mon[108096]: pgmap v2987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:28.982 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:02:28.982 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:02:28.983 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:02:28.983 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:02:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:28 smithi070 ceph-mon[113398]: pgmap v2987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:02:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:02:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:02:29.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:02:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:29 smithi026 ceph-mon[108096]: pgmap v2988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:29 smithi070 ceph-mon[113398]: pgmap v2988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:32 smithi026 ceph-mon[108096]: pgmap v2989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:33.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:32 smithi070 ceph-mon[113398]: pgmap v2989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:34 smithi026 ceph-mon[108096]: pgmap v2990: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:34 smithi070 ceph-mon[113398]: pgmap v2990: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:36.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:36 smithi026 ceph-mon[108096]: pgmap v2991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:36 smithi070 ceph-mon[113398]: pgmap v2991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:38 smithi026 ceph-mon[108096]: pgmap v2992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:38 smithi070 ceph-mon[113398]: pgmap v2992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:39 smithi026 ceph-mon[108096]: pgmap v2993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:39 smithi070 ceph-mon[113398]: pgmap v2993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:42 smithi026 ceph-mon[108096]: pgmap v2994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:42 smithi070 ceph-mon[113398]: pgmap v2994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:44.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:44 smithi026 ceph-mon[108096]: pgmap v2995: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:45.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:44 smithi070 ceph-mon[113398]: pgmap v2995: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:46 smithi026 ceph-mon[108096]: pgmap v2996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:47.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:46 smithi070 ceph-mon[113398]: pgmap v2996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:48 smithi026 ceph-mon[108096]: pgmap v2997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:49.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:48 smithi070 ceph-mon[113398]: pgmap v2997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:49 smithi026 ceph-mon[108096]: pgmap v2998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:49 smithi070 ceph-mon[113398]: pgmap v2998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:52 smithi026 ceph-mon[108096]: pgmap v2999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:52 smithi070 ceph-mon[113398]: pgmap v2999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:54 smithi026 ceph-mon[108096]: pgmap v3000: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:54 smithi070 ceph-mon[113398]: pgmap v3000: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:56 smithi026 ceph-mon[108096]: pgmap v3001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:56 smithi070 ceph-mon[113398]: pgmap v3001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:02:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:58 smithi026 ceph-mon[108096]: pgmap v3002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:58 smithi070 ceph-mon[113398]: pgmap v3002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:02:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:02:59 smithi026 ceph-mon[108096]: pgmap v3003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:02:59 smithi070 ceph-mon[113398]: pgmap v3003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:02.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:02 smithi026 ceph-mon[108096]: pgmap v3004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:02 smithi070 ceph-mon[113398]: pgmap v3004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:04 smithi026 ceph-mon[108096]: pgmap v3005: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:05.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:04 smithi070 ceph-mon[113398]: pgmap v3005: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:06 smithi026 ceph-mon[108096]: pgmap v3006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:06 smithi070 ceph-mon[113398]: pgmap v3006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:08 smithi026 ceph-mon[108096]: pgmap v3007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:08 smithi070 ceph-mon[113398]: pgmap v3007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:09 smithi026 ceph-mon[108096]: pgmap v3008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:09 smithi070 ceph-mon[113398]: pgmap v3008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:12 smithi026 ceph-mon[108096]: pgmap v3009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:12 smithi070 ceph-mon[113398]: pgmap v3009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:14 smithi026 ceph-mon[108096]: pgmap v3010: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:15.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:14 smithi070 ceph-mon[113398]: pgmap v3010: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:16 smithi026 ceph-mon[108096]: pgmap v3011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:16 smithi070 ceph-mon[113398]: pgmap v3011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:18 smithi026 ceph-mon[108096]: pgmap v3012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:19.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:18 smithi070 ceph-mon[113398]: pgmap v3012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:19.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:19 smithi026 ceph-mon[108096]: pgmap v3013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:19 smithi070 ceph-mon[113398]: pgmap v3013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:22 smithi026 ceph-mon[108096]: pgmap v3014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:23.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:22 smithi070 ceph-mon[113398]: pgmap v3014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:24 smithi026 ceph-mon[108096]: pgmap v3015: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:24 smithi070 ceph-mon[113398]: pgmap v3015: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:26 smithi026 ceph-mon[108096]: pgmap v3016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:26 smithi070 ceph-mon[113398]: pgmap v3016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:28 smithi026 ceph-mon[108096]: pgmap v3017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:28 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:03:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:28 smithi070 ceph-mon[113398]: pgmap v3017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:28 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:03:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:03:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:03:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:03:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:29 smithi026 ceph-mon[108096]: pgmap v3018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:03:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:03:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:03:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:29 smithi070 ceph-mon[113398]: pgmap v3018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:32.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:32 smithi026 ceph-mon[108096]: pgmap v3019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:33.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:32 smithi070 ceph-mon[113398]: pgmap v3019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:34.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:34 smithi026 ceph-mon[108096]: pgmap v3020: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:35.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:34 smithi070 ceph-mon[113398]: pgmap v3020: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:36 smithi026 ceph-mon[108096]: pgmap v3021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:36 smithi070 ceph-mon[113398]: pgmap v3021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:38 smithi026 ceph-mon[108096]: pgmap v3022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:39.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:38 smithi070 ceph-mon[113398]: pgmap v3022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:39 smithi026 ceph-mon[108096]: pgmap v3023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:39 smithi070 ceph-mon[113398]: pgmap v3023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:42 smithi026 ceph-mon[108096]: pgmap v3024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:43.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:42 smithi070 ceph-mon[113398]: pgmap v3024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:44 smithi026 ceph-mon[108096]: pgmap v3025: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:45.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:44 smithi070 ceph-mon[113398]: pgmap v3025: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:46.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:46 smithi026 ceph-mon[108096]: pgmap v3026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:46 smithi070 ceph-mon[113398]: pgmap v3026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:48 smithi026 ceph-mon[108096]: pgmap v3027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:48 smithi070 ceph-mon[113398]: pgmap v3027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:49.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:49 smithi026 ceph-mon[108096]: pgmap v3028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:49 smithi070 ceph-mon[113398]: pgmap v3028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:52 smithi026 ceph-mon[108096]: pgmap v3029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:52 smithi070 ceph-mon[113398]: pgmap v3029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:54 smithi026 ceph-mon[108096]: pgmap v3030: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:54 smithi070 ceph-mon[113398]: pgmap v3030: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:56.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:56 smithi026 ceph-mon[108096]: pgmap v3031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:56 smithi070 ceph-mon[113398]: pgmap v3031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:03:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:58 smithi026 ceph-mon[108096]: pgmap v3032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:58 smithi070 ceph-mon[113398]: pgmap v3032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:03:59.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:03:59 smithi026 ceph-mon[108096]: pgmap v3033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:03:59 smithi070 ceph-mon[113398]: pgmap v3033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:02 smithi026 ceph-mon[108096]: pgmap v3034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:03.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:02 smithi070 ceph-mon[113398]: pgmap v3034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:04 smithi026 ceph-mon[108096]: pgmap v3035: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:05.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:04 smithi070 ceph-mon[113398]: pgmap v3035: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:06 smithi026 ceph-mon[108096]: pgmap v3036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:06 smithi070 ceph-mon[113398]: pgmap v3036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:08 smithi026 ceph-mon[108096]: pgmap v3037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:08 smithi070 ceph-mon[113398]: pgmap v3037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:09 smithi026 ceph-mon[108096]: pgmap v3038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:09 smithi070 ceph-mon[113398]: pgmap v3038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:12 smithi026 ceph-mon[108096]: pgmap v3039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:12 smithi070 ceph-mon[113398]: pgmap v3039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:14 smithi026 ceph-mon[108096]: pgmap v3040: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:15.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:14 smithi070 ceph-mon[113398]: pgmap v3040: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:16 smithi026 ceph-mon[108096]: pgmap v3041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:17.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:16 smithi070 ceph-mon[113398]: pgmap v3041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:18 smithi026 ceph-mon[108096]: pgmap v3042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:19.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:18 smithi070 ceph-mon[113398]: pgmap v3042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:19 smithi026 ceph-mon[108096]: pgmap v3043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:19 smithi070 ceph-mon[113398]: pgmap v3043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:22 smithi026 ceph-mon[108096]: pgmap v3044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:22 smithi070 ceph-mon[113398]: pgmap v3044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:24 smithi026 ceph-mon[108096]: pgmap v3045: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:24 smithi070 ceph-mon[113398]: pgmap v3045: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:26 smithi026 ceph-mon[108096]: pgmap v3046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:26 smithi070 ceph-mon[113398]: pgmap v3046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:28 smithi026 ceph-mon[108096]: pgmap v3047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:29.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:28 smithi070 ceph-mon[113398]: pgmap v3047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:04:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:04:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:04:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:04:29.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:29 smithi026 ceph-mon[108096]: pgmap v3048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:04:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:04:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:04:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:04:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:29 smithi070 ceph-mon[113398]: pgmap v3048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:32 smithi026 ceph-mon[108096]: pgmap v3049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:33.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:32 smithi070 ceph-mon[113398]: pgmap v3049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:34 smithi026 ceph-mon[108096]: pgmap v3050: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:35.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:34 smithi070 ceph-mon[113398]: pgmap v3050: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:36 smithi026 ceph-mon[108096]: pgmap v3051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:36 smithi070 ceph-mon[113398]: pgmap v3051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:38 smithi026 ceph-mon[108096]: pgmap v3052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:38 smithi070 ceph-mon[113398]: pgmap v3052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:39 smithi026 ceph-mon[108096]: pgmap v3053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:39 smithi070 ceph-mon[113398]: pgmap v3053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:42 smithi026 ceph-mon[108096]: pgmap v3054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:42 smithi070 ceph-mon[113398]: pgmap v3054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:44 smithi026 ceph-mon[108096]: pgmap v3055: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:45.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:44 smithi070 ceph-mon[113398]: pgmap v3055: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:46 smithi026 ceph-mon[108096]: pgmap v3056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:46 smithi070 ceph-mon[113398]: pgmap v3056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:48 smithi026 ceph-mon[108096]: pgmap v3057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:48 smithi070 ceph-mon[113398]: pgmap v3057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:49 smithi026 ceph-mon[108096]: pgmap v3058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:49 smithi070 ceph-mon[113398]: pgmap v3058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:52 smithi026 ceph-mon[108096]: pgmap v3059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:52 smithi070 ceph-mon[113398]: pgmap v3059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:54.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:54 smithi026 ceph-mon[108096]: pgmap v3060: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:54 smithi070 ceph-mon[113398]: pgmap v3060: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:56 smithi026 ceph-mon[108096]: pgmap v3061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:56 smithi070 ceph-mon[113398]: pgmap v3061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:04:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:58 smithi026 ceph-mon[108096]: pgmap v3062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:58 smithi070 ceph-mon[113398]: pgmap v3062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:04:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:04:59 smithi026 ceph-mon[108096]: pgmap v3063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:00.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:04:59 smithi070 ceph-mon[113398]: pgmap v3063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:02 smithi026 ceph-mon[108096]: pgmap v3064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:03.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:02 smithi070 ceph-mon[113398]: pgmap v3064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:04.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:04 smithi026 ceph-mon[108096]: pgmap v3065: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:05.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:04 smithi070 ceph-mon[113398]: pgmap v3065: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:06 smithi026 ceph-mon[108096]: pgmap v3066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:06 smithi070 ceph-mon[113398]: pgmap v3066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:08.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:08 smithi026 ceph-mon[108096]: pgmap v3067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:08 smithi070 ceph-mon[113398]: pgmap v3067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:09 smithi026 ceph-mon[108096]: pgmap v3068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:09 smithi070 ceph-mon[113398]: pgmap v3068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:12 smithi026 ceph-mon[108096]: pgmap v3069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:12 smithi070 ceph-mon[113398]: pgmap v3069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:14 smithi026 ceph-mon[108096]: pgmap v3070: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:15.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:14 smithi070 ceph-mon[113398]: pgmap v3070: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:16 smithi026 ceph-mon[108096]: pgmap v3071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:17.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:16 smithi070 ceph-mon[113398]: pgmap v3071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:18 smithi026 ceph-mon[108096]: pgmap v3072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:19.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:18 smithi070 ceph-mon[113398]: pgmap v3072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:19 smithi026 ceph-mon[108096]: pgmap v3073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:19 smithi070 ceph-mon[113398]: pgmap v3073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:22 smithi026 ceph-mon[108096]: pgmap v3074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:22 smithi070 ceph-mon[113398]: pgmap v3074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:24 smithi026 ceph-mon[108096]: pgmap v3075: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:24 smithi070 ceph-mon[113398]: pgmap v3075: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:26 smithi026 ceph-mon[108096]: pgmap v3076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:26 smithi070 ceph-mon[113398]: pgmap v3076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:28 smithi026 ceph-mon[108096]: pgmap v3077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:28 smithi070 ceph-mon[113398]: pgmap v3077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:29 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:05:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:29 smithi026 ceph-mon[108096]: pgmap v3078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:29 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:05:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:29 smithi070 ceph-mon[113398]: pgmap v3078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:31.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:05:31.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:05:31.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:05:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:05:31.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:05:32.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:31 smithi070 ceph-mon[113398]: pgmap v3079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:32.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:31 smithi026 ceph-mon[108096]: pgmap v3079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:34 smithi026 ceph-mon[108096]: pgmap v3080: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:35.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:34 smithi070 ceph-mon[113398]: pgmap v3080: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:36 smithi026 ceph-mon[108096]: pgmap v3081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:36 smithi070 ceph-mon[113398]: pgmap v3081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:38 smithi026 ceph-mon[108096]: pgmap v3082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:38 smithi070 ceph-mon[113398]: pgmap v3082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:39.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:39 smithi026 ceph-mon[108096]: pgmap v3083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:39 smithi070 ceph-mon[113398]: pgmap v3083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:42 smithi026 ceph-mon[108096]: pgmap v3084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:42 smithi070 ceph-mon[113398]: pgmap v3084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:44 smithi026 ceph-mon[108096]: pgmap v3085: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:45.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:44 smithi070 ceph-mon[113398]: pgmap v3085: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:46 smithi026 ceph-mon[108096]: pgmap v3086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:46 smithi070 ceph-mon[113398]: pgmap v3086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:48 smithi026 ceph-mon[108096]: pgmap v3087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:48 smithi070 ceph-mon[113398]: pgmap v3087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:49 smithi026 ceph-mon[108096]: pgmap v3088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:49 smithi070 ceph-mon[113398]: pgmap v3088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:52 smithi026 ceph-mon[108096]: pgmap v3089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:52 smithi070 ceph-mon[113398]: pgmap v3089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:54 smithi026 ceph-mon[108096]: pgmap v3090: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:55.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:54 smithi070 ceph-mon[113398]: pgmap v3090: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:56 smithi026 ceph-mon[108096]: pgmap v3091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:56 smithi070 ceph-mon[113398]: pgmap v3091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:05:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:58 smithi026 ceph-mon[108096]: pgmap v3092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:59.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:58 smithi070 ceph-mon[113398]: pgmap v3092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:05:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:05:59 smithi026 ceph-mon[108096]: pgmap v3093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:05:59 smithi070 ceph-mon[113398]: pgmap v3093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:02 smithi026 ceph-mon[108096]: pgmap v3094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:02 smithi070 ceph-mon[113398]: pgmap v3094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:04 smithi026 ceph-mon[108096]: pgmap v3095: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:05.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:04 smithi070 ceph-mon[113398]: pgmap v3095: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:06 smithi026 ceph-mon[108096]: pgmap v3096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:06 smithi070 ceph-mon[113398]: pgmap v3096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:08 smithi026 ceph-mon[108096]: pgmap v3097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:08 smithi070 ceph-mon[113398]: pgmap v3097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:09 smithi026 ceph-mon[108096]: pgmap v3098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:09 smithi070 ceph-mon[113398]: pgmap v3098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:12 smithi026 ceph-mon[108096]: pgmap v3099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:12 smithi070 ceph-mon[113398]: pgmap v3099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:14 smithi026 ceph-mon[108096]: pgmap v3100: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:15.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:14 smithi070 ceph-mon[113398]: pgmap v3100: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:16 smithi026 ceph-mon[108096]: pgmap v3101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:16 smithi070 ceph-mon[113398]: pgmap v3101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:18 smithi026 ceph-mon[108096]: pgmap v3102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:19.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:18 smithi070 ceph-mon[113398]: pgmap v3102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:19 smithi026 ceph-mon[108096]: pgmap v3103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:19 smithi070 ceph-mon[113398]: pgmap v3103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:22 smithi026 ceph-mon[108096]: pgmap v3104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:22 smithi070 ceph-mon[113398]: pgmap v3104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:24.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:24 smithi026 ceph-mon[108096]: pgmap v3105: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:24 smithi070 ceph-mon[113398]: pgmap v3105: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:26 smithi026 ceph-mon[108096]: pgmap v3106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:27.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:26 smithi070 ceph-mon[113398]: pgmap v3106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:28 smithi026 ceph-mon[108096]: pgmap v3107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:29.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:28 smithi070 ceph-mon[113398]: pgmap v3107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:29 smithi026 ceph-mon[108096]: pgmap v3108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:29 smithi070 ceph-mon[113398]: pgmap v3108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:30.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:06:31.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:06:31.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:06:31.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:06:31.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:06:31.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:31 smithi026 ceph-mon[108096]: pgmap v3109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:32.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:06:32.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:06:32.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:06:32.065 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:31 smithi070 ceph-mon[113398]: pgmap v3109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:34 smithi026 ceph-mon[108096]: pgmap v3110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:34 smithi070 ceph-mon[113398]: pgmap v3110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:36 smithi026 ceph-mon[108096]: pgmap v3111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:37.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:36 smithi070 ceph-mon[113398]: pgmap v3111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:38 smithi026 ceph-mon[108096]: pgmap v3112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:39.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:38 smithi070 ceph-mon[113398]: pgmap v3112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:39 smithi026 ceph-mon[108096]: pgmap v3113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:39 smithi070 ceph-mon[113398]: pgmap v3113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:42 smithi026 ceph-mon[108096]: pgmap v3114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:42 smithi070 ceph-mon[113398]: pgmap v3114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:44 smithi026 ceph-mon[108096]: pgmap v3115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:45.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:44 smithi070 ceph-mon[113398]: pgmap v3115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:46 smithi026 ceph-mon[108096]: pgmap v3116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:46 smithi070 ceph-mon[113398]: pgmap v3116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:48 smithi026 ceph-mon[108096]: pgmap v3117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:48 smithi070 ceph-mon[113398]: pgmap v3117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:49 smithi026 ceph-mon[108096]: pgmap v3118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:49 smithi070 ceph-mon[113398]: pgmap v3118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:52 smithi026 ceph-mon[108096]: pgmap v3119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:53.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:52 smithi070 ceph-mon[113398]: pgmap v3119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:54 smithi026 ceph-mon[108096]: pgmap v3120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:55.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:54 smithi070 ceph-mon[113398]: pgmap v3120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:56 smithi026 ceph-mon[108096]: pgmap v3121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:57.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:56 smithi070 ceph-mon[113398]: pgmap v3121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:06:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:58 smithi026 ceph-mon[108096]: pgmap v3122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:58 smithi070 ceph-mon[113398]: pgmap v3122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:06:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:06:59 smithi026 ceph-mon[108096]: pgmap v3123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:06:59 smithi070 ceph-mon[113398]: pgmap v3123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:02 smithi026 ceph-mon[108096]: pgmap v3124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:02 smithi070 ceph-mon[113398]: pgmap v3124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:04 smithi026 ceph-mon[108096]: pgmap v3125: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:05.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:04 smithi070 ceph-mon[113398]: pgmap v3125: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:06 smithi026 ceph-mon[108096]: pgmap v3126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:06 smithi070 ceph-mon[113398]: pgmap v3126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:08 smithi026 ceph-mon[108096]: pgmap v3127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:08 smithi070 ceph-mon[113398]: pgmap v3127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:09 smithi026 ceph-mon[108096]: pgmap v3128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:09 smithi070 ceph-mon[113398]: pgmap v3128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:12 smithi026 ceph-mon[108096]: pgmap v3129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:12 smithi070 ceph-mon[113398]: pgmap v3129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:14 smithi026 ceph-mon[108096]: pgmap v3130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:15.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:14 smithi070 ceph-mon[113398]: pgmap v3130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:16 smithi026 ceph-mon[108096]: pgmap v3131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:16 smithi070 ceph-mon[113398]: pgmap v3131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:18 smithi026 ceph-mon[108096]: pgmap v3132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:19.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:18 smithi070 ceph-mon[113398]: pgmap v3132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:19 smithi026 ceph-mon[108096]: pgmap v3133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:19 smithi070 ceph-mon[113398]: pgmap v3133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:22 smithi026 ceph-mon[108096]: pgmap v3134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:23.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:22 smithi070 ceph-mon[113398]: pgmap v3134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:24 smithi026 ceph-mon[108096]: pgmap v3135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:24 smithi070 ceph-mon[113398]: pgmap v3135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:26.979 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:26 smithi026 ceph-mon[108096]: pgmap v3136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:26 smithi070 ceph-mon[113398]: pgmap v3136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:28 smithi026 ceph-mon[108096]: pgmap v3137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:28 smithi070 ceph-mon[113398]: pgmap v3137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:29.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:29 smithi026 ceph-mon[108096]: pgmap v3138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:30.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:29 smithi070 ceph-mon[113398]: pgmap v3138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:31.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:30 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:07:31.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:30 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:07:31.975 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:07:31.976 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:07:31.976 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:07:32.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:31 smithi026 ceph-mon[108096]: pgmap v3139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:32.313 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:07:32.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:07:32.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:07:32.314 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:31 smithi070 ceph-mon[113398]: pgmap v3139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:34 smithi026 ceph-mon[108096]: pgmap v3140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:34 smithi070 ceph-mon[113398]: pgmap v3140: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:36 smithi026 ceph-mon[108096]: pgmap v3141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:37.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:36 smithi070 ceph-mon[113398]: pgmap v3141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:38 smithi026 ceph-mon[108096]: pgmap v3142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:38 smithi070 ceph-mon[113398]: pgmap v3142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:39 smithi026 ceph-mon[108096]: pgmap v3143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:39 smithi070 ceph-mon[113398]: pgmap v3143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:42 smithi026 ceph-mon[108096]: pgmap v3144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:42 smithi070 ceph-mon[113398]: pgmap v3144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:44 smithi026 ceph-mon[108096]: pgmap v3145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:45.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:44 smithi070 ceph-mon[113398]: pgmap v3145: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:46 smithi026 ceph-mon[108096]: pgmap v3146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:47.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:46 smithi070 ceph-mon[113398]: pgmap v3146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:48 smithi026 ceph-mon[108096]: pgmap v3147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:48 smithi070 ceph-mon[113398]: pgmap v3147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:49 smithi026 ceph-mon[108096]: pgmap v3148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:49 smithi070 ceph-mon[113398]: pgmap v3148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:52 smithi026 ceph-mon[108096]: pgmap v3149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:52 smithi070 ceph-mon[113398]: pgmap v3149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:54 smithi026 ceph-mon[108096]: pgmap v3150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:54 smithi070 ceph-mon[113398]: pgmap v3150: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:56 smithi026 ceph-mon[108096]: pgmap v3151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:56 smithi070 ceph-mon[113398]: pgmap v3151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:07:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:58 smithi026 ceph-mon[108096]: pgmap v3152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:59.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:58 smithi070 ceph-mon[113398]: pgmap v3152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:07:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:07:59 smithi026 ceph-mon[108096]: pgmap v3153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:00.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:07:59 smithi070 ceph-mon[113398]: pgmap v3153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:02 smithi026 ceph-mon[108096]: pgmap v3154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:03.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:02 smithi070 ceph-mon[113398]: pgmap v3154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:04 smithi026 ceph-mon[108096]: pgmap v3155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:05.066 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:04 smithi070 ceph-mon[113398]: pgmap v3155: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:06 smithi026 ceph-mon[108096]: pgmap v3156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:06 smithi070 ceph-mon[113398]: pgmap v3156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:08 smithi026 ceph-mon[108096]: pgmap v3157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:08 smithi070 ceph-mon[113398]: pgmap v3157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:09 smithi026 ceph-mon[108096]: pgmap v3158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:09 smithi070 ceph-mon[113398]: pgmap v3158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:12 smithi026 ceph-mon[108096]: pgmap v3159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:12 smithi070 ceph-mon[113398]: pgmap v3159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:14 smithi026 ceph-mon[108096]: pgmap v3160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:15.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:14 smithi070 ceph-mon[113398]: pgmap v3160: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:16 smithi026 ceph-mon[108096]: pgmap v3161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:16 smithi070 ceph-mon[113398]: pgmap v3161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:18 smithi026 ceph-mon[108096]: pgmap v3162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:19.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:18 smithi070 ceph-mon[113398]: pgmap v3162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:19 smithi026 ceph-mon[108096]: pgmap v3163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:19 smithi070 ceph-mon[113398]: pgmap v3163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:22 smithi026 ceph-mon[108096]: pgmap v3164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:22 smithi070 ceph-mon[113398]: pgmap v3164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:24 smithi026 ceph-mon[108096]: pgmap v3165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:24 smithi070 ceph-mon[113398]: pgmap v3165: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:26 smithi026 ceph-mon[108096]: pgmap v3166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:26 smithi070 ceph-mon[113398]: pgmap v3166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:28 smithi026 ceph-mon[108096]: pgmap v3167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:28 smithi070 ceph-mon[113398]: pgmap v3167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:29 smithi026 ceph-mon[108096]: pgmap v3168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:29 smithi070 ceph-mon[113398]: pgmap v3168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:31.813 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:31 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:08:31.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:31 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:08:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:32 smithi070 ceph-mon[113398]: pgmap v3169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.815 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:32 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:32 smithi026 ceph-mon[108096]: pgmap v3169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:32.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:32 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:33.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:08:33.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:08:33.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:08:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:08:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:08:34.814 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:34 smithi070 ceph-mon[113398]: pgmap v3170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:34 smithi026 ceph-mon[108096]: pgmap v3170: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:36 smithi026 ceph-mon[108096]: pgmap v3171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:36 smithi070 ceph-mon[113398]: pgmap v3171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:38 smithi026 ceph-mon[108096]: pgmap v3172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:38 smithi070 ceph-mon[113398]: pgmap v3172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:39 smithi026 ceph-mon[108096]: pgmap v3173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:40.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:39 smithi070 ceph-mon[113398]: pgmap v3173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:42 smithi026 ceph-mon[108096]: pgmap v3174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:43.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:42 smithi070 ceph-mon[113398]: pgmap v3174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:44 smithi026 ceph-mon[108096]: pgmap v3175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:45.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:44 smithi070 ceph-mon[113398]: pgmap v3175: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:46 smithi026 ceph-mon[108096]: pgmap v3176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:47.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:46 smithi070 ceph-mon[113398]: pgmap v3176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:48 smithi026 ceph-mon[108096]: pgmap v3177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:48 smithi070 ceph-mon[113398]: pgmap v3177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:49 smithi026 ceph-mon[108096]: pgmap v3178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:49 smithi070 ceph-mon[113398]: pgmap v3178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:52 smithi026 ceph-mon[108096]: pgmap v3179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:52 smithi070 ceph-mon[113398]: pgmap v3179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:54 smithi026 ceph-mon[108096]: pgmap v3180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:54 smithi070 ceph-mon[113398]: pgmap v3180: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:56 smithi026 ceph-mon[108096]: pgmap v3181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:56 smithi070 ceph-mon[113398]: pgmap v3181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:08:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:58 smithi026 ceph-mon[108096]: pgmap v3182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:58 smithi070 ceph-mon[113398]: pgmap v3182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:08:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:08:59 smithi026 ceph-mon[108096]: pgmap v3183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:00.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:08:59 smithi070 ceph-mon[113398]: pgmap v3183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:02 smithi026 ceph-mon[108096]: pgmap v3184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:03.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:02 smithi070 ceph-mon[113398]: pgmap v3184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:04 smithi026 ceph-mon[108096]: pgmap v3185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:05.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:04 smithi070 ceph-mon[113398]: pgmap v3185: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:06 smithi026 ceph-mon[108096]: pgmap v3186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:06 smithi070 ceph-mon[113398]: pgmap v3186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:08 smithi026 ceph-mon[108096]: pgmap v3187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:08 smithi070 ceph-mon[113398]: pgmap v3187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:09 smithi026 ceph-mon[108096]: pgmap v3188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:10.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:09 smithi070 ceph-mon[113398]: pgmap v3188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:12 smithi026 ceph-mon[108096]: pgmap v3189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:13.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:12 smithi070 ceph-mon[113398]: pgmap v3189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:14 smithi026 ceph-mon[108096]: pgmap v3190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:15.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:14 smithi070 ceph-mon[113398]: pgmap v3190: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:16 smithi026 ceph-mon[108096]: pgmap v3191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:16 smithi070 ceph-mon[113398]: pgmap v3191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:18 smithi026 ceph-mon[108096]: pgmap v3192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:19.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:18 smithi070 ceph-mon[113398]: pgmap v3192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:19.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:19 smithi026 ceph-mon[108096]: pgmap v3193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:20.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:19 smithi070 ceph-mon[113398]: pgmap v3193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:22 smithi026 ceph-mon[108096]: pgmap v3194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:23.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:22 smithi070 ceph-mon[113398]: pgmap v3194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:24 smithi026 ceph-mon[108096]: pgmap v3195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:25.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:24 smithi070 ceph-mon[113398]: pgmap v3195: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:26 smithi026 ceph-mon[108096]: pgmap v3196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:26 smithi070 ceph-mon[113398]: pgmap v3196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:28 smithi026 ceph-mon[108096]: pgmap v3197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:28 smithi070 ceph-mon[113398]: pgmap v3197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:29.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:29 smithi026 ceph-mon[108096]: pgmap v3198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:29 smithi070 ceph-mon[113398]: pgmap v3198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:32 smithi026 ceph-mon[108096]: pgmap v3199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:33.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:32 smithi070 ceph-mon[113398]: pgmap v3199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:09:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:09:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:09:33.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:09:34.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:09:34.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:09:34.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:09:34.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:09:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:34 smithi026 ceph-mon[108096]: pgmap v3200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:35.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:34 smithi070 ceph-mon[113398]: pgmap v3200: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:36 smithi026 ceph-mon[108096]: pgmap v3201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:37.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:36 smithi070 ceph-mon[113398]: pgmap v3201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:38 smithi026 ceph-mon[108096]: pgmap v3202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:39.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:38 smithi070 ceph-mon[113398]: pgmap v3202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:39.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:39 smithi026 ceph-mon[108096]: pgmap v3203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:39 smithi070 ceph-mon[113398]: pgmap v3203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:42 smithi026 ceph-mon[108096]: pgmap v3204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:42 smithi070 ceph-mon[113398]: pgmap v3204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:44 smithi026 ceph-mon[108096]: pgmap v3205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:45.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:44 smithi070 ceph-mon[113398]: pgmap v3205: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:46 smithi026 ceph-mon[108096]: pgmap v3206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:47.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:46 smithi070 ceph-mon[113398]: pgmap v3206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:48 smithi026 ceph-mon[108096]: pgmap v3207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:49.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:48 smithi070 ceph-mon[113398]: pgmap v3207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:49.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:49 smithi026 ceph-mon[108096]: pgmap v3208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:49 smithi070 ceph-mon[113398]: pgmap v3208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:52 smithi026 ceph-mon[108096]: pgmap v3209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:53.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:52 smithi070 ceph-mon[113398]: pgmap v3209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:54 smithi026 ceph-mon[108096]: pgmap v3210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:54 smithi070 ceph-mon[113398]: pgmap v3210: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:56 smithi026 ceph-mon[108096]: pgmap v3211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:57.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:56 smithi070 ceph-mon[113398]: pgmap v3211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:09:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:58 smithi026 ceph-mon[108096]: pgmap v3212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:58 smithi070 ceph-mon[113398]: pgmap v3212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:09:59.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:09:59 smithi026 ceph-mon[108096]: pgmap v3213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:00.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:09:59 smithi070 ceph-mon[113398]: pgmap v3213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:00.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:00 smithi026 ceph-mon[108096]: overall HEALTH_OK 2023-10-16T12:10:01.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:00 smithi070 ceph-mon[113398]: overall HEALTH_OK 2023-10-16T12:10:02.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:01 smithi070 ceph-mon[113398]: pgmap v3214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:02.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:01 smithi026 ceph-mon[108096]: pgmap v3214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:04 smithi026 ceph-mon[108096]: pgmap v3215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:05.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:04 smithi070 ceph-mon[113398]: pgmap v3215: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:06 smithi026 ceph-mon[108096]: pgmap v3216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:07.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:06 smithi070 ceph-mon[113398]: pgmap v3216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:08 smithi026 ceph-mon[108096]: pgmap v3217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:09.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:08 smithi070 ceph-mon[113398]: pgmap v3217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:09.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:09 smithi026 ceph-mon[108096]: pgmap v3218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:09 smithi070 ceph-mon[113398]: pgmap v3218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:12 smithi026 ceph-mon[108096]: pgmap v3219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:12 smithi070 ceph-mon[113398]: pgmap v3219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:14 smithi026 ceph-mon[108096]: pgmap v3220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:15.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:14 smithi070 ceph-mon[113398]: pgmap v3220: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:16 smithi026 ceph-mon[108096]: pgmap v3221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:17.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:16 smithi070 ceph-mon[113398]: pgmap v3221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:18 smithi026 ceph-mon[108096]: pgmap v3222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:19.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:18 smithi070 ceph-mon[113398]: pgmap v3222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:19 smithi070 ceph-mon[113398]: pgmap v3223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:20.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:19 smithi026 ceph-mon[108096]: pgmap v3223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:22 smithi026 ceph-mon[108096]: pgmap v3224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:22 smithi070 ceph-mon[113398]: pgmap v3224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:24 smithi026 ceph-mon[108096]: pgmap v3225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:24 smithi070 ceph-mon[113398]: pgmap v3225: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:26 smithi026 ceph-mon[108096]: pgmap v3226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:26 smithi070 ceph-mon[113398]: pgmap v3226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:28 smithi026 ceph-mon[108096]: pgmap v3227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:28 smithi070 ceph-mon[113398]: pgmap v3227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:29 smithi070 ceph-mon[113398]: pgmap v3228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:30.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:29 smithi026 ceph-mon[108096]: pgmap v3228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:32 smithi026 ceph-mon[108096]: pgmap v3229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:33.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:32 smithi070 ceph-mon[113398]: pgmap v3229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:33.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:33 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:10:34.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:33 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:10:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:34 smithi026 ceph-mon[108096]: pgmap v3230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:10:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:10:34.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:10:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:34 smithi070 ceph-mon[113398]: pgmap v3230: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:10:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:10:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:10:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:36 smithi026 ceph-mon[108096]: pgmap v3231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:37.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:36 smithi070 ceph-mon[113398]: pgmap v3231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:38 smithi026 ceph-mon[108096]: pgmap v3232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:39.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:38 smithi070 ceph-mon[113398]: pgmap v3232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:40.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:39 smithi070 ceph-mon[113398]: pgmap v3233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:40.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:39 smithi026 ceph-mon[108096]: pgmap v3233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:42.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:42 smithi026 ceph-mon[108096]: pgmap v3234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:43.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:42 smithi070 ceph-mon[113398]: pgmap v3234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:44.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:44 smithi026 ceph-mon[108096]: pgmap v3235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:45.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:44 smithi070 ceph-mon[113398]: pgmap v3235: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:46.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:46 smithi026 ceph-mon[108096]: pgmap v3236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:47.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:46 smithi070 ceph-mon[113398]: pgmap v3236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:48.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:48 smithi026 ceph-mon[108096]: pgmap v3237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:49.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:48 smithi070 ceph-mon[113398]: pgmap v3237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:50.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:49 smithi070 ceph-mon[113398]: pgmap v3238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:50.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:49 smithi026 ceph-mon[108096]: pgmap v3238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:52.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:52 smithi026 ceph-mon[108096]: pgmap v3239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:53.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:52 smithi070 ceph-mon[113398]: pgmap v3239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:54.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:54 smithi026 ceph-mon[108096]: pgmap v3240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:55.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:54 smithi070 ceph-mon[113398]: pgmap v3240: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:56.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:56 smithi026 ceph-mon[108096]: pgmap v3241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:57.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:56 smithi070 ceph-mon[113398]: pgmap v3241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:10:58.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:58 smithi026 ceph-mon[108096]: pgmap v3242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:10:59.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:58 smithi070 ceph-mon[113398]: pgmap v3242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:00.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:10:59 smithi070 ceph-mon[113398]: pgmap v3243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:00.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:10:59 smithi026 ceph-mon[108096]: pgmap v3243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:02.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:02 smithi026 ceph-mon[108096]: pgmap v3244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:03.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:02 smithi070 ceph-mon[113398]: pgmap v3244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:04.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:04 smithi026 ceph-mon[108096]: pgmap v3245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:05.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:04 smithi070 ceph-mon[113398]: pgmap v3245: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:06.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:06 smithi026 ceph-mon[108096]: pgmap v3246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:07.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:06 smithi070 ceph-mon[113398]: pgmap v3246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:08.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:08 smithi026 ceph-mon[108096]: pgmap v3247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:09.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:08 smithi070 ceph-mon[113398]: pgmap v3247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:10.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:09 smithi070 ceph-mon[113398]: pgmap v3248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:10.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:09 smithi026 ceph-mon[108096]: pgmap v3248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:12.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:12 smithi026 ceph-mon[108096]: pgmap v3249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:13.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:12 smithi070 ceph-mon[113398]: pgmap v3249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:14.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:14 smithi026 ceph-mon[108096]: pgmap v3250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:15.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:14 smithi070 ceph-mon[113398]: pgmap v3250: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:16.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:16 smithi026 ceph-mon[108096]: pgmap v3251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:17.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:16 smithi070 ceph-mon[113398]: pgmap v3251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:18.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:18 smithi026 ceph-mon[108096]: pgmap v3252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:19.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:18 smithi070 ceph-mon[113398]: pgmap v3252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:20.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:19 smithi070 ceph-mon[113398]: pgmap v3253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:20.229 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:19 smithi026 ceph-mon[108096]: pgmap v3253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:22.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:22 smithi026 ceph-mon[108096]: pgmap v3254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:23.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:22 smithi070 ceph-mon[113398]: pgmap v3254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:24.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:24 smithi026 ceph-mon[108096]: pgmap v3255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:25.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:24 smithi070 ceph-mon[113398]: pgmap v3255: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:26.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:26 smithi026 ceph-mon[108096]: pgmap v3256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:27.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:26 smithi070 ceph-mon[113398]: pgmap v3256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:28.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:28 smithi026 ceph-mon[108096]: pgmap v3257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:29.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:28 smithi070 ceph-mon[113398]: pgmap v3257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:30.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:29 smithi070 ceph-mon[113398]: pgmap v3258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:30.230 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:29 smithi026 ceph-mon[108096]: pgmap v3258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:32.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:32 smithi026 ceph-mon[108096]: pgmap v3259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:33.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:32 smithi070 ceph-mon[113398]: pgmap v3259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:34 smithi026 ceph-mon[108096]: pgmap v3260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:11:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:11:34.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:11:34.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:34 smithi026 ceph-mon[108096]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:11:35.063 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:34 smithi070 ceph-mon[113398]: pgmap v3260: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T12:11:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T12:11:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T12:11:35.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:34 smithi070 ceph-mon[113398]: from='mgr.14152 172.21.15.26:0/391346826' entity='mgr.x' 2023-10-16T12:11:36.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:36 smithi026 ceph-mon[108096]: pgmap v3261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:37.064 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:36 smithi070 ceph-mon[113398]: pgmap v3261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-16T12:11:38.980 INFO:journalctl@ceph.mon.a.smithi026.stdout:Oct 16 12:11:38 smithi026 ceph-mon[108096]: pgmap v3262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:38.993 INFO:journalctl@ceph.mon.b.smithi070.stdout:Oct 16 12:11:38 smithi070 ceph-mon[113398]: pgmap v3262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T12:11:39.021 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-16T12:11:39.087 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/usr/lib/python3.8/contextlib.py", line 240, in helper return _GeneratorContextManager(func, args, kwds) File "/usr/lib/python3.8/contextlib.py", line 83, in __init__ self.gen = func(*args, **kwds) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 129, in nvmeof_context target_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 295, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 148, in wait greenlet.get(block=True,timeout=60) File "src/gevent/greenlet.py", line 803, in gevent._gevent_cgreenlet.Greenlet.get File "src/gevent/greenlet.py", line 371, in gevent._gevent_cgreenlet.Greenlet._raise_exception File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/gevent/_compat.py", line 65, in reraise raise value.with_traceback(tb) File "src/gevent/greenlet.py", line 906, in gevent._gevent_cgreenlet.Greenlet.run File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 309, in copy_and_close shutil.copyfileobj(src, fdst) File "/usr/lib/python3.8/shutil.py", line 202, in copyfileobj fsrc_read = fsrc.read AttributeError: 'set' object has no attribute 'read' 2023-10-16T12:11:39.183 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a63e99de361b4740907d28b4801249e2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/usr/lib/python3.8/contextlib.py", line 240, in helper return _GeneratorContextManager(func, args, kwds) File "/usr/lib/python3.8/contextlib.py", line 83, in __init__ self.gen = func(*args, **kwds) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 129, in nvmeof_context target_remote.write_file( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 295, in write_file self.run(args=args, stdin=data, quiet=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 148, in wait greenlet.get(block=True,timeout=60) File "src/gevent/greenlet.py", line 803, in gevent._gevent_cgreenlet.Greenlet.get File "src/gevent/greenlet.py", line 371, in gevent._gevent_cgreenlet.Greenlet._raise_exception File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/gevent/_compat.py", line 65, in reraise raise value.with_traceback(tb) File "src/gevent/greenlet.py", line 906, in gevent._gevent_cgreenlet.Greenlet.run File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 309, in copy_and_close shutil.copyfileobj(src, fdst) File "/usr/lib/python3.8/shutil.py", line 202, in copyfileobj fsrc_read = fsrc.read AttributeError: 'set' object has no attribute 'read' 2023-10-16T12:11:39.186 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-16T12:11:39.196 INFO:tasks.cephadm:Teardown begin 2023-10-16T12:11:39.196 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-16T12:11:39.209 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-16T12:11:39.211 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:11:39.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:11:39.220 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2023-10-16T12:11:48.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:11:48.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:12:48.231 DEBUG:teuthology.orchestra.remote:timed out 2023-10-16T12:13:00.245 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:13:00.246 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:13:15.649 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2023-10-16T12:13:18.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:13:18.655 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:13:18.782 ERROR:teuthology.orchestra.connection:Error authenticating with smithi026.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-16T12:13:22.907 ERROR:teuthology.orchestra.connection:Error authenticating with smithi026.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-16T12:13:29.995 ERROR:teuthology.orchestra.connection:Error authenticating with smithi026.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-16T12:13:40.123 ERROR:teuthology.orchestra.connection:Error authenticating with smithi026.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-16T12:13:53.213 ERROR:teuthology.orchestra.connection:Error authenticating with smithi026.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-16T12:14:09.341 ERROR:teuthology.orchestra.connection:Error authenticating with smithi026.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-16T12:15:03.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2023-10-16T12:15:03.035 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-16T12:15:03.036 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-16T12:15:03.039 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945/remote/smithi026/crash 2023-10-16T12:15:03.040 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:15:03.041 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:16:03.043 DEBUG:teuthology.orchestra.remote:timed out 2023-10-16T12:16:12.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:16:12.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:16:12.119 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-10-16T12:16:12.256 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T12:16:12.257 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/crash -- . 2023-10-16T12:16:12.343 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-16T12:16:12.343 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2023-10-16T12:16:12.345 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945/remote/smithi070/crash 2023-10-16T12:16:12.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T12:16:12.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T12:16:19.895 DEBUG:teuthology.orchestra.run.smithi070:> true 2023-10-16T12:16:20.145 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2023-10-16T12:16:20.146 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/crash -- . 2023-10-16T12:16:20.271 INFO:teuthology.orchestra.run.smithi070.stderr:tar: /var/lib/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-16T12:16:20.271 INFO:teuthology.orchestra.run.smithi070.stderr:tar: Error is not recoverable: exiting now 2023-10-16T12:16:20.272 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-16T12:16:20.273 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-16T12:16:20.307 INFO:teuthology.orchestra.run.smithi026.stderr:grep: /var/log/ceph/e6643bec-6c0d-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-16T12:16:20.308 INFO:tasks.cephadm:Compressing logs... 2023-10-16T12:16:20.309 DEBUG:teuthology.orchestra.run.smithi026:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-16T12:16:20.351 DEBUG:teuthology.orchestra.run.smithi070:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-16T12:16:20.379 INFO:teuthology.orchestra.run.smithi070.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-10-16T12:16:20.379 INFO:teuthology.orchestra.run.smithi070.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-16T12:16:20.380 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/ceph’: No such file or directory 2023-10-16T12:16:20.380 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-16T12:16:20.381 INFO:teuthology.orchestra.run.smithi070.stderr: 2023-10-16T12:16:20.382 INFO:teuthology.orchestra.run.smithi070.stderr:real 0m0.013s 2023-10-16T12:16:20.382 INFO:teuthology.orchestra.run.smithi070.stderr:user 0m0.006s 2023-10-16T12:16:20.382 INFO:teuthology.orchestra.run.smithi070.stderr:sys 0m0.015s 2023-10-16T12:16:20.383 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-10-16T12:16:20.384 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.014s 2023-10-16T12:16:20.384 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.010s 2023-10-16T12:16:20.384 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.013s 2023-10-16T12:16:20.385 INFO:tasks.cephadm:Archiving logs... 2023-10-16T12:16:20.385 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945/remote/smithi026/log 2023-10-16T12:16:20.387 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-16T12:16:20.453 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-10-16T12:16:20.453 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2023-10-16T12:16:20.454 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/log/ceph to /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945/remote/smithi070/log 2023-10-16T12:16:20.455 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-16T12:16:20.482 INFO:teuthology.orchestra.run.smithi070.stderr:tar: /var/log/ceph: Cannot open: No such file or directory 2023-10-16T12:16:20.483 INFO:teuthology.orchestra.run.smithi070.stderr:tar: Error is not recoverable: exiting now 2023-10-16T12:16:20.484 INFO:tasks.cephadm:Removing cluster... 2023-10-16T12:16:20.484 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force 2023-10-16T12:16:20.519 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: /home/ubuntu/cephtest/cephadm: command not found 2023-10-16T12:16:20.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T12:16:20.521 INFO:tasks.cephadm:Teardown complete 2023-10-16T12:16:20.522 ERROR:teuthology.run_tasks:Manager failed: cephadm Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 734, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1536, in distribute_config_and_admin_keyring ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 450, in run r.execute() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 100, in execute self.client.exec_command(self.command) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 525, in exec_command chan = self._transport.open_session(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 920, in open_session return self.open_channel( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1051, in open_channel raise e File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2110, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 170, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 738, in ceph_bootstrap ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi026 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1791, in task log.info('Teardown begin') File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1667, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 291, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' 2023-10-16T12:16:20.541 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-16T12:16:20.550 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-16T12:16:20.551 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-16T12:16:20.567 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-16T12:16:20.581 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2023-10-16T12:16:20.583 INFO:teuthology.orchestra.run.smithi070.stderr:bash: ntpq: command not found 2023-10-16T12:16:20.585 INFO:teuthology.orchestra.run.smithi070.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T12:16:20.586 INFO:teuthology.orchestra.run.smithi070.stdout:=============================================================================== 2023-10-16T12:16:20.587 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T12:16:20.588 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2023-10-16T12:16:20.588 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 33 +987us[ +983us] +/- 85ms 2023-10-16T12:16:20.588 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv02.front.sepia.ceph.com 3 6 17 33 -1052us[-1056us] +/- 57ms 2023-10-16T12:16:20.588 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 32 +476us[ +476us] +/- 63ms 2023-10-16T12:16:20.589 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T12:16:20.589 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-16T12:16:20.598 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-16T12:16:20.598 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-16T12:16:20.607 DEBUG:teuthology.orchestra.run.smithi026:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-16T12:16:20.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T12:16:20.645 INFO:teuthology.orchestra.run.smithi026.stderr:mkdir: cannot create directory ‘/home/ubuntu/cephtest/archive/audit’: No such file or directory 2023-10-16T12:16:20.646 ERROR:teuthology.run_tasks:Manager failed: selinux Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 136, in __exit__ self.teardown() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 165, in teardown self.archive_log() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/selinux.py", line 195, in archive_log self.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log' 2023-10-16T12:16:20.651 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-16T12:16:20.660 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-16T12:16:20.670 INFO:teuthology.task.internal:Duration was 7374.040357 seconds 2023-10-16T12:16:20.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-16T12:16:20.679 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-16T12:16:20.680 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-16T12:16:20.688 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-16T12:16:20.750 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T12:16:20.760 INFO:teuthology.orchestra.run.smithi070.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T12:16:21.230 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-16T12:16:21.231 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T12:16:21.231 DEBUG:teuthology.orchestra.run.smithi026:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-16T12:16:21.254 INFO:teuthology.orchestra.run.smithi026.stderr:grep: /home/ubuntu/cephtest/archive/syslog/kern.log: No such file or directory 2023-10-16T12:16:21.258 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2023-10-16T12:16:21.259 DEBUG:teuthology.orchestra.run.smithi070:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-16T12:16:21.276 INFO:teuthology.orchestra.run.smithi070.stderr:grep: /home/ubuntu/cephtest/archive/syslog/kern.log: No such file or directory 2023-10-16T12:16:21.293 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-16T12:16:21.294 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-16T12:16:21.300 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-16T12:16:21.318 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/home/ubuntu/cephtest/archive/syslog’: No such file or directory 2023-10-16T12:16:21.349 INFO:teuthology.orchestra.run.smithi070.stderr:find: ‘/home/ubuntu/cephtest/archive/syslog’: No such file or directory 2023-10-16T12:16:21.359 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-16T12:16:21.360 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-16T12:16:21.373 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-16T12:16:21.389 INFO:teuthology.orchestra.run.smithi026.stderr:bash: /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz: No such file or directory 2023-10-16T12:16:21.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T12:16:21.405 ERROR:teuthology.run_tasks:Manager failed: internal.syslog Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 734, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1536, in distribute_config_and_admin_keyring ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 450, in run r.execute() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 100, in execute self.client.exec_command(self.command) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 525, in exec_command chan = self._transport.open_session(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 920, in open_session return self.open_channel( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1051, in open_channel raise e File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2110, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 170, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 738, in ceph_bootstrap ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi026 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/syslog.py", line 76, in syslog yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1791, in task log.info('Teardown begin') File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1667, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 291, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/syslog.py", line 185, in syslog run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz' 2023-10-16T12:16:21.424 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-16T12:16:21.435 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-16T12:16:21.435 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-16T12:16:21.441 INFO:teuthology.orchestra.run.smithi070.stderr:bash: /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz: No such file or directory 2023-10-16T12:16:21.477 INFO:teuthology.orchestra.run.smithi026.stderr:mv: cannot stat '/etc/sudoers.orig.teuthology': No such file or directory 2023-10-16T12:16:21.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T12:16:21.480 ERROR:teuthology.run_tasks:Manager failed: internal.sudo Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 734, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1536, in distribute_config_and_admin_keyring ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 450, in run r.execute() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 100, in execute self.client.exec_command(self.command) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 525, in exec_command chan = self._transport.open_session(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 920, in open_session return self.open_channel( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1051, in open_channel raise e File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2110, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 170, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 738, in ceph_bootstrap ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi026 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 452, in sudo yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1791, in task log.info('Teardown begin') File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1667, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 291, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 455, in sudo ctx.cluster.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers' 2023-10-16T12:16:21.500 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-16T12:16:21.509 DEBUG:teuthology.orchestra.run.smithi026:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-16T12:16:21.522 DEBUG:teuthology.orchestra.run.smithi070:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-16T12:16:21.555 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2023-10-16T12:16:21.561 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2023-10-16T12:16:21.568 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/home/ubuntu/cephtest/archive/coredump’: No such file or directory 2023-10-16T12:16:21.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T12:16:21.572 INFO:teuthology.orchestra.run.smithi026.stderr:rmdir: failed to remove '/home/ubuntu/cephtest/archive/coredump': No such file or directory 2023-10-16T12:16:21.573 ERROR:teuthology.run_tasks:Manager failed: internal.coredump Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 734, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1536, in distribute_config_and_admin_keyring ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 450, in run r.execute() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 100, in execute self.client.exec_command(self.command) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 525, in exec_command chan = self._transport.open_session(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 920, in open_session return self.open_channel( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1051, in open_channel raise e File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2110, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 170, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 738, in ceph_bootstrap ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi026 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 488, in coredump yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1791, in task log.info('Teardown begin') File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1667, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 291, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 491, in coredump run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: "sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump" 2023-10-16T12:16:21.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-16T12:16:21.601 INFO:teuthology.task.internal:Transferring archived files... 2023-10-16T12:16:21.602 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi/7428945/remote/smithi026 2023-10-16T12:16:21.603 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-16T12:16:21.609 INFO:teuthology.orchestra.run.smithi070.stderr:find: ‘/home/ubuntu/cephtest/archive/coredump’: No such file or directory 2023-10-16T12:16:21.610 INFO:teuthology.orchestra.run.smithi070.stderr:rmdir: failed to remove '/home/ubuntu/cephtest/archive/coredump': No such file or directory 2023-10-16T12:16:21.640 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /home/ubuntu/cephtest/archive: Cannot open: No such file or directory 2023-10-16T12:16:21.650 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2023-10-16T12:16:21.651 ERROR:teuthology.run_tasks:Manager failed: internal.archive Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 734, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1536, in distribute_config_and_admin_keyring ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 450, in run r.execute() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 100, in execute self.client.exec_command(self.command) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 525, in exec_command chan = self._transport.open_session(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 920, in open_session return self.open_channel( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1051, in open_channel raise e File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2110, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 170, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 738, in ceph_bootstrap ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi026 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 392, in archive yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1791, in task log.info('Teardown begin') File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1667, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 291, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/tarfile.py", line 2318, in next tarinfo = self.tarinfo.fromtarfile(self) File "/usr/lib/python3.8/tarfile.py", line 1105, in fromtarfile obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) File "/usr/lib/python3.8/tarfile.py", line 1041, in frombuf raise EmptyHeaderError("empty header") tarfile.EmptyHeaderError: empty header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 418, in archive misc.pull_directory(rem, archive_dir, path, maybe_compress) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 749, in pull_directory tar = tarfile.open(mode='r|', fileobj=r.stdout) File "/usr/lib/python3.8/tarfile.py", line 1633, in open t = cls(name, filemode, stream, **kwargs) File "/usr/lib/python3.8/tarfile.py", line 1514, in __init__ self.firstmember = self.next() File "/usr/lib/python3.8/tarfile.py", line 2333, in next raise ReadError("empty file") tarfile.ReadError: empty file 2023-10-16T12:16:21.738 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-16T12:16:21.749 INFO:teuthology.task.internal:Not uploading archives. 2023-10-16T12:16:21.749 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-16T12:16:21.759 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-16T12:16:21.760 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-16T12:16:21.768 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-16T12:16:21.784 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/home/ubuntu/cephtest’: No such file or directory 2023-10-16T12:16:21.784 INFO:teuthology.orchestra.run.smithi070.stderr:find: ‘/home/ubuntu/cephtest’: No such file or directory 2023-10-16T12:16:21.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T12:16:21.786 INFO:teuthology.orchestra.run.smithi026.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': No such file or directory 2023-10-16T12:16:21.787 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 734, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1536, in distribute_config_and_admin_keyring ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 450, in run r.execute() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 100, in execute self.client.exec_command(self.command) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 525, in exec_command chan = self._transport.open_session(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 920, in open_session return self.open_channel( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1051, in open_channel raise e File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2110, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 170, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 738, in ceph_bootstrap ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi026 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 48, in base yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1791, in task log.info('Teardown begin') File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 1667, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_1c210bb2ec4736e03e08d4fadbbbe1bfe9555e47/qa/tasks/cephadm.py", line 291, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 154, in run_tasks suppress = manager.__exit__(*exc_info) File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/internal/__init__.py", line 53, in base run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-10-16T12:16:21.806 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-16T12:16:21.819 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-16T12:16:21.829 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: CommandFailedError: Command failed on smithi026 with status 1: 'sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6643bec-6c0d-11ee-8db6-212e2dc638e7 --force' 2023-10-16T12:16:21.829 INFO:teuthology.nuke:Checking targets against current locks 2023-10-16T12:16:21.839 INFO:teuthology.orchestra.run.smithi070.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': No such file or directory 2023-10-16T12:16:21.861 INFO:teuthology.nuke:Not nuking smithi026.front.sepia.ceph.com because description doesn't match: vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi != /home/teuthworker/archive/mchangir-2023-10-16_11:33:41-fs-wip-mchangir-mgr-snap_schedule-support-subvol-and-group-arguments-distro-default-smithi/7428987 2023-10-16T12:16:21.885 INFO:teuthology.nuke:Not nuking smithi070.front.sepia.ceph.com because description doesn't match: vallariag-2023-10-16_07:44:55-rbd:nvmeof-main-distro-default-smithi != /home/teuthworker/archive/mchangir-2023-10-16_11:33:41-fs-wip-mchangir-mgr-snap_schedule-support-subvol-and-group-arguments-distro-default-smithi/7428987 2023-10-16T12:16:21.886 ERROR:teuthology.nuke:Could not nuke the following targets: targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBABlssHryzlgnCQAD0S1A+/+3dtdRnaaXWvUfhRoPFOSGJkgUXlpcmIvBXyM3x6xy8NcZlaeoGfDwoHNZ7R1ROQ= smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBeETdrAUnlQxeQtQQItl6k4+ffmgbB/4suLMth5l+KY7l3WFdkVnnvMZL86Lo2U1qIzY8f95AiWyjVdNyuqaIs= 2023-10-16T12:16:21.892 INFO:teuthology.run:Summary data: description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} duration: 7374.0403571128845 failure_reason: '''set'' object has no attribute ''read''' owner: scheduled_vallariag@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a63e99de361b4740907d28b4801249e2 status: fail success: false 2023-10-16T12:16:21.893 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-16T12:16:21.967 INFO:teuthology.run:FAIL