2023-10-13T10:54:21.299 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-13T10:54:21.300 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158 --description rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} --name vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi --owner scheduled_vallariag@teuthology --verbose -- /home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158/orig.config.yaml 2023-10-13T10:54:21.332 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-13T10:54:21.414 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158 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: '7424158' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: vallariag-2023-10-13_10:48:28-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: 9725b08fd801c82987c737f7e6d354878f036ee8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-nvmetest-teuthology sha1: 0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344 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: 2203 sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 sleep_before_teardown: 0 suite: rbd:nvmeof suite_branch: wip-nvmetest-teuthology suite_path: /home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa suite_relpath: qa suite_repo: https://github.com/vallariag/ceph.git suite_sha1: 0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344 targets: smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXfCjZyOK44iesmLau1AT3IFQK3ojHI16YRHzHUovSKYPf8a9KICB/gcwu9+2Eh/ueJjAOp4UpH/35AjVFvFz4= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDkEnGCKABX7MxJYE8mXHOCNAtIlYSaez6hr5Ffu6gT84HLlAt7g/isRW/62jxSvs30NbFy3g8FHom3+EZqIvsA= 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-13_10:48:28 tube: smithi use_shaman: true user: vallariag verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-13T10:54:21.415 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa; will attempt to use it 2023-10-13T10:54:21.415 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks 2023-10-13T10:54:21.416 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-13T10:54:21.418 INFO:teuthology.task.internal:Checking packages... 2023-10-13T10:54:21.440 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9725b08fd801c82987c737f7e6d354878f036ee8' 2023-10-13T10:54:21.440 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-13T10:54:21.440 INFO:teuthology.packaging:ref: None 2023-10-13T10:54:21.441 INFO:teuthology.packaging:tag: None 2023-10-13T10:54:21.441 INFO:teuthology.packaging:branch: main 2023-10-13T10:54:21.441 INFO:teuthology.packaging:sha1: 9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-13T10:54:21.442 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-13T10:54:21.776 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6711.g4e051e66 2023-10-13T10:54:21.776 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-13T10:54:21.786 INFO:teuthology.task.internal:no buildpackages task found 2023-10-13T10:54:21.786 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-13T10:54:21.913 INFO:teuthology.task.internal:Saving configuration 2023-10-13T10:54:21.926 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-13T10:54:21.947 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-13T10:54:21.973 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158', '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-13 10:49:14.024122', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXfCjZyOK44iesmLau1AT3IFQK3ojHI16YRHzHUovSKYPf8a9KICB/gcwu9+2Eh/ueJjAOp4UpH/35AjVFvFz4='} 2023-10-13T10:54:21.994 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158', '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-13 10:49:14.025606', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDkEnGCKABX7MxJYE8mXHOCNAtIlYSaez6hr5Ffu6gT84HLlAt7g/isRW/62jxSvs30NbFy3g8FHom3+EZqIvsA='} 2023-10-13T10:54:21.994 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-13T10:54:22.112 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2023-10-13T10:54:22.112 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3', 'osd.4', 'client.1'] 2023-10-13T10:54:22.112 INFO:teuthology.run_tasks:Running task console_log... 2023-10-13T10:54:22.284 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d64671b80>, signals=[15]) 2023-10-13T10:54:22.285 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-13T10:54:22.297 INFO:teuthology.task.internal:Opening connections... 2023-10-13T10:54:22.298 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2023-10-13T10:54:22.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:54:22.365 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2023-10-13T10:54:22.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:54:22.434 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-13T10:54:22.441 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2023-10-13T10:54:22.463 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2023-10-13T10:54:22.464 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2023-10-13T10:54:22.524 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="CentOS Stream" 2023-10-13T10:54:22.525 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="8" 2023-10-13T10:54:22.525 INFO:teuthology.orchestra.run.smithi114.stdout:ID="centos" 2023-10-13T10:54:22.525 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE="rhel fedora" 2023-10-13T10:54:22.525 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="8" 2023-10-13T10:54:22.525 INFO:teuthology.orchestra.run.smithi114.stdout:PLATFORM_ID="platform:el8" 2023-10-13T10:54:22.525 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-13T10:54:22.526 INFO:teuthology.orchestra.run.smithi114.stdout:ANSI_COLOR="0;31" 2023-10-13T10:54:22.526 INFO:teuthology.orchestra.run.smithi114.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-13T10:54:22.526 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://centos.org/" 2023-10-13T10:54:22.526 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-13T10:54:22.526 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-13T10:54:22.527 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-13T10:54:22.527 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2023-10-13T10:54:22.551 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2023-10-13T10:54:22.573 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2023-10-13T10:54:22.573 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2023-10-13T10:54:22.635 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="CentOS Stream" 2023-10-13T10:54:22.635 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="8" 2023-10-13T10:54:22.635 INFO:teuthology.orchestra.run.smithi139.stdout:ID="centos" 2023-10-13T10:54:22.635 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="rhel fedora" 2023-10-13T10:54:22.636 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="8" 2023-10-13T10:54:22.636 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el8" 2023-10-13T10:54:22.636 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-13T10:54:22.636 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2023-10-13T10:54:22.636 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-13T10:54:22.637 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://centos.org/" 2023-10-13T10:54:22.637 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-13T10:54:22.637 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-13T10:54:22.637 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-13T10:54:22.637 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2023-10-13T10:54:22.659 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-13T10:54:22.670 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-13T10:54:22.733 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-13T10:54:22.733 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2023-10-13T10:54:22.736 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2023-10-13T10:54:22.756 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-13T10:54:22.773 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-13T10:54:22.773 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2023-10-13T10:54:22.796 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2023-10-13T10:54:22.823 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-13T10:54:22.894 INFO:teuthology.run_tasks:Running task kernel... 2023-10-13T10:54:22.936 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-13T10:54:22.937 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-13T10:54:22.938 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-13T10:54:22.938 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-13T10:54:22.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T10:54:22.958 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2023-10-13T10:54:22.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T10:54:22.959 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-10-13T10:54:23.017 INFO:teuthology.orchestra.run.smithi114.stdout:4.18.0-489.el8.x86_64 2023-10-13T10:54:23.018 INFO:teuthology.task.kernel:Running kernel on smithi114: 4.18.0-489.el8.x86_64 2023-10-13T10:54:23.018 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum install -y kernel 2023-10-13T10:54:23.020 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-489.el8.x86_64 2023-10-13T10:54:23.020 INFO:teuthology.task.kernel:Running kernel on smithi139: 4.18.0-489.el8.x86_64 2023-10-13T10:54:23.020 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2023-10-13T10:54:26.799 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - AppStream 32 MB/s | 33 MB 00:01 2023-10-13T10:54:27.369 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - AppStream 19 MB/s | 33 MB 00:01 2023-10-13T10:54:34.312 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - BaseOS 33 MB/s | 49 MB 00:01 2023-10-13T10:54:36.677 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 49 MB 00:03 2023-10-13T10:54:41.579 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2023-10-13T10:54:42.271 INFO:teuthology.orchestra.run.smithi114.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-10-13T10:54:42.647 INFO:teuthology.orchestra.run.smithi114.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-10-13T10:54:44.151 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2023-10-13T10:54:44.192 INFO:teuthology.orchestra.run.smithi114.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-10-13T10:54:44.593 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2023-10-13T10:54:44.878 INFO:teuthology.orchestra.run.smithi139.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-10-13T10:54:46.139 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-10-13T10:54:48.023 INFO:teuthology.orchestra.run.smithi114.stdout:lab-extras 443 kB/s | 24 kB 00:00 2023-10-13T10:54:49.962 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 546 kB/s | 24 kB 00:00 2023-10-13T10:54:51.481 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-13T10:54:51.481 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-13T10:54:51.758 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-10-13T10:54:51.759 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T10:54:51.759 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2023-10-13T10:54:51.760 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T10:54:51.760 INFO:teuthology.orchestra.run.smithi114.stdout:Installing: 2023-10-13T10:54:51.760 INFO:teuthology.orchestra.run.smithi114.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-13T10:54:51.760 INFO:teuthology.orchestra.run.smithi114.stdout:Installing dependencies: 2023-10-13T10:54:51.761 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-13T10:54:51.761 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-13T10:54:51.761 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T10:54:51.762 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2023-10-13T10:54:51.762 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T10:54:51.762 INFO:teuthology.orchestra.run.smithi114.stdout:Install 3 Packages 2023-10-13T10:54:51.762 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T10:54:51.763 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 89 M 2023-10-13T10:54:51.764 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 96 M 2023-10-13T10:54:51.764 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2023-10-13T10:54:52.680 INFO:teuthology.orchestra.run.smithi114.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-10-13T10:54:53.444 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-13T10:54:53.445 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-13T10:54:53.471 INFO:teuthology.orchestra.run.smithi114.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2023-10-13T10:54:53.698 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-13T10:54:53.699 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T10:54:53.699 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-13T10:54:53.699 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T10:54:53.699 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2023-10-13T10:54:53.700 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-13T10:54:53.700 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-13T10:54:53.700 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-13T10:54:53.700 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-13T10:54:53.700 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T10:54:53.701 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-13T10:54:53.701 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T10:54:53.701 INFO:teuthology.orchestra.run.smithi139.stdout:Install 3 Packages 2023-10-13T10:54:53.701 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T10:54:53.702 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 89 M 2023-10-13T10:54:53.702 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 96 M 2023-10-13T10:54:53.702 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-13T10:54:53.933 INFO:teuthology.orchestra.run.smithi114.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 22 MB/s | 43 MB 00:01 2023-10-13T10:54:53.934 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2023-10-13T10:54:53.934 INFO:teuthology.orchestra.run.smithi114.stdout:Total 41 MB/s | 89 MB 00:02 2023-10-13T10:54:54.538 INFO:teuthology.orchestra.run.smithi139.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-10-13T10:54:54.612 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2023-10-13T10:54:55.058 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2023-10-13T10:54:55.058 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2023-10-13T10:54:55.297 INFO:teuthology.orchestra.run.smithi139.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2023-10-13T10:54:55.664 INFO:teuthology.orchestra.run.smithi139.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 22 MB/s | 43 MB 00:01 2023-10-13T10:54:55.664 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-13T10:54:55.664 INFO:teuthology.orchestra.run.smithi139.stdout:Total 45 MB/s | 89 MB 00:01 2023-10-13T10:54:56.300 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2023-10-13T10:54:56.328 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2023-10-13T10:54:56.340 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-13T10:54:56.755 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-13T10:54:56.755 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-13T10:54:57.972 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-13T10:54:57.998 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-13T10:54:59.085 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2023-10-13T10:54:59.651 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T10:55:00.754 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-13T10:55:01.240 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T10:55:03.201 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T10:55:03.809 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T10:55:04.786 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-13T10:55:05.365 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T10:55:07.187 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T10:55:07.480 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:08.742 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-13T10:55:09.027 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:29.346 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:29.368 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:29.703 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:29.703 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-13T10:55:29.704 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-13T10:55:30.468 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:30.469 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T10:55:30.469 INFO:teuthology.orchestra.run.smithi114.stdout:Installed: 2023-10-13T10:55:30.469 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-13T10:55:30.469 INFO:teuthology.orchestra.run.smithi114.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-13T10:55:30.470 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T10:55:30.470 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-10-13T10:55:30.567 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:30.592 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:30.968 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:30.968 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-13T10:55:30.968 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-13T10:55:30.981 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T10:55:31.195 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T10:55:31.195 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T10:55:31.195 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-13T10:55:31.196 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-13T10:55:31.196 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-13T10:55:31.196 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-13T10:55:31.196 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi114.front.sepia.ceph.com, path=None, version=distro) 2023-10-13T10:55:31.196 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T10:55:31.404 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T10:55:31.405 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T10:55:31.405 DEBUG:teuthology.orchestra.run.smithi114:> sudo rpm -qi grub2-tools 2023-10-13T10:55:31.438 INFO:teuthology.orchestra.run.smithi114.stdout:Name : grub2-tools 2023-10-13T10:55:31.438 INFO:teuthology.orchestra.run.smithi114.stdout:Epoch : 1 2023-10-13T10:55:31.438 INFO:teuthology.orchestra.run.smithi114.stdout:Version : 2.02 2023-10-13T10:55:31.439 INFO:teuthology.orchestra.run.smithi114.stdout:Release : 129.el8 2023-10-13T10:55:31.439 INFO:teuthology.orchestra.run.smithi114.stdout:Architecture: x86_64 2023-10-13T10:55:31.439 INFO:teuthology.orchestra.run.smithi114.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-13T10:55:31.439 INFO:teuthology.orchestra.run.smithi114.stdout:Group : System Environment/Base 2023-10-13T10:55:31.439 INFO:teuthology.orchestra.run.smithi114.stdout:Size : 9265586 2023-10-13T10:55:31.439 INFO:teuthology.orchestra.run.smithi114.stdout:License : GPLv3+ 2023-10-13T10:55:31.440 INFO:teuthology.orchestra.run.smithi114.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-13T10:55:31.440 INFO:teuthology.orchestra.run.smithi114.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-13T10:55:31.440 INFO:teuthology.orchestra.run.smithi114.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-13T10:55:31.440 INFO:teuthology.orchestra.run.smithi114.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-13T10:55:31.440 INFO:teuthology.orchestra.run.smithi114.stdout:Relocations : (not relocatable) 2023-10-13T10:55:31.440 INFO:teuthology.orchestra.run.smithi114.stdout:Packager : CentOS BuildSystem 2023-10-13T10:55:31.441 INFO:teuthology.orchestra.run.smithi114.stdout:Vendor : CentOS 2023-10-13T10:55:31.441 INFO:teuthology.orchestra.run.smithi114.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-13T10:55:31.441 INFO:teuthology.orchestra.run.smithi114.stdout:Summary : Support tools for GRUB. 2023-10-13T10:55:31.441 INFO:teuthology.orchestra.run.smithi114.stdout:Description : 2023-10-13T10:55:31.442 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T10:55:31.442 INFO:teuthology.orchestra.run.smithi114.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-13T10:55:31.442 INFO:teuthology.orchestra.run.smithi114.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-13T10:55:31.442 INFO:teuthology.orchestra.run.smithi114.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-13T10:55:31.442 INFO:teuthology.orchestra.run.smithi114.stdout:hardware devices. 2023-10-13T10:55:31.442 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T10:55:31.443 INFO:teuthology.orchestra.run.smithi114.stdout:This subpackage provides tools for support of all platforms. 2023-10-13T10:55:31.443 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-13T10:55:31.444 INFO:teuthology.task.kernel:Updating grub on smithi114 to boot 4.18.0-516.el8.x86_64 2023-10-13T10:55:31.444 DEBUG:teuthology.orchestra.run.smithi114:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-13T10:55:32.003 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-13T10:55:32.003 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T10:55:32.003 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-13T10:55:32.003 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-13T10:55:32.004 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-13T10:55:32.004 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T10:55:32.004 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-13T10:55:32.133 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T10:55:32.347 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T10:55:32.348 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T10:55:32.348 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-13T10:55:32.348 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-13T10:55:32.348 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-13T10:55:32.348 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-13T10:55:32.349 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2023-10-13T10:55:32.349 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2023-10-13T10:55:32.557 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-13T10:55:32.557 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-13T10:55:32.557 DEBUG:teuthology.orchestra.run.smithi139:> sudo rpm -qi grub2-tools 2023-10-13T10:55:32.591 INFO:teuthology.orchestra.run.smithi139.stdout:Name : grub2-tools 2023-10-13T10:55:32.591 INFO:teuthology.orchestra.run.smithi139.stdout:Epoch : 1 2023-10-13T10:55:32.591 INFO:teuthology.orchestra.run.smithi139.stdout:Version : 2.02 2023-10-13T10:55:32.591 INFO:teuthology.orchestra.run.smithi139.stdout:Release : 129.el8 2023-10-13T10:55:32.591 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: x86_64 2023-10-13T10:55:32.592 INFO:teuthology.orchestra.run.smithi139.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-13T10:55:32.592 INFO:teuthology.orchestra.run.smithi139.stdout:Group : System Environment/Base 2023-10-13T10:55:32.592 INFO:teuthology.orchestra.run.smithi139.stdout:Size : 9265586 2023-10-13T10:55:32.592 INFO:teuthology.orchestra.run.smithi139.stdout:License : GPLv3+ 2023-10-13T10:55:32.592 INFO:teuthology.orchestra.run.smithi139.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-13T10:55:32.593 INFO:teuthology.orchestra.run.smithi139.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-13T10:55:32.593 INFO:teuthology.orchestra.run.smithi139.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-13T10:55:32.593 INFO:teuthology.orchestra.run.smithi139.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-13T10:55:32.593 INFO:teuthology.orchestra.run.smithi139.stdout:Relocations : (not relocatable) 2023-10-13T10:55:32.593 INFO:teuthology.orchestra.run.smithi139.stdout:Packager : CentOS BuildSystem 2023-10-13T10:55:32.593 INFO:teuthology.orchestra.run.smithi139.stdout:Vendor : CentOS 2023-10-13T10:55:32.594 INFO:teuthology.orchestra.run.smithi139.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-13T10:55:32.594 INFO:teuthology.orchestra.run.smithi139.stdout:Summary : Support tools for GRUB. 2023-10-13T10:55:32.594 INFO:teuthology.orchestra.run.smithi139.stdout:Description : 2023-10-13T10:55:32.594 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T10:55:32.594 INFO:teuthology.orchestra.run.smithi139.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-13T10:55:32.594 INFO:teuthology.orchestra.run.smithi139.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-13T10:55:32.595 INFO:teuthology.orchestra.run.smithi139.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-13T10:55:32.595 INFO:teuthology.orchestra.run.smithi139.stdout:hardware devices. 2023-10-13T10:55:32.595 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T10:55:32.595 INFO:teuthology.orchestra.run.smithi139.stdout:This subpackage provides tools for support of all platforms. 2023-10-13T10:55:32.596 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-13T10:55:32.596 INFO:teuthology.task.kernel:Updating grub on smithi139 to boot 4.18.0-516.el8.x86_64 2023-10-13T10:55:32.596 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-13T10:55:32.796 INFO:teuthology.orchestra.run.smithi114.stderr:Generating grub configuration file ... 2023-10-13T10:55:33.939 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2023-10-13T10:55:34.446 INFO:teuthology.orchestra.run.smithi114.stderr:done 2023-10-13T10:55:34.448 DEBUG:teuthology.orchestra.run.smithi114:> mktemp 2023-10-13T10:55:34.483 INFO:teuthology.orchestra.run.smithi114.stdout:/tmp/tmp.b5uyYnMiOd 2023-10-13T10:55:34.483 DEBUG:teuthology.orchestra.run.smithi114:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.b5uyYnMiOd 2023-10-13T10:55:34.556 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0666 /tmp/tmp.b5uyYnMiOd 2023-10-13T10:55:34.701 DEBUG:teuthology.orchestra.remote:smithi114:/tmp/tmp.b5uyYnMiOd is 6KB 2023-10-13T10:55:34.750 DEBUG:teuthology.orchestra.run.smithi114:> rm -fr /tmp/tmp.b5uyYnMiOd 2023-10-13T10:55:34.768 DEBUG:teuthology.orchestra.run.smithi114:> sudo /bin/ls /boot/loader/entries || true 2023-10-13T10:55:34.850 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-13T10:55:34.850 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-13T10:55:34.850 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-13T10:55:34.850 INFO:teuthology.orchestra.run.smithi114.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-13T10:55:34.851 DEBUG:teuthology.orchestra.run.smithi114:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-13T10:55:35.012 DEBUG:teuthology.orchestra.run.smithi114:> sudo shutdown -r now 2023-10-13T10:55:36.058 INFO:teuthology.orchestra.run.smithi139.stderr:done 2023-10-13T10:55:36.059 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2023-10-13T10:55:36.090 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.hAMAPPre5W 2023-10-13T10:55:36.091 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hAMAPPre5W 2023-10-13T10:55:36.173 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.hAMAPPre5W 2023-10-13T10:55:36.315 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.hAMAPPre5W is 6KB 2023-10-13T10:55:36.365 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.hAMAPPre5W 2023-10-13T10:55:36.383 DEBUG:teuthology.orchestra.run.smithi139:> sudo /bin/ls /boot/loader/entries || true 2023-10-13T10:55:36.452 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-13T10:55:36.452 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-13T10:55:36.452 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-13T10:55:36.453 INFO:teuthology.orchestra.run.smithi139.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-13T10:55:36.454 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-13T10:55:36.628 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2023-10-13T10:56:05.044 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-13T10:56:05.045 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T10:56:05.045 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:56:06.634 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-13T10:56:06.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T10:56:06.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:56:23.419 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T10:56:24.954 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2023-10-13T10:56:32.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T10:56:32.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:56:33.957 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T10:56:33.958 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:56:35.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T10:56:37.022 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2023-10-13T10:56:47.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T10:56:47.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:56:49.025 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T10:56:49.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:56:52.090 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2023-10-13T10:57:05.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T10:57:07.092 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T10:57:07.093 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:57:10.170 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2023-10-13T10:57:20.926 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T10:57:20.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:57:21.257 DEBUG:teuthology.orchestra.run.smithi114:> true 2023-10-13T10:57:21.547 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T10:57:21.547 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-516.el8.x86_64"... 2023-10-13T10:57:21.548 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2023-10-13T10:57:21.607 INFO:teuthology.orchestra.run.smithi114.stdout:4.18.0-516.el8.x86_64 2023-10-13T10:57:21.608 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-13T10:57:21.608 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-13T10:57:21.608 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-13T10:57:22.610 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-13T10:57:22.610 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-13T10:57:23.401 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2023-10-13T10:57:23.436 DEBUG:teuthology.parallel:result is None 2023-10-13T10:57:28.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T10:57:28.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T10:57:28.445 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-10-13T10:57:28.797 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T10:57:28.798 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-516.el8.x86_64"... 2023-10-13T10:57:28.798 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2023-10-13T10:57:28.818 INFO:teuthology.orchestra.run.smithi139.stdout:4.18.0-516.el8.x86_64 2023-10-13T10:57:28.818 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-13T10:57:28.818 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-13T10:57:28.819 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-13T10:57:29.820 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-13T10:57:29.820 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-13T10:57:29.915 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2023-10-13T10:57:29.928 DEBUG:teuthology.parallel:result is None 2023-10-13T10:57:29.929 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-13T10:57:29.940 INFO:teuthology.task.internal:Creating test directory... 2023-10-13T10:57:29.941 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-13T10:57:29.944 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-13T10:57:29.964 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-13T10:57:30.033 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-13T10:57:30.134 INFO:teuthology.task.internal:Creating archive directory... 2023-10-13T10:57:30.135 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-13T10:57:30.137 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-13T10:57:30.177 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-13T10:57:30.230 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-13T10:57:30.230 DEBUG:teuthology.orchestra.run.smithi114:> 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-13T10:57:30.233 DEBUG:teuthology.orchestra.run.smithi139:> 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-13T10:57:30.274 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T10:57:30.276 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T10:57:30.286 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T10:57:30.287 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-13T10:57:30.289 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-13T10:57:30.296 INFO:teuthology.task.internal:Configuring sudo... 2023-10-13T10:57:30.296 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-13T10:57:30.330 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-13T10:57:30.361 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-13T10:57:30.393 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-13T10:57:30.393 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-13T10:57:30.400 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-13T10:57:30.420 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T10:57:30.504 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T10:57:30.554 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T10:57:30.639 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T10:57:30.681 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T10:57:30.682 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-13T10:57:30.749 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T10:57:30.799 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-13T10:57:30.849 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T10:57:30.933 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-13T10:57:30.978 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T10:57:30.979 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-13T10:57:31.047 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2023-10-13T10:57:31.049 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2023-10-13T10:57:31.113 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T10:57:31.143 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-13T10:57:31.477 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-13T10:57:31.487 INFO:teuthology.task.internal:Starting timer... 2023-10-13T10:57:31.487 INFO:teuthology.run_tasks:Running task pcp... 2023-10-13T10:57:31.561 INFO:teuthology.run_tasks:Running task selinux... 2023-10-13T10:57:31.621 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-13T10:57:31.622 DEBUG:teuthology.orchestra.run.smithi114:> sudo service auditd rotate 2023-10-13T10:57:31.702 INFO:teuthology.orchestra.run.smithi114.stdout:Rotating logs: 2023-10-13T10:57:31.704 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2023-10-13T10:57:31.774 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2023-10-13T10:57:31.776 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-13T10:57:31.776 DEBUG:teuthology.orchestra.run.smithi114:> /usr/sbin/getenforce 2023-10-13T10:57:31.798 INFO:teuthology.orchestra.run.smithi114.stdout:Permissive 2023-10-13T10:57:31.798 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2023-10-13T10:57:31.825 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2023-10-13T10:57:31.825 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi114.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi139.front.sepia.ceph.com': 'permissive'} 2023-10-13T10:57:31.825 DEBUG:teuthology.orchestra.run.smithi114:> 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-13T10:57:31.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T10:57:31.866 DEBUG:teuthology.orchestra.run.smithi139:> 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-13T10:57:31.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T10:57:31.894 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-13T10:57:31.894 DEBUG:teuthology.orchestra.run.smithi114:> sudo /usr/sbin/setenforce permissive 2023-10-13T10:57:31.933 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2023-10-13T10:57:31.961 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-13T10:57:31.972 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-13T10:57:31.972 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-13T10:57:31.990 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-13T10:57:31.992 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi114.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-13T11:04:46.224 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi114.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2023-10-13T11:04:46.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T11:04:46.227 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T11:04:46.296 DEBUG:teuthology.orchestra.run.smithi114:> true 2023-10-13T11:04:46.371 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T11:04:46.371 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T11:04:46.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T11:04:46.441 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-10-13T11:04:46.511 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T11:04:46.512 INFO:teuthology.run_tasks:Running task clock... 2023-10-13T11:04:46.525 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-13T11:04:46.525 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-13T11:04:46.526 DEBUG:teuthology.orchestra.run.smithi114:> 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-13T11:04:46.529 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-13T11:04:46.529 DEBUG:teuthology.orchestra.run.smithi139:> 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-13T11:04:46.560 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-13T11:04:46.574 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-13T11:04:46.587 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-13T11:04:46.603 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-13T11:04:46.645 INFO:teuthology.orchestra.run.smithi114.stderr:sudo: ntpd: command not found 2023-10-13T11:04:46.657 INFO:teuthology.orchestra.run.smithi114.stdout:506 Cannot talk to daemon 2023-10-13T11:04:46.669 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2023-10-13T11:04:46.670 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-13T11:04:46.681 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2023-10-13T11:04:46.684 INFO:teuthology.orchestra.run.smithi114.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-13T11:04:46.696 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-13T11:04:46.710 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-13T11:04:46.748 INFO:teuthology.orchestra.run.smithi114.stderr:bash: ntpq: command not found 2023-10-13T11:04:46.752 INFO:teuthology.orchestra.run.smithi114.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-13T11:04:46.752 INFO:teuthology.orchestra.run.smithi114.stdout:=============================================================================== 2023-10-13T11:04:46.752 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.753 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.753 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.753 INFO:teuthology.orchestra.run.smithi114.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.774 INFO:teuthology.orchestra.run.smithi139.stderr:bash: ntpq: command not found 2023-10-13T11:04:46.777 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-13T11:04:46.778 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2023-10-13T11:04:46.778 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.778 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.778 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.779 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-13T11:04:46.780 INFO:teuthology.run_tasks:Running task pexec... 2023-10-13T11:04:46.789 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-13T11:04:46.789 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi114.front.sepia.ceph.com 2023-10-13T11:04:46.790 DEBUG:teuthology.orchestra.run.smithi114:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-13T11:04:46.790 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2023-10-13T11:04:46.791 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-13T11:04:47.672 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:01:33 ago on Fri 13 Oct 2023 11:03:14 AM UTC. 2023-10-13T11:04:47.696 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:36 ago on Fri 13 Oct 2023 11:03:11 AM UTC. 2023-10-13T11:04:49.725 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-10-13T11:04:49.726 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T11:04:49.726 INFO:teuthology.orchestra.run.smithi114.stdout: Package Architecture Version Repository Size 2023-10-13T11:04:49.726 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T11:04:49.727 INFO:teuthology.orchestra.run.smithi114.stdout:Resetting modules: 2023-10-13T11:04:49.727 INFO:teuthology.orchestra.run.smithi114.stdout: container-tools 2023-10-13T11:04:49.727 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:04:49.727 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2023-10-13T11:04:49.727 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T11:04:49.728 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:04:49.751 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-13T11:04:49.752 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T11:04:49.753 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2023-10-13T11:04:49.753 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T11:04:49.753 INFO:teuthology.orchestra.run.smithi139.stdout:Resetting modules: 2023-10-13T11:04:49.753 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools 2023-10-13T11:04:49.754 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:04:49.754 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-13T11:04:49.754 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T11:04:49.754 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:04:49.980 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-10-13T11:04:50.010 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-13T11:04:50.918 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:01:36 ago on Fri 13 Oct 2023 11:03:14 AM UTC. 2023-10-13T11:04:50.938 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:39 ago on Fri 13 Oct 2023 11:03:11 AM UTC. 2023-10-13T11:04:52.957 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-10-13T11:04:52.968 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2023-10-13T11:04:53.123 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T11:04:53.123 INFO:teuthology.orchestra.run.smithi114.stdout: Package Arch Version Repository Size 2023-10-13T11:04:53.123 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T11:04:53.123 INFO:teuthology.orchestra.run.smithi114.stdout:Installing group/module packages: 2023-10-13T11:04:53.124 INFO:teuthology.orchestra.run.smithi114.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-13T11:04:53.124 INFO:teuthology.orchestra.run.smithi114.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-13T11:04:53.124 INFO:teuthology.orchestra.run.smithi114.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-13T11:04:53.124 INFO:teuthology.orchestra.run.smithi114.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-13T11:04:53.124 INFO:teuthology.orchestra.run.smithi114.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-13T11:04:53.125 INFO:teuthology.orchestra.run.smithi114.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-13T11:04:53.125 INFO:teuthology.orchestra.run.smithi114.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-13T11:04:53.125 INFO:teuthology.orchestra.run.smithi114.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-13T11:04:53.125 INFO:teuthology.orchestra.run.smithi114.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-13T11:04:53.125 INFO:teuthology.orchestra.run.smithi114.stdout:Installing dependencies: 2023-10-13T11:04:53.125 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-13T11:04:53.126 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-13T11:04:53.126 INFO:teuthology.orchestra.run.smithi114.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-13T11:04:53.126 INFO:teuthology.orchestra.run.smithi114.stdout:Installing weak dependencies: 2023-10-13T11:04:53.126 INFO:teuthology.orchestra.run.smithi114.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-13T11:04:53.127 INFO:teuthology.orchestra.run.smithi114.stdout:Installing module profiles: 2023-10-13T11:04:53.127 INFO:teuthology.orchestra.run.smithi114.stdout: container-tools/common 2023-10-13T11:04:53.127 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:04:53.127 INFO:teuthology.orchestra.run.smithi114.stdout:Enabling module streams: 2023-10-13T11:04:53.127 INFO:teuthology.orchestra.run.smithi114.stdout: container-tools rhel8 2023-10-13T11:04:53.127 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:04:53.128 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction Summary 2023-10-13T11:04:53.128 INFO:teuthology.orchestra.run.smithi114.stdout:================================================================================ 2023-10-13T11:04:53.128 INFO:teuthology.orchestra.run.smithi114.stdout:Install 13 Packages 2023-10-13T11:04:53.128 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:04:53.129 INFO:teuthology.orchestra.run.smithi114.stdout:Total download size: 26 M 2023-10-13T11:04:53.130 INFO:teuthology.orchestra.run.smithi114.stdout:Installed size: 87 M 2023-10-13T11:04:53.130 INFO:teuthology.orchestra.run.smithi114.stdout:Downloading Packages: 2023-10-13T11:04:53.130 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T11:04:53.130 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2023-10-13T11:04:53.131 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T11:04:53.131 INFO:teuthology.orchestra.run.smithi139.stdout:Installing group/module packages: 2023-10-13T11:04:53.131 INFO:teuthology.orchestra.run.smithi139.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-13T11:04:53.131 INFO:teuthology.orchestra.run.smithi139.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-13T11:04:53.131 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-13T11:04:53.132 INFO:teuthology.orchestra.run.smithi139.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-13T11:04:53.132 INFO:teuthology.orchestra.run.smithi139.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-13T11:04:53.132 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-13T11:04:53.132 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-13T11:04:53.133 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-13T11:04:53.133 INFO:teuthology.orchestra.run.smithi139.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-13T11:04:53.133 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2023-10-13T11:04:53.133 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-13T11:04:53.133 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-13T11:04:53.133 INFO:teuthology.orchestra.run.smithi139.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-13T11:04:53.134 INFO:teuthology.orchestra.run.smithi139.stdout:Installing weak dependencies: 2023-10-13T11:04:53.134 INFO:teuthology.orchestra.run.smithi139.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-13T11:04:53.134 INFO:teuthology.orchestra.run.smithi139.stdout:Installing module profiles: 2023-10-13T11:04:53.134 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools/common 2023-10-13T11:04:53.134 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:04:53.135 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling module streams: 2023-10-13T11:04:53.135 INFO:teuthology.orchestra.run.smithi139.stdout: container-tools rhel8 2023-10-13T11:04:53.135 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:04:53.135 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2023-10-13T11:04:53.135 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2023-10-13T11:04:53.136 INFO:teuthology.orchestra.run.smithi139.stdout:Install 13 Packages 2023-10-13T11:04:53.136 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:04:53.136 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 26 M 2023-10-13T11:04:53.136 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 87 M 2023-10-13T11:04:53.136 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2023-10-13T11:04:53.833 INFO:teuthology.orchestra.run.smithi114.stdout:(1/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.5 MB/s | 1.0 MB 00:00 2023-10-13T11:04:54.099 INFO:teuthology.orchestra.run.smithi114.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 142 kB/s | 38 kB 00:00 2023-10-13T11:04:54.673 INFO:teuthology.orchestra.run.smithi139.stdout:(1/13): buildah-1.31.3-1.module_el8+664+4072b3a 5.9 MB/s | 8.8 MB 00:01 2023-10-13T11:04:54.725 INFO:teuthology.orchestra.run.smithi114.stdout:(3/13): cockpit-podman-75-1.module_el8+664+4072 475 kB/s | 739 kB 00:01 2023-10-13T11:04:54.757 INFO:teuthology.orchestra.run.smithi139.stdout:(2/13): cockpit-podman-75-1.module_el8+664+4072 467 kB/s | 739 kB 00:01 2023-10-13T11:04:54.842 INFO:teuthology.orchestra.run.smithi114.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 322 kB/s | 239 kB 00:00 2023-10-13T11:04:54.932 INFO:teuthology.orchestra.run.smithi139.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 147 kB/s | 38 kB 00:00 2023-10-13T11:04:55.151 INFO:teuthology.orchestra.run.smithi139.stdout:(4/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 514 kB/s | 1.0 MB 00:01 2023-10-13T11:04:55.434 INFO:teuthology.orchestra.run.smithi114.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 300 kB/s | 177 kB 00:00 2023-10-13T11:04:55.582 INFO:teuthology.orchestra.run.smithi139.stdout:(5/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 290 kB/s | 239 kB 00:00 2023-10-13T11:04:55.701 INFO:teuthology.orchestra.run.smithi114.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2023-10-13T11:04:55.741 INFO:teuthology.orchestra.run.smithi139.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 301 kB/s | 177 kB 00:00 2023-10-13T11:04:55.849 INFO:teuthology.orchestra.run.smithi139.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 93 kB/s | 25 kB 00:00 2023-10-13T11:04:56.126 INFO:teuthology.orchestra.run.smithi114.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 220 kB/s | 94 kB 00:00 2023-10-13T11:04:56.174 INFO:teuthology.orchestra.run.smithi139.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 216 kB/s | 94 kB 00:00 2023-10-13T11:04:58.177 INFO:teuthology.orchestra.run.smithi114.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 1.8 MB/s | 8.8 MB 00:05 2023-10-13T11:04:58.493 INFO:teuthology.orchestra.run.smithi114.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 1.0 MB/s | 3.7 MB 00:03 2023-10-13T11:04:58.525 INFO:teuthology.orchestra.run.smithi139.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 1.0 MB/s | 3.7 MB 00:03 2023-10-13T11:04:58.836 INFO:teuthology.orchestra.run.smithi114.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 154 kB/s | 53 kB 00:00 2023-10-13T11:04:58.875 INFO:teuthology.orchestra.run.smithi139.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 150 kB/s | 53 kB 00:00 2023-10-13T11:04:59.102 INFO:teuthology.orchestra.run.smithi114.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 154 kB/s | 41 kB 00:00 2023-10-13T11:04:59.162 INFO:teuthology.orchestra.run.smithi139.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 143 kB/s | 41 kB 00:00 2023-10-13T11:04:59.375 INFO:teuthology.orchestra.run.smithi139.stdout:(12/13): toolbox-0.0.99.4-5.module_el8+649+e2de 810 kB/s | 2.5 MB 00:03 2023-10-13T11:05:00.442 INFO:teuthology.orchestra.run.smithi139.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 1.8 MB/s | 8.1 MB 00:04 2023-10-13T11:05:00.443 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2023-10-13T11:05:00.443 INFO:teuthology.orchestra.run.smithi139.stdout:Total 3.5 MB/s | 26 MB 00:07 2023-10-13T11:05:00.708 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2023-10-13T11:05:00.729 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2023-10-13T11:05:00.729 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2023-10-13T11:05:00.994 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2023-10-13T11:05:00.997 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2023-10-13T11:05:01.153 INFO:teuthology.orchestra.run.smithi114.stdout:(12/13): skopeo-1.13.3-1.module_el8+664+4072b3a 1.6 MB/s | 8.1 MB 00:05 2023-10-13T11:05:01.404 INFO:teuthology.orchestra.run.smithi114.stdout:(13/13): toolbox-0.0.99.4-5.module_el8+649+e2de 804 kB/s | 2.5 MB 00:03 2023-10-13T11:05:01.404 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2023-10-13T11:05:01.404 INFO:teuthology.orchestra.run.smithi114.stdout:Total 3.1 MB/s | 26 MB 00:08 2023-10-13T11:05:01.672 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction check 2023-10-13T11:05:01.682 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2023-10-13T11:05:01.692 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction check succeeded. 2023-10-13T11:05:01.692 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction test 2023-10-13T11:05:01.893 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-13T11:05:01.939 INFO:teuthology.orchestra.run.smithi114.stdout:Transaction test succeeded. 2023-10-13T11:05:01.942 INFO:teuthology.orchestra.run.smithi114.stdout:Running transaction 2023-10-13T11:05:02.542 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-13T11:05:02.626 INFO:teuthology.orchestra.run.smithi114.stdout: Preparing : 1/1 2023-10-13T11:05:02.729 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-13T11:05:02.849 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-13T11:05:02.992 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T11:05:03.028 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-13T11:05:03.240 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-13T11:05:03.488 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T11:05:03.532 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-13T11:05:04.037 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-13T11:05:04.482 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T11:05:04.699 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-13T11:05:04.920 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-13T11:05:04.970 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T11:05:05.158 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-13T11:05:05.218 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-13T11:05:05.416 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-13T11:05:05.579 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-13T11:05:05.698 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-13T11:05:06.082 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-13T11:05:06.510 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T11:05:06.728 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-13T11:05:06.936 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T11:05:06.988 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T11:05:07.227 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-13T11:05:07.373 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T11:05:07.374 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-13T11:05:07.374 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-13T11:05:07.374 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-13T11:05:07.374 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T11:05:07.375 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-13T11:05:07.375 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T11:05:07.375 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-13T11:05:07.375 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-13T11:05:07.375 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-13T11:05:07.376 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-13T11:05:07.376 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T11:05:07.376 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-13T11:05:07.409 INFO:teuthology.orchestra.run.smithi114.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T11:05:07.829 INFO:teuthology.orchestra.run.smithi114.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-13T11:05:07.830 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-13T11:05:07.830 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-13T11:05:07.830 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-13T11:05:07.830 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-13T11:05:07.831 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-13T11:05:07.831 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-13T11:05:07.831 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-13T11:05:07.831 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-13T11:05:07.831 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-13T11:05:07.832 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-13T11:05:07.832 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-13T11:05:07.832 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-13T11:05:08.176 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-13T11:05:08.176 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:05:08.176 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2023-10-13T11:05:08.177 INFO:teuthology.orchestra.run.smithi139.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T11:05:08.177 INFO:teuthology.orchestra.run.smithi139.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T11:05:08.177 INFO:teuthology.orchestra.run.smithi139.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-13T11:05:08.177 INFO:teuthology.orchestra.run.smithi139.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-13T11:05:08.177 INFO:teuthology.orchestra.run.smithi139.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-13T11:05:08.178 INFO:teuthology.orchestra.run.smithi139.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T11:05:08.178 INFO:teuthology.orchestra.run.smithi139.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-13T11:05:08.178 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-13T11:05:08.178 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-13T11:05:08.179 INFO:teuthology.orchestra.run.smithi139.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T11:05:08.179 INFO:teuthology.orchestra.run.smithi139.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-13T11:05:08.179 INFO:teuthology.orchestra.run.smithi139.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-13T11:05:08.179 INFO:teuthology.orchestra.run.smithi139.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-13T11:05:08.179 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:05:08.180 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2023-10-13T11:05:08.520 DEBUG:teuthology.parallel:result is None 2023-10-13T11:05:08.631 INFO:teuthology.orchestra.run.smithi114.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-13T11:05:08.631 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:05:08.632 INFO:teuthology.orchestra.run.smithi114.stdout:Installed: 2023-10-13T11:05:08.632 INFO:teuthology.orchestra.run.smithi114.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T11:05:08.632 INFO:teuthology.orchestra.run.smithi114.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T11:05:08.632 INFO:teuthology.orchestra.run.smithi114.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-13T11:05:08.633 INFO:teuthology.orchestra.run.smithi114.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-13T11:05:08.633 INFO:teuthology.orchestra.run.smithi114.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-13T11:05:08.633 INFO:teuthology.orchestra.run.smithi114.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-13T11:05:08.633 INFO:teuthology.orchestra.run.smithi114.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-13T11:05:08.633 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-13T11:05:08.634 INFO:teuthology.orchestra.run.smithi114.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-13T11:05:08.634 INFO:teuthology.orchestra.run.smithi114.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-13T11:05:08.634 INFO:teuthology.orchestra.run.smithi114.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-13T11:05:08.634 INFO:teuthology.orchestra.run.smithi114.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-13T11:05:08.634 INFO:teuthology.orchestra.run.smithi114.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-13T11:05:08.635 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:05:08.635 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-10-13T11:05:08.933 DEBUG:teuthology.parallel:result is None 2023-10-13T11:05:08.934 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-13T11:05:09.033 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': '9725b08fd801c82987c737f7e6d354878f036ee8'} 2023-10-13T11:05:09.034 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-13T11:05:09.034 INFO:tasks.cephadm:Cluster fsid is 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:09.035 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-13T11:05:09.035 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.114', 'mon.b': '172.21.15.139'} 2023-10-13T11:05:09.036 INFO:tasks.cephadm:First mon is mon.a on smithi114 2023-10-13T11:05:09.036 INFO:tasks.cephadm:First mgr is x 2023-10-13T11:05:09.036 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-13T11:05:09.036 DEBUG:teuthology.orchestra.run.smithi114:> sudo hostname $(hostname -s) 2023-10-13T11:05:09.065 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2023-10-13T11:05:09.095 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-13T11:05:09.096 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-13T11:05:09.423 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9725b08fd801c82987c737f7e6d354878f036ee8', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73061/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6609-g9725b08f', 'node_name': '172.21.5.32+adami02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6609.g9725b08f'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-06 18:23:23.804125', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-10-13T11:05:09.562 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 9725b08fd801c82987c737f7e6d354878f036ee8 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=9725b08fd801c82987c737f7e6d354878f036ee8 2023-10-13T11:05:09.562 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm 2023-10-13T11:05:09.563 DEBUG:teuthology.orchestra.run.smithi114:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-13T11:05:10.478 INFO:teuthology.orchestra.run.smithi114.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 13 11:05 /home/ubuntu/cephtest/cephadm 2023-10-13T11:05:10.478 DEBUG:teuthology.orchestra.run.smithi139:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/9725b08fd801c82987c737f7e6d354878f036ee8/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-13T11:05:11.672 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 13 11:05 /home/ubuntu/cephtest/cephadm 2023-10-13T11:05:11.673 DEBUG:teuthology.orchestra.run.smithi114:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-13T11:05:11.696 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-13T11:05:11.728 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 on all hosts... 2023-10-13T11:05:11.728 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 pull 2023-10-13T11:05:11.739 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 pull 2023-10-13T11:05:13.362 INFO:teuthology.orchestra.run.smithi114.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-13T11:05:13.445 INFO:teuthology.orchestra.run.smithi139.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-13T11:05:42.203 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-10-13T11:05:42.204 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph_version": "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)", 2023-10-13T11:05:42.204 INFO:teuthology.orchestra.run.smithi114.stdout: "image_id": "d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59", 2023-10-13T11:05:42.204 INFO:teuthology.orchestra.run.smithi114.stdout: "repo_digests": [ 2023-10-13T11:05:42.204 INFO:teuthology.orchestra.run.smithi114.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991" 2023-10-13T11:05:42.204 INFO:teuthology.orchestra.run.smithi114.stdout: ] 2023-10-13T11:05:42.205 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-10-13T11:05:42.235 INFO:teuthology.orchestra.run.smithi139.stdout:{ 2023-10-13T11:05:42.236 INFO:teuthology.orchestra.run.smithi139.stdout: "ceph_version": "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)", 2023-10-13T11:05:42.236 INFO:teuthology.orchestra.run.smithi139.stdout: "image_id": "d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59", 2023-10-13T11:05:42.236 INFO:teuthology.orchestra.run.smithi139.stdout: "repo_digests": [ 2023-10-13T11:05:42.236 INFO:teuthology.orchestra.run.smithi139.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:97fb66d1505dfd3031f50aea63af756a6271a8b2b32c547a25afa8a80ba68991" 2023-10-13T11:05:42.237 INFO:teuthology.orchestra.run.smithi139.stdout: ] 2023-10-13T11:05:42.237 INFO:teuthology.orchestra.run.smithi139.stdout:} 2023-10-13T11:05:42.256 DEBUG:teuthology.orchestra.run.smithi114:> sudo mkdir -p /etc/ceph 2023-10-13T11:05:42.286 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /etc/ceph 2023-10-13T11:05:42.317 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 777 /etc/ceph 2023-10-13T11:05:42.353 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 777 /etc/ceph 2023-10-13T11:05:42.383 INFO:tasks.cephadm:Writing seed config... 2023-10-13T11:05:42.385 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-13T11:05:42.385 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-13T11:05:42.385 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-13T11:05:42.385 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-13T11:05:42.386 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-13T11:05:42.386 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-13T11:05:42.386 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-13T11:05:42.387 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:05:42.387 DEBUG:teuthology.orchestra.run.smithi114:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-13T11:05:42.411 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 = 5f63f0bc-69b8-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-13T11:05:42.411 DEBUG:teuthology.orchestra.run.smithi114:mon.a> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.a.service 2023-10-13T11:05:42.453 DEBUG:teuthology.orchestra.run.smithi114:mgr.x> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mgr.x.service 2023-10-13T11:05:42.480 INFO:journalctl@ceph.mon.a.smithi114.stdout:-- Logs begin at Fri 2023-10-13 10:57:01 UTC. -- 2023-10-13T11:05:42.481 INFO:tasks.cephadm:Bootstrapping... 2023-10-13T11:05:42.482 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 -v bootstrap --fsid 5f63f0bc-69b8-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.114 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-13T11:05:42.507 INFO:journalctl@ceph.mgr.x.smithi114.stdout:-- Logs begin at Fri 2023-10-13 10:57:01 UTC. -- 2023-10-13T11:05:42.647 INFO:teuthology.orchestra.run.smithi114.stdout:-------------------------------------------------------------------------------- 2023-10-13T11:05:42.647 INFO:teuthology.orchestra.run.smithi114.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8', '-v', 'bootstrap', '--fsid', '5f63f0bc-69b8-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.114', '--skip-admin-label'] 2023-10-13T11:05:42.682 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stdout 4.6.1 2023-10-13T11:05:42.683 INFO:teuthology.orchestra.run.smithi114.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-13T11:05:42.683 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying podman|docker is present... 2023-10-13T11:05:42.710 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stdout 4.6.1 2023-10-13T11:05:42.710 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying lvm2 is present... 2023-10-13T11:05:42.710 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying time synchronization is in place... 2023-10-13T11:05:42.717 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-13T11:05:42.717 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-13T11:05:42.723 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-13T11:05:42.723 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout inactive 2023-10-13T11:05:42.729 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout enabled 2023-10-13T11:05:42.735 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout active 2023-10-13T11:05:42.735 INFO:teuthology.orchestra.run.smithi114.stdout:Unit chronyd.service is enabled and running 2023-10-13T11:05:42.735 INFO:teuthology.orchestra.run.smithi114.stdout:Repeating the final host check... 2023-10-13T11:05:42.765 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stdout 4.6.1 2023-10-13T11:05:42.765 INFO:teuthology.orchestra.run.smithi114.stdout:podman (/bin/podman) version 4.6.1 is present 2023-10-13T11:05:42.766 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl is present 2023-10-13T11:05:42.766 INFO:teuthology.orchestra.run.smithi114.stdout:lvcreate is present 2023-10-13T11:05:42.772 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-13T11:05:42.772 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-13T11:05:42.777 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-13T11:05:42.777 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout inactive 2023-10-13T11:05:42.783 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout enabled 2023-10-13T11:05:42.789 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout active 2023-10-13T11:05:42.790 INFO:teuthology.orchestra.run.smithi114.stdout:Unit chronyd.service is enabled and running 2023-10-13T11:05:42.790 INFO:teuthology.orchestra.run.smithi114.stdout:Host looks OK 2023-10-13T11:05:42.790 INFO:teuthology.orchestra.run.smithi114.stdout:Cluster fsid: 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:42.790 INFO:teuthology.orchestra.run.smithi114.stdout:Acquiring lock 140207133873432 on /run/cephadm/5f63f0bc-69b8-11ee-8db6-212e2dc638e7.lock 2023-10-13T11:05:42.790 INFO:teuthology.orchestra.run.smithi114.stdout:Lock 140207133873432 acquired on /run/cephadm/5f63f0bc-69b8-11ee-8db6-212e2dc638e7.lock 2023-10-13T11:05:42.791 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying IP 172.21.15.114 port 3300 ... 2023-10-13T11:05:42.791 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying IP 172.21.15.114 port 6789 ... 2023-10-13T11:05:42.792 INFO:teuthology.orchestra.run.smithi114.stdout:Base mon IP(s) is [172.21.15.114:3300, 172.21.15.114:6789], mon addrv is [v2:172.21.15.114:3300,v1:172.21.15.114:6789] 2023-10-13T11:05:42.794 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.114 metric 100 2023-10-13T11:05:42.794 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.114 metric 100 2023-10-13T11:05:42.797 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-13T11:05:42.797 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-13T11:05:42.797 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1751sec hoplimit 64 pref medium 2023-10-13T11:05:42.800 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-13T11:05:42.800 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-13T11:05:42.800 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-13T11:05:42.800 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-13T11:05:42.801 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cb63/64 scope link 2023-10-13T11:05:42.801 INFO:teuthology.orchestra.run.smithi114.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-13T11:05:42.802 INFO:teuthology.orchestra.run.smithi114.stdout:Mon IP `172.21.15.114` is in CIDR network `172.21.0.0/20` 2023-10-13T11:05:42.802 INFO:teuthology.orchestra.run.smithi114.stdout:Mon IP `172.21.15.114` is in CIDR network `172.21.0.0/20` 2023-10-13T11:05:42.802 INFO:teuthology.orchestra.run.smithi114.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-13T11:05:42.803 INFO:teuthology.orchestra.run.smithi114.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-13T11:05:42.803 INFO:teuthology.orchestra.run.smithi114.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-13T11:05:43.153 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stdout d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59 2023-10-13T11:05:43.153 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8... 2023-10-13T11:05:43.153 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stderr Getting image source signatures 2023-10-13T11:05:43.153 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stderr Copying blob sha256:be9ed931e0f930233626f1c4d225977fbcc33e056e1a8fc67c7f63553d9455a2 2023-10-13T11:05:43.154 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stderr Copying blob sha256:55fd11c3056be92c0635fd0279c543193c9cf514cfd1ac9bff42d04d109ee7d4 2023-10-13T11:05:43.154 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stderr Copying config sha256:d68377abd09ffcac5af622eb11954606fc667a969af4dd5775b22cdf571fcb59 2023-10-13T11:05:43.154 INFO:teuthology.orchestra.run.smithi114.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-13T11:05:43.741 INFO:teuthology.orchestra.run.smithi114.stdout:ceph: stdout ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev) 2023-10-13T11:05:43.741 INFO:teuthology.orchestra.run.smithi114.stdout:Ceph version: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev) 2023-10-13T11:05:43.742 INFO:teuthology.orchestra.run.smithi114.stdout:Extracting ceph user uid/gid from container image... 2023-10-13T11:05:44.254 INFO:teuthology.orchestra.run.smithi114.stdout:stat: stdout 167 167 2023-10-13T11:05:44.255 INFO:teuthology.orchestra.run.smithi114.stdout:Creating initial keys... 2023-10-13T11:05:44.788 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph-authtool: stdout AQCIJCllv7QeGhAAhhDYl70oCvymaIolXc3I+w== 2023-10-13T11:05:45.316 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph-authtool: stdout AQCIJCllCCV8ORAAsu3OIAL9eTCb67gAwpYd1A== 2023-10-13T11:05:45.837 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph-authtool: stdout AQCJJCllOOX9HBAAKH4btxuzZl4DVh6it0s63w== 2023-10-13T11:05:45.838 INFO:teuthology.orchestra.run.smithi114.stdout:Creating initial monmap... 2023-10-13T11:05:46.375 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-13T11:05:46.375 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-13T11:05:46.375 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:46.376 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-13T11:05:46.376 INFO:teuthology.orchestra.run.smithi114.stdout:monmaptool for a [v2:172.21.15.114:3300,v1:172.21.15.114:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-13T11:05:46.376 INFO:teuthology.orchestra.run.smithi114.stdout:setting min_mon_release = pacific 2023-10-13T11:05:46.376 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/monmaptool: set fsid to 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:46.376 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-13T11:05:46.377 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:05:46.377 INFO:teuthology.orchestra.run.smithi114.stdout:Creating mon... 2023-10-13T11:05:46.929 INFO:teuthology.orchestra.run.smithi114.stdout:create mon.a on 2023-10-13T11:05:47.133 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-13T11:05:47.251 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7.target. 2023-10-13T11:05:47.251 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7.target. 2023-10-13T11:05:47.418 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.a 2023-10-13T11:05:47.418 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.a.service: Unit ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.a.service not loaded. 2023-10-13T11:05:47.509 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7.target.wants/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@.service. 2023-10-13T11:05:47.843 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T11:05:47.844 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout disabled 2023-10-13T11:05:47.851 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T11:05:47.851 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout inactive 2023-10-13T11:05:47.851 INFO:teuthology.orchestra.run.smithi114.stdout:firewalld.service is not enabled 2023-10-13T11:05:47.852 INFO:teuthology.orchestra.run.smithi114.stdout:Not possible to enable service . firewalld.service is not available 2023-10-13T11:05:47.852 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for mon to start... 2023-10-13T11:05:47.852 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for mon... 2023-10-13T11:05:48.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:47 smithi114 ceph-mon[105968]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T11:05:48.600 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout cluster: 2023-10-13T11:05:48.600 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout id: 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:48.600 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-13T11:05:48.600 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:48.601 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout services: 2023-10-13T11:05:48.601 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.372806s) 2023-10-13T11:05:48.601 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-13T11:05:48.601 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-13T11:05:48.601 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:48.602 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout data: 2023-10-13T11:05:48.602 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-13T11:05:48.602 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-13T11:05:48.602 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-13T11:05:48.602 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout pgs: 2023-10-13T11:05:48.603 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:48.603 INFO:teuthology.orchestra.run.smithi114.stdout:mon is available 2023-10-13T11:05:48.603 INFO:teuthology.orchestra.run.smithi114.stdout:Assimilating anything we can from ceph.conf... 2023-10-13T11:05:49.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:48 smithi114 ceph-mon[105968]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T11:05:49.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:48 smithi114 ceph-mon[105968]: monmap e1: 1 mons at {a=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0]} removed_ranks: {} 2023-10-13T11:05:49.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:48 smithi114 ceph-mon[105968]: fsmap 2023-10-13T11:05:49.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:48 smithi114 ceph-mon[105968]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T11:05:49.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:48 smithi114 ceph-mon[105968]: mgrmap e1: no daemons active 2023-10-13T11:05:49.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:48 smithi114 ceph-mon[105968]: from='client.? 172.21.15.114:0/4024311222' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T11:05:49.359 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:49.359 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout [global] 2023-10-13T11:05:49.359 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout fsid = 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:49.359 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.114:3300,v1:172.21.15.114:6789] 2023-10-13T11:05:49.360 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-13T11:05:49.360 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-13T11:05:49.360 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-13T11:05:49.360 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-13T11:05:49.360 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:49.360 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-13T11:05:49.361 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-13T11:05:49.361 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:49.361 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout [osd] 2023-10-13T11:05:49.361 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-13T11:05:49.362 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-13T11:05:49.362 INFO:teuthology.orchestra.run.smithi114.stdout:Generating new minimal ceph.conf... 2023-10-13T11:05:50.090 INFO:teuthology.orchestra.run.smithi114.stdout:Restarting the monitor... 2023-10-13T11:05:50.097 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:49 smithi114 ceph-mon[105968]: from='client.? 172.21.15.114:0/3736447229' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T11:05:50.098 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:49 smithi114 ceph-mon[105968]: from='client.? 172.21.15.114:0/3736447229' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-13T11:05:50.098 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:49 smithi114 ceph-mon[105968]: from='client.? 172.21.15.114:0/3115628656' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:05:50.098 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 systemd[1]: Stopping Ceph mon.a for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7... 2023-10-13T11:05:50.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mon-a[105964]: 2023-10-13T11:05:50.265+0000 7f47ffda3700 -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-13T11:05:50.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mon-a[105964]: 2023-10-13T11:05:50.265+0000 7f47ffda3700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-13T11:05:50.903 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 bash[106220]: ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mon-a 2023-10-13T11:05:51.161 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 systemd[1]: ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.a.service: Succeeded. 2023-10-13T11:05:51.161 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 systemd[1]: Stopped Ceph mon.a for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7. 2023-10-13T11:05:51.161 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:50 smithi114 systemd[1]: Starting Ceph mon.a for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7... 2023-10-13T11:05:51.216 INFO:teuthology.orchestra.run.smithi114.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-13T11:05:51.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 bash[106331]: b1cef89a29f6924139de0c43045ba976907d797ece6d28528452147537e3c264 2023-10-13T11:05:51.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: set uid:gid to 167:167 (ceph:ceph) 2023-10-13T11:05:51.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev), process ceph-mon, pid 2 2023-10-13T11:05:51.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: pidfile_write: ignore empty --pid-file 2023-10-13T11:05:51.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 systemd[1]: Started Ceph mon.a for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7. 2023-10-13T11:05:51.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: load: jerasure load: lrc 2023-10-13T11:05:51.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: RocksDB version: 7.9.2 2023-10-13T11:05:51.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Git sha 0 2023-10-13T11:05:51.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Compile date 2023-10-06 17:22:30 2023-10-13T11:05:51.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: DB SUMMARY 2023-10-13T11:05:51.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: DB Session ID: NJFSX0EOLI86XQVXZ48S 2023-10-13T11:05:51.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: CURRENT file: CURRENT 2023-10-13T11:05:51.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: IDENTITY file: IDENTITY 2023-10-13T11:05:51.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-13T11:05:51.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-10-13T11:05:51.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 82848 ; 2023-10-13T11:05:51.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.error_if_exists: 0 2023-10-13T11:05:51.473 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.create_if_missing: 0 2023-10-13T11:05:51.473 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.paranoid_checks: 1 2023-10-13T11:05:51.473 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-13T11:05:51.473 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-13T11:05:51.473 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-13T11:05:51.474 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.env: 0x56420a4e8da0 2023-10-13T11:05:51.474 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.fs: PosixFileSystem 2023-10-13T11:05:51.474 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.info_log: 0x56420bc495c0 2023-10-13T11:05:51.474 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_file_opening_threads: 16 2023-10-13T11:05:51.474 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.statistics: (nil) 2023-10-13T11:05:51.475 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.use_fsync: 0 2023-10-13T11:05:51.475 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_log_file_size: 0 2023-10-13T11:05:51.475 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-13T11:05:51.475 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-13T11:05:51.475 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.keep_log_file_num: 1000 2023-10-13T11:05:51.476 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.recycle_log_file_num: 0 2023-10-13T11:05:51.476 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.allow_fallocate: 1 2023-10-13T11:05:51.476 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.allow_mmap_reads: 0 2023-10-13T11:05:51.476 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.allow_mmap_writes: 0 2023-10-13T11:05:51.476 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.use_direct_reads: 0 2023-10-13T11:05:51.476 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-13T11:05:51.477 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.create_missing_column_families: 0 2023-10-13T11:05:51.477 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.db_log_dir: 2023-10-13T11:05:51.477 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.wal_dir: 2023-10-13T11:05:51.477 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-13T11:05:51.477 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-13T11:05:51.478 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-13T11:05:51.478 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-13T11:05:51.478 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-13T11:05:51.478 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-13T11:05:51.478 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.advise_random_on_open: 1 2023-10-13T11:05:51.479 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.db_write_buffer_size: 0 2023-10-13T11:05:51.479 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.write_buffer_manager: 0x56420bc01360 2023-10-13T11:05:51.479 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-13T11:05:51.479 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-13T11:05:51.479 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-13T11:05:51.480 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.rate_limiter: (nil) 2023-10-13T11:05:51.480 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-13T11:05:51.480 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.wal_recovery_mode: 2 2023-10-13T11:05:51.480 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.enable_thread_tracking: 0 2023-10-13T11:05:51.481 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.enable_pipelined_write: 0 2023-10-13T11:05:51.481 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.unordered_write: 0 2023-10-13T11:05:51.481 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-13T11:05:51.482 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-13T11:05:51.482 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-13T11:05:51.482 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-13T11:05:51.483 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.row_cache: None 2023-10-13T11:05:51.483 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.wal_filter: None 2023-10-13T11:05:51.484 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-13T11:05:51.484 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.allow_ingest_behind: 0 2023-10-13T11:05:51.484 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.two_write_queues: 0 2023-10-13T11:05:51.485 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.manual_wal_flush: 0 2023-10-13T11:05:51.485 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.wal_compression: 0 2023-10-13T11:05:51.485 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.atomic_flush: 0 2023-10-13T11:05:51.485 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-13T11:05:51.486 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-13T11:05:51.486 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-13T11:05:51.486 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.log_readahead_size: 0 2023-10-13T11:05:51.487 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-13T11:05:51.487 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.best_efforts_recovery: 0 2023-10-13T11:05:51.488 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-13T11:05:51.488 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-13T11:05:51.488 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.allow_data_in_errors: 0 2023-10-13T11:05:51.489 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.db_host_id: __hostname__ 2023-10-13T11:05:51.489 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-13T11:05:51.489 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_background_jobs: 2 2023-10-13T11:05:51.490 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_background_compactions: -1 2023-10-13T11:05:51.490 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_subcompactions: 1 2023-10-13T11:05:51.490 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-13T11:05:51.490 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-13T11:05:51.490 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-13T11:05:51.491 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_total_wal_size: 0 2023-10-13T11:05:51.491 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-13T11:05:51.491 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-13T11:05:51.491 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-13T11:05:51.491 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-13T11:05:51.492 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_open_files: -1 2023-10-13T11:05:51.492 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bytes_per_sync: 0 2023-10-13T11:05:51.492 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-13T11:05:51.492 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-13T11:05:51.493 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_readahead_size: 0 2023-10-13T11:05:51.493 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_background_flushes: -1 2023-10-13T11:05:51.493 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Compression algorithms supported: 2023-10-13T11:05:51.493 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-13T11:05:51.493 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kZSTD supported: 0 2023-10-13T11:05:51.494 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kXpressCompression supported: 0 2023-10-13T11:05:51.494 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kLZ4HCCompression supported: 1 2023-10-13T11:05:51.494 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kZlibCompression supported: 1 2023-10-13T11:05:51.494 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kSnappyCompression supported: 1 2023-10-13T11:05:51.495 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kLZ4Compression supported: 1 2023-10-13T11:05:51.495 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: kBZip2Compression supported: 0 2023-10-13T11:05:51.495 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-13T11:05:51.495 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-13T11:05:51.495 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-10-13T11:05:51.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-13T11:05:51.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-13T11:05:51.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.merge_operator: 2023-10-13T11:05:51.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_filter: None 2023-10-13T11:05:51.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_filter_factory: None 2023-10-13T11:05:51.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.sst_partitioner_factory: None 2023-10-13T11:05:51.497 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-13T11:05:51.497 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-13T11:05:51.497 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56420bc496c0) 2023-10-13T11:05:51.497 INFO:journalctl@ceph.mon.a.smithi114.stdout: cache_index_and_filter_blocks: 1 2023-10-13T11:05:51.497 INFO:journalctl@ceph.mon.a.smithi114.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-13T11:05:51.498 INFO:journalctl@ceph.mon.a.smithi114.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-13T11:05:51.498 INFO:journalctl@ceph.mon.a.smithi114.stdout: pin_top_level_index_and_filter: 1 2023-10-13T11:05:51.498 INFO:journalctl@ceph.mon.a.smithi114.stdout: index_type: 0 2023-10-13T11:05:51.498 INFO:journalctl@ceph.mon.a.smithi114.stdout: data_block_index_type: 0 2023-10-13T11:05:51.498 INFO:journalctl@ceph.mon.a.smithi114.stdout: index_shortening: 1 2023-10-13T11:05:51.499 INFO:journalctl@ceph.mon.a.smithi114.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-13T11:05:51.499 INFO:journalctl@ceph.mon.a.smithi114.stdout: checksum: 4 2023-10-13T11:05:51.499 INFO:journalctl@ceph.mon.a.smithi114.stdout: no_block_cache: 0 2023-10-13T11:05:51.499 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_cache: 0x56420bc9f1f0 2023-10-13T11:05:51.499 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_cache_name: BinnedLRUCache 2023-10-13T11:05:51.500 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_cache_options: 2023-10-13T11:05:51.500 INFO:journalctl@ceph.mon.a.smithi114.stdout: capacity : 536870912 2023-10-13T11:05:51.500 INFO:journalctl@ceph.mon.a.smithi114.stdout: num_shard_bits : 4 2023-10-13T11:05:51.500 INFO:journalctl@ceph.mon.a.smithi114.stdout: strict_capacity_limit : 0 2023-10-13T11:05:51.500 INFO:journalctl@ceph.mon.a.smithi114.stdout: high_pri_pool_ratio: 0.000 2023-10-13T11:05:51.500 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_cache_compressed: (nil) 2023-10-13T11:05:51.501 INFO:journalctl@ceph.mon.a.smithi114.stdout: persistent_cache: (nil) 2023-10-13T11:05:51.501 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_size: 4096 2023-10-13T11:05:51.501 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_size_deviation: 10 2023-10-13T11:05:51.501 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_restart_interval: 16 2023-10-13T11:05:51.501 INFO:journalctl@ceph.mon.a.smithi114.stdout: index_block_restart_interval: 1 2023-10-13T11:05:51.502 INFO:journalctl@ceph.mon.a.smithi114.stdout: metadata_block_size: 4096 2023-10-13T11:05:51.502 INFO:journalctl@ceph.mon.a.smithi114.stdout: partition_filters: 0 2023-10-13T11:05:51.502 INFO:journalctl@ceph.mon.a.smithi114.stdout: use_delta_encoding: 1 2023-10-13T11:05:51.502 INFO:journalctl@ceph.mon.a.smithi114.stdout: filter_policy: bloomfilter 2023-10-13T11:05:51.502 INFO:journalctl@ceph.mon.a.smithi114.stdout: whole_key_filtering: 1 2023-10-13T11:05:51.503 INFO:journalctl@ceph.mon.a.smithi114.stdout: verify_compression: 0 2023-10-13T11:05:51.503 INFO:journalctl@ceph.mon.a.smithi114.stdout: read_amp_bytes_per_bit: 0 2023-10-13T11:05:51.503 INFO:journalctl@ceph.mon.a.smithi114.stdout: format_version: 5 2023-10-13T11:05:51.503 INFO:journalctl@ceph.mon.a.smithi114.stdout: enable_index_compression: 1 2023-10-13T11:05:51.503 INFO:journalctl@ceph.mon.a.smithi114.stdout: block_align: 0 2023-10-13T11:05:51.503 INFO:journalctl@ceph.mon.a.smithi114.stdout: max_auto_readahead_size: 262144 2023-10-13T11:05:51.504 INFO:journalctl@ceph.mon.a.smithi114.stdout: prepopulate_block_cache: 0 2023-10-13T11:05:51.504 INFO:journalctl@ceph.mon.a.smithi114.stdout: initial_auto_readahead_size: 8192 2023-10-13T11:05:51.504 INFO:journalctl@ceph.mon.a.smithi114.stdout: num_file_reads_for_auto_readahead: 2 2023-10-13T11:05:51.504 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.write_buffer_size: 33554432 2023-10-13T11:05:51.504 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_write_buffer_number: 2 2023-10-13T11:05:51.505 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression: NoCompression 2023-10-13T11:05:51.505 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression: Disabled 2023-10-13T11:05:51.505 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.prefix_extractor: nullptr 2023-10-13T11:05:51.505 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-13T11:05:51.505 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.num_levels: 7 2023-10-13T11:05:51.505 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-13T11:05:51.506 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-13T11:05:51.506 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-13T11:05:51.506 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-13T11:05:51.506 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-13T11:05:51.506 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-13T11:05:51.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-13T11:05:51.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-13T11:05:51.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-13T11:05:51.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-13T11:05:51.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-13T11:05:51.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-13T11:05:51.508 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-13T11:05:51.508 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.level: 32767 2023-10-13T11:05:51.508 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.strategy: 0 2023-10-13T11:05:51.508 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-13T11:05:51.508 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-13T11:05:51.508 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-13T11:05:51.509 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-13T11:05:51.509 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.enabled: false 2023-10-13T11:05:51.509 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-13T11:05:51.509 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-13T11:05:51.509 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-13T11:05:51.509 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-13T11:05:51.510 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.target_file_size_base: 67108864 2023-10-13T11:05:51.510 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-13T11:05:51.510 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-13T11:05:51.510 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-13T11:05:51.511 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-13T11:05:51.511 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-13T11:05:51.511 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-13T11:05:51.511 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-13T11:05:51.511 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-13T11:05:51.512 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-13T11:05:51.512 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-13T11:05:51.512 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-13T11:05:51.512 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-13T11:05:51.512 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-13T11:05:51.512 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-13T11:05:51.513 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.arena_block_size: 1048576 2023-10-13T11:05:51.513 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-13T11:05:51.513 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-13T11:05:51.513 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.disable_auto_compactions: 0 2023-10-13T11:05:51.513 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-13T11:05:51.514 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-13T11:05:51.514 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-13T11:05:51.514 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-13T11:05:51.514 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-13T11:05:51.515 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-13T11:05:51.515 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-13T11:05:51.515 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-13T11:05:51.515 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-13T11:05:51.515 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-13T11:05:51.516 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.table_properties_collectors: 2023-10-13T11:05:51.516 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.inplace_update_support: 0 2023-10-13T11:05:51.516 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-13T11:05:51.516 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-13T11:05:51.516 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-13T11:05:51.517 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-13T11:05:51.517 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.bloom_locality: 0 2023-10-13T11:05:51.517 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.max_successive_merges: 0 2023-10-13T11:05:51.517 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-13T11:05:51.517 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.paranoid_file_checks: 0 2023-10-13T11:05:51.518 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.force_consistency_checks: 1 2023-10-13T11:05:51.518 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.report_bg_io_stats: 0 2023-10-13T11:05:51.518 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.ttl: 2592000 2023-10-13T11:05:51.518 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-13T11:05:51.518 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-13T11:05:51.519 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-13T11:05:51.519 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.enable_blob_files: false 2023-10-13T11:05:51.519 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.min_blob_size: 0 2023-10-13T11:05:51.519 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.blob_file_size: 268435456 2023-10-13T11:05:51.519 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-13T11:05:51.520 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-13T11:05:51.520 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-13T11:05:51.520 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-13T11:05:51.520 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-13T11:05:51.520 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.blob_file_starting_level: 0 2023-10-13T11:05:51.521 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-13T11:05:51.521 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: 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-13T11:05:51.521 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-13T11:05:51.521 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 61c77420-7140-47db-ac9f-d5050129ca1c 2023-10-13T11:05:51.521 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697195151220820, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-13T11:05:51.522 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-13T11:05:51.522 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697195151221688, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 79773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 242, "table_properties": {"data_size": 77953, "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": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 72396, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 205, "num_filter_entries": 205, "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": 1697195151, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "61c77420-7140-47db-ac9f-d5050129ca1c", "db_session_id": "NJFSX0EOLI86XQVXZ48S", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-13T11:05:51.522 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697195151221760, "job": 1, "event": "recovery_finished"} 2023-10-13T11:05:51.522 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-13T11:05:51.523 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: 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-13T11:05:51.523 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56420bd3c000 2023-10-13T11:05:51.523 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: DB pointer 0x56420bd28000 2023-10-13T11:05:51.523 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-13T11:05:51.523 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-13T11:05:51.524 INFO:journalctl@ceph.mon.a.smithi114.stdout: ** DB Stats ** 2023-10-13T11:05:51.524 INFO:journalctl@ceph.mon.a.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T11:05:51.524 INFO:journalctl@ceph.mon.a.smithi114.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-13T11:05:51.524 INFO:journalctl@ceph.mon.a.smithi114.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T11:05:51.524 INFO:journalctl@ceph.mon.a.smithi114.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T11:05:51.525 INFO:journalctl@ceph.mon.a.smithi114.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-13T11:05:51.525 INFO:journalctl@ceph.mon.a.smithi114.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T11:05:51.525 INFO:journalctl@ceph.mon.a.smithi114.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T11:05:51.525 INFO:journalctl@ceph.mon.a.smithi114.stdout: 2023-10-13T11:05:51.525 INFO:journalctl@ceph.mon.a.smithi114.stdout: ** Compaction Stats [default] ** 2023-10-13T11:05:51.525 INFO:journalctl@ceph.mon.a.smithi114.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-13T11:05:51.526 INFO:journalctl@ceph.mon.a.smithi114.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-13T11:05:51.526 INFO:journalctl@ceph.mon.a.smithi114.stdout: L0 2/0 79.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-13T11:05:51.526 INFO:journalctl@ceph.mon.a.smithi114.stdout: Sum 2/0 79.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-13T11:05:51.526 INFO:journalctl@ceph.mon.a.smithi114.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 136.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-13T11:05:51.526 INFO:journalctl@ceph.mon.a.smithi114.stdout: 2023-10-13T11:05:51.527 INFO:journalctl@ceph.mon.a.smithi114.stdout: ** Compaction Stats [default] ** 2023-10-13T11:05:51.527 INFO:journalctl@ceph.mon.a.smithi114.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-13T11:05:51.527 INFO:journalctl@ceph.mon.a.smithi114.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T11:05:51.527 INFO:journalctl@ceph.mon.a.smithi114.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 136.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-13T11:05:51.527 INFO:journalctl@ceph.mon.a.smithi114.stdout: 2023-10-13T11:05:51.528 INFO:journalctl@ceph.mon.a.smithi114.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-13T11:05:51.528 INFO:journalctl@ceph.mon.a.smithi114.stdout: 2023-10-13T11:05:51.528 INFO:journalctl@ceph.mon.a.smithi114.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T11:05:51.528 INFO:journalctl@ceph.mon.a.smithi114.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T11:05:51.529 INFO:journalctl@ceph.mon.a.smithi114.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T11:05:51.529 INFO:journalctl@ceph.mon.a.smithi114.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T11:05:51.529 INFO:journalctl@ceph.mon.a.smithi114.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T11:05:51.529 INFO:journalctl@ceph.mon.a.smithi114.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T11:05:51.529 INFO:journalctl@ceph.mon.a.smithi114.stdout: Cumulative compaction: 0.00 GB write, 23.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T11:05:51.529 INFO:journalctl@ceph.mon.a.smithi114.stdout: Interval compaction: 0.00 GB write, 23.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T11:05:51.530 INFO:journalctl@ceph.mon.a.smithi114.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-13T11:05:51.530 INFO:journalctl@ceph.mon.a.smithi114.stdout: Block cache BinnedLRUCache@0x56420bc9f1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2023-10-13T11:05:51.530 INFO:journalctl@ceph.mon.a.smithi114.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-13T11:05:51.530 INFO:journalctl@ceph.mon.a.smithi114.stdout: 2023-10-13T11:05:51.531 INFO:journalctl@ceph.mon.a.smithi114.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T11:05:51.531 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: starting mon.a rank 0 at public addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] at bind addrs [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:51.531 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???) e1 preinit fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:05:51.531 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).mds e1 new map 2023-10-13T11:05:51.531 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).mds e1 print_map 2023-10-13T11:05:51.532 INFO:journalctl@ceph.mon.a.smithi114.stdout: e1 2023-10-13T11:05:51.532 INFO:journalctl@ceph.mon.a.smithi114.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-13T11:05:51.532 INFO:journalctl@ceph.mon.a.smithi114.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-13T11:05:51.532 INFO:journalctl@ceph.mon.a.smithi114.stdout: legacy client fscid: -1 2023-10-13T11:05:51.532 INFO:journalctl@ceph.mon.a.smithi114.stdout: 2023-10-13T11:05:51.533 INFO:journalctl@ceph.mon.a.smithi114.stdout: No filesystems configured 2023-10-13T11:05:51.533 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-13T11:05:51.533 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T11:05:51.533 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T11:05:51.533 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T11:05:51.534 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-13T11:05:51.534 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T11:05:51.534 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: monmap e1: 1 mons at {a=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0]} removed_ranks: {} 2023-10-13T11:05:51.534 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: fsmap 2023-10-13T11:05:51.534 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T11:05:51.535 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:51 smithi114 ceph-mon[106350]: mgrmap e1: no daemons active 2023-10-13T11:05:51.940 INFO:teuthology.orchestra.run.smithi114.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-13T11:05:51.959 INFO:teuthology.orchestra.run.smithi114.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-13T11:05:51.960 INFO:teuthology.orchestra.run.smithi114.stdout:Creating mgr... 2023-10-13T11:05:51.961 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-13T11:05:51.961 INFO:teuthology.orchestra.run.smithi114.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-13T11:05:52.137 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mgr.x 2023-10-13T11:05:52.138 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mgr.x.service: Unit ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mgr.x.service not loaded. 2023-10-13T11:05:52.227 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7.target.wants/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mgr.x.service → /etc/systemd/system/ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@.service. 2023-10-13T11:05:52.454 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:52 smithi114 systemd[1]: Starting Ceph mgr.x for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7... 2023-10-13T11:05:52.568 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T11:05:52.568 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout disabled 2023-10-13T11:05:52.575 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T11:05:52.576 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout inactive 2023-10-13T11:05:52.576 INFO:teuthology.orchestra.run.smithi114.stdout:firewalld.service is not enabled 2023-10-13T11:05:52.576 INFO:teuthology.orchestra.run.smithi114.stdout:Not possible to enable service . firewalld.service is not available 2023-10-13T11:05:52.584 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T11:05:52.584 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout disabled 2023-10-13T11:05:52.592 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T11:05:52.592 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout inactive 2023-10-13T11:05:52.592 INFO:teuthology.orchestra.run.smithi114.stdout:firewalld.service is not enabled 2023-10-13T11:05:52.592 INFO:teuthology.orchestra.run.smithi114.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-10-13T11:05:52.593 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for mgr to start... 2023-10-13T11:05:52.593 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for mgr... 2023-10-13T11:05:52.863 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:52 smithi114 bash[106558]: d0d91014ed6c1110de2212c82efd6c282f963577164f52aeab7ff7a17b7e977a 2023-10-13T11:05:52.863 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:52 smithi114 systemd[1]: Started Ceph mgr.x for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7. 2023-10-13T11:05:52.863 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:52 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:52.688+0000 7f64ea4d2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T11:05:52.863 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:52 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:52.861+0000 7f64ea4d2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T11:05:52.864 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:52 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/269345046' entity='client.admin' 2023-10-13T11:05:53.341 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:53.341 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:05:53.342 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsid": "5f63f0bc-69b8-11ee-8db6-212e2dc638e7", 2023-10-13T11:05:53.342 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T11:05:53.342 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T11:05:53.342 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T11:05:53.342 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T11:05:53.343 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.343 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T11:05:53.343 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T11:05:53.343 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 0 2023-10-13T11:05:53.343 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:53.343 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T11:05:53.344 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T11:05:53.344 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:53.344 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-10-13T11:05:53.344 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T11:05:53.344 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-13T11:05:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T11:05:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T11:05:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:53.345 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T11:05:53.346 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T11:05:53.346 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T11:05:53.346 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T11:05:53.349 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T11:05:53.349 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T11:05:53.350 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.350 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T11:05:53.350 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T11:05:53.350 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T11:05:53.350 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T11:05:53.351 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T11:05:53.351 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T11:05:53.351 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T11:05:53.351 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T11:05:53.351 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T11:05:53.351 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.352 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T11:05:53.352 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:53.352 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T11:05:53.352 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T11:05:53.352 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.352 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T11:05:53.353 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-13T11:05:53.353 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T11:05:53.353 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T11:05:53.353 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T11:05:53.353 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T11:05:53.353 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T11:05:53.354 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:53.354 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:05:53.354 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.354 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T11:05:53.354 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:53.354 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T11:05:47.878007+0000", 2023-10-13T11:05:53.355 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:05:53.355 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:53.355 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T11:05:53.355 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:05:53.355 INFO:teuthology.orchestra.run.smithi114.stdout:mgr not available, waiting (1/15)... 2023-10-13T11:05:53.467 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:53 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:53.204+0000 7f64ea4d2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T11:05:53.931 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:53 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3433660772' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:05:53.932 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:53 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:53.709+0000 7f64ea4d2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T11:05:53.932 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:53 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:53.931+0000 7f64ea4d2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T11:05:54.717 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:54 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:54.344+0000 7f64ea4d2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T11:05:55.467 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:55 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:55.045+0000 7f64ea4d2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T11:05:55.468 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:55 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:55.131+0000 7f64ea4d2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T11:05:56.000 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:55 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:55.727+0000 7f64ea4d2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T11:05:56.000 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:55 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:55.814+0000 7f64ea4d2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T11:05:56.001 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:55 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:55.904+0000 7f64ea4d2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T11:05:56.317 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.129+0000 7f64ea4d2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T11:05:56.317 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.221+0000 7f64ea4d2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T11:05:56.616 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.316+0000 7f64ea4d2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T11:05:56.617 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.531+0000 7f64ea4d2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T11:05:56.918 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.628+0000 7f64ea4d2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T11:05:56.918 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.820+0000 7f64ea4d2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T11:05:57.166 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:57.166 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:05:57.166 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsid": "5f63f0bc-69b8-11ee-8db6-212e2dc638e7", 2023-10-13T11:05:57.167 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T11:05:57.167 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T11:05:57.167 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T11:05:57.167 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T11:05:57.168 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.168 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T11:05:57.168 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T11:05:57.168 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 0 2023-10-13T11:05:57.168 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:57.169 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T11:05:57.169 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T11:05:57.169 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:57.169 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-13T11:05:57.169 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T11:05:57.170 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:57.170 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-13T11:05:57.170 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T11:05:57.170 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.170 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T11:05:57.171 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:57.171 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T11:05:57.171 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T11:05:57.171 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T11:05:57.172 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T11:05:57.175 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T11:05:57.176 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T11:05:57.176 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.176 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T11:05:57.176 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T11:05:57.177 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T11:05:57.177 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T11:05:57.177 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T11:05:57.177 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T11:05:57.177 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T11:05:57.178 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T11:05:57.178 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T11:05:57.178 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.178 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T11:05:57.179 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:57.179 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T11:05:57.179 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T11:05:57.179 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.179 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T11:05:57.180 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-13T11:05:57.180 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T11:05:57.180 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T11:05:57.180 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T11:05:57.180 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T11:05:57.181 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T11:05:57.181 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:57.181 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:05:57.181 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.181 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T11:05:57.182 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:57.182 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T11:05:47.878007+0000", 2023-10-13T11:05:57.182 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:05:57.182 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:57.183 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T11:05:57.183 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:05:57.183 INFO:teuthology.orchestra.run.smithi114.stdout:mgr not available, waiting (2/15)... 2023-10-13T11:05:57.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:56 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:56.917+0000 7f64ea4d2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T11:05:57.671 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:57 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3283214156' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:05:57.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:57 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:57.670+0000 7f64ea4d2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T11:05:57.968 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:57 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:57.863+0000 7f64ea4d2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T11:05:58.467 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:58 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:58.043+0000 7f64ea4d2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T11:05:58.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:58 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:58.689+0000 7f64ea4d2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T11:05:58.968 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:58 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:58.869+0000 7f64ea4d2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T11:05:59.316 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:59.050+0000 7f64ea4d2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T11:05:59.317 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:05:59.164+0000 7f64ea4d2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T11:05:59.317 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: Activating manager daemon x 2023-10-13T11:05:59.317 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: mgrmap e2: x(active, starting, since 0.00312809s) 2023-10-13T11:05:59.318 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T11:05:59.318 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T11:05:59.318 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T11:05:59.318 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:05:59.318 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T11:05:59.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: Manager daemon x is now available 2023-10-13T11:05:59.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-13T11:05:59.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-13T11:05:59.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' 2023-10-13T11:05:59.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' 2023-10-13T11:05:59.320 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:05:59 smithi114 ceph-mon[106350]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' 2023-10-13T11:05:59.885 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:05:59.886 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:05:59.886 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsid": "5f63f0bc-69b8-11ee-8db6-212e2dc638e7", 2023-10-13T11:05:59.886 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T11:05:59.886 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T11:05:59.887 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T11:05:59.887 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T11:05:59.887 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.887 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T11:05:59.887 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T11:05:59.888 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 0 2023-10-13T11:05:59.888 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:59.888 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T11:05:59.888 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T11:05:59.888 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:59.888 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-13T11:05:59.889 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T11:05:59.889 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:59.889 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-13T11:05:59.889 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T11:05:59.889 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.890 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T11:05:59.890 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:59.890 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T11:05:59.890 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T11:05:59.890 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T11:05:59.891 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T11:05:59.891 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T11:05:59.891 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T11:05:59.891 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.891 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T11:05:59.891 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T11:05:59.892 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T11:05:59.892 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T11:05:59.892 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T11:05:59.892 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T11:05:59.892 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T11:05:59.893 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T11:05:59.893 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T11:05:59.893 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.893 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T11:05:59.893 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:59.894 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T11:05:59.894 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T11:05:59.894 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.894 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T11:05:59.894 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-13T11:05:59.895 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T11:05:59.895 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T11:05:59.895 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T11:05:59.895 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T11:05:59.895 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T11:05:59.895 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:05:59.896 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:05:59.896 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.896 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T11:05:59.896 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:05:59.896 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T11:05:47.878007+0000", 2023-10-13T11:05:59.897 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:05:59.897 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:05:59.897 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T11:05:59.897 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:05:59.897 INFO:teuthology.orchestra.run.smithi114.stdout:mgr not available, waiting (3/15)... 2023-10-13T11:06:00.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:00 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1577007056' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:06:00.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:00 smithi114 ceph-mon[106350]: mgrmap e3: x(active, since 1.00586s) 2023-10-13T11:06:02.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:02 smithi114 ceph-mon[106350]: mgrmap e4: x(active, since 2s) 2023-10-13T11:06:03.016 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:06:03.016 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:06:03.016 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsid": "5f63f0bc-69b8-11ee-8db6-212e2dc638e7", 2023-10-13T11:06:03.016 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "health": { 2023-10-13T11:06:03.017 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-13T11:06:03.017 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-13T11:06:03.017 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-13T11:06:03.017 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.017 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-13T11:06:03.018 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-13T11:06:03.018 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 0 2023-10-13T11:06:03.018 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:06:03.018 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-13T11:06:03.018 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "a" 2023-10-13T11:06:03.019 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:06:03.019 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-10-13T11:06:03.019 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-13T11:06:03.019 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:06:03.019 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-13T11:06:03.020 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-13T11:06:03.020 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.020 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-13T11:06:03.020 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:06:03.020 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-13T11:06:03.021 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-13T11:06:03.021 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-13T11:06:03.021 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-13T11:06:03.024 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-13T11:06:03.025 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-13T11:06:03.025 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.025 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-13T11:06:03.025 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-13T11:06:03.025 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-13T11:06:03.026 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-13T11:06:03.026 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-13T11:06:03.026 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-13T11:06:03.026 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-13T11:06:03.026 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-13T11:06:03.027 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-13T11:06:03.027 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.027 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-13T11:06:03.027 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:06:03.027 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-13T11:06:03.028 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-13T11:06:03.028 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.028 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-13T11:06:03.028 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-13T11:06:03.028 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-13T11:06:03.028 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-13T11:06:03.029 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-13T11:06:03.029 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-13T11:06:03.029 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "restful" 2023-10-13T11:06:03.029 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ], 2023-10-13T11:06:03.029 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:06:03.030 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.030 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-13T11:06:03.030 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-13T11:06:03.030 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "modified": "2023-10-13T11:05:47.878007+0000", 2023-10-13T11:06:03.030 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-13T11:06:03.030 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout }, 2023-10-13T11:06:03.031 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-13T11:06:03.031 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:06:03.031 INFO:teuthology.orchestra.run.smithi114.stdout:mgr is available 2023-10-13T11:06:03.502 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:03 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2492656381' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:06:03.831 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:06:03.831 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout [global] 2023-10-13T11:06:03.831 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout fsid = 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:03.831 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-13T11:06:03.832 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-13T11:06:03.832 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-13T11:06:03.832 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-13T11:06:03.832 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:06:03.833 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-13T11:06:03.833 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-13T11:06:03.833 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 2023-10-13T11:06:03.833 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout [osd] 2023-10-13T11:06:03.834 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-13T11:06:03.834 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-13T11:06:03.834 INFO:teuthology.orchestra.run.smithi114.stdout:Enabling cephadm module... 2023-10-13T11:06:04.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:04 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2101774703' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T11:06:05.507 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:05 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/131418506' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-13T11:06:05.507 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:05 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: ignoring --setuser ceph since I am not root 2023-10-13T11:06:05.507 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:05 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: ignoring --setgroup ceph since I am not root 2023-10-13T11:06:05.508 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:05 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:05.412+0000 7ff1b74d9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T11:06:05.927 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:05 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:05.580+0000 7ff1b74d9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T11:06:05.927 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:05 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:05.925+0000 7ff1b74d9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T11:06:06.488 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:06:06.488 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-13T11:06:06.489 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-13T11:06:06.489 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "active_name": "x", 2023-10-13T11:06:06.489 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-13T11:06:06.489 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:06:06.489 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for the mgr to restart... 2023-10-13T11:06:06.490 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for mgr epoch 5... 2023-10-13T11:06:06.601 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:06 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:06.431+0000 7ff1b74d9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T11:06:06.601 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:06 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/131418506' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-13T11:06:06.602 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:06 smithi114 ceph-mon[106350]: mgrmap e5: x(active, since 6s) 2023-10-13T11:06:06.602 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:06 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1953313353' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T11:06:06.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:06 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:06.664+0000 7ff1b74d9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T11:06:07.467 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:07 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:07.087+0000 7ff1b74d9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T11:06:08.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:07 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:07.786+0000 7ff1b74d9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T11:06:08.218 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:07 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:07.873+0000 7ff1b74d9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T11:06:08.870 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:08 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:08.471+0000 7ff1b74d9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T11:06:08.870 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:08 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:08.557+0000 7ff1b74d9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T11:06:08.870 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:08 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:08.645+0000 7ff1b74d9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T11:06:09.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:08 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:08.868+0000 7ff1b74d9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T11:06:09.218 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:08 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:08.961+0000 7ff1b74d9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T11:06:09.218 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:09 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:09.054+0000 7ff1b74d9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T11:06:09.548 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:09 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:09.269+0000 7ff1b74d9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T11:06:09.549 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:09 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:09.365+0000 7ff1b74d9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T11:06:09.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:09 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:09.546+0000 7ff1b74d9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T11:06:09.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:09 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:09.633+0000 7ff1b74d9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T11:06:10.717 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:10 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:10.384+0000 7ff1b74d9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T11:06:10.718 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:10 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:10.578+0000 7ff1b74d9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T11:06:11.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:10 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:10.757+0000 7ff1b74d9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T11:06:11.717 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:11 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:11.407+0000 7ff1b74d9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T11:06:11.718 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:11 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:11.589+0000 7ff1b74d9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T11:06:12.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:11 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:11.773+0000 7ff1b74d9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T11:06:12.218 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:11 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:11.889+0000 7ff1b74d9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T11:06:12.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: Active manager daemon x restarted 2023-10-13T11:06:12.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: Activating manager daemon x 2023-10-13T11:06:12.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: osdmap e2: 0 total, 0 up, 0 in 2023-10-13T11:06:12.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: mgrmap e6: x(active, starting, since 0.00353545s) 2023-10-13T11:06:12.721 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:06:12.721 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T11:06:12.721 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T11:06:12.721 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T11:06:12.721 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T11:06:12.722 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: Manager daemon x is now available 2023-10-13T11:06:12.722 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:12.722 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:12.722 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:12.722 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:12.723 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:12.723 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-13T11:06:12.723 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:12 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-13T11:06:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:13 smithi114 ceph-mon[106350]: Found migration_current of "None". Setting to last migration. 2023-10-13T11:06:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:13 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:13 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:13 smithi114 ceph-mon[106350]: mgrmap e7: x(active, since 1.00503s) 2023-10-13T11:06:13.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:13 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:14 smithi114 ceph-mon[106350]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T11:06:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:14 smithi114 ceph-mon[106350]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T11:06:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:14 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:12] ENGINE Bus STARTING 2023-10-13T11:06:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:14 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:13] ENGINE Serving on http://172.21.15.114:8765 2023-10-13T11:06:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:14 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:13] ENGINE Serving on https://172.21.15.114:7150 2023-10-13T11:06:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:14 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:13] ENGINE Bus STARTED 2023-10-13T11:06:15.329 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:06:15.330 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-13T11:06:15.330 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-13T11:06:15.330 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:06:15.330 INFO:teuthology.orchestra.run.smithi114.stdout:mgr epoch 5 is available 2023-10-13T11:06:15.330 INFO:teuthology.orchestra.run.smithi114.stdout:Setting orchestrator backend to cephadm... 2023-10-13T11:06:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:15 smithi114 ceph-mon[106350]: mgrmap e8: x(active, since 2s) 2023-10-13T11:06:17.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:17 smithi114 ceph-mon[106350]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:17.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:17 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:17.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:17 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:17.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:17 smithi114 ceph-mon[106350]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:17.503 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-13T11:06:17.503 INFO:teuthology.orchestra.run.smithi114.stdout:Generating ssh key... 2023-10-13T11:06:18.638 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-mon[106350]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:18.639 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-mon[106350]: Generating ssh key... 2023-10-13T11:06:18.639 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: Generating public/private rsa key pair. 2023-10-13T11:06:18.639 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: Your identification has been saved in /tmp/tmp1o7_fezc/key. 2023-10-13T11:06:18.639 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: Your public key has been saved in /tmp/tmp1o7_fezc/key.pub. 2023-10-13T11:06:18.640 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: The key fingerprint is: 2023-10-13T11:06:18.640 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: SHA256:AgapyAe64kRw3vBSwICoiiFVTkhY39Aau8I+P71RG/k ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:18.640 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: The key's randomart image is: 2023-10-13T11:06:18.640 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: +---[RSA 3072]----+ 2023-10-13T11:06:18.640 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |+*==+. | 2023-10-13T11:06:18.640 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |=.B=oo. | 2023-10-13T11:06:18.641 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |*=.==+. | 2023-10-13T11:06:18.641 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |Booo=. . | 2023-10-13T11:06:18.641 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |=+.. .. S | 2023-10-13T11:06:18.641 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |=.o . o + | 2023-10-13T11:06:18.641 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: |+. . .. . E | 2023-10-13T11:06:18.641 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: | .o . .. | 2023-10-13T11:06:18.642 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: | o.... | 2023-10-13T11:06:18.642 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:18 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: +----[SHA256]-----+ 2023-10-13T11:06:19.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:19 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:19.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:19 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:19.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:19 smithi114 ceph-mon[106350]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:19.536 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgacX+pgHEjAlZH3CfAlL/1u+XRWF+nq4BvvlR87rS6GCuQdLuTzAXl2+UoGKh4BzxVBCB6OTxkhrJ8hEiQ7/t2a/94jDjea3x3ha2GPREMGJUQhUHY9Yy0fWMRgQjmmmu7U11WZGoNrXnZEH7S6xUGYVJrRaVmxdANBzYt3+2+7SYP34czD2FBdhRYfR4PtRiKFJc0Tol37/Ip4OgcEXz7UtZeQVTzFalxRGIifWVwUpbmz1JdL6Ynf5oJV62fGPiFkhKrwDCJ4h7TtkQZP4VEIXaY0z0VdcTU+DYb19QDxvu17A9u/puJO61hrIgTkExE1k1eSst3zHVGFK2Q6EwKo5xUMXLQKDFgsAQKuLs8sJ5yd8rbWXoX7xXR68Wv9FB6DSjbWRFJt1rnEx6yW6XGDzYOa2XEFGDTEPEs8cCfkzCDH/Ldn89V7uV6hGPKizuuhtfjqevB2drmJoMehBpcvrPLv+H66XSZLWBx7GXTXOsctPuNpNXOPyqf6IYJ8E= ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:19.537 INFO:teuthology.orchestra.run.smithi114.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-13T11:06:19.537 INFO:teuthology.orchestra.run.smithi114.stdout:Adding key to root@localhost authorized_keys... 2023-10-13T11:06:19.538 INFO:teuthology.orchestra.run.smithi114.stdout:Adding host smithi114... 2023-10-13T11:06:20.648 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:20 smithi114 ceph-mon[106350]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi114", "addr": "172.21.15.114", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:22.572 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:22 smithi114 ceph-mon[106350]: Deploying cephadm binary to smithi114 2023-10-13T11:06:22.576 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout Added host 'smithi114' with addr '172.21.15.114' 2023-10-13T11:06:22.576 INFO:teuthology.orchestra.run.smithi114.stdout:Deploying unmanaged mon service... 2023-10-13T11:06:23.404 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:23 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:23.405 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:23 smithi114 ceph-mon[106350]: Added host smithi114 2023-10-13T11:06:23.405 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:23 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:23.405 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:23 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:23.579 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-13T11:06:23.580 INFO:teuthology.orchestra.run.smithi114.stdout:Deploying unmanaged mgr service... 2023-10-13T11:06:24.537 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:24 smithi114 ceph-mon[106350]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:24.537 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:24 smithi114 ceph-mon[106350]: Saving service mon spec with placement count:5 2023-10-13T11:06:24.538 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:24 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:24.538 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:24 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:24.538 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:24 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:24.644 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-13T11:06:25.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:25 smithi114 ceph-mon[106350]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:25.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:25 smithi114 ceph-mon[106350]: Saving service mgr spec with placement count:2 2023-10-13T11:06:25.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:25 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:26.405 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:26 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/4186341484' entity='client.admin' 2023-10-13T11:06:26.406 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:26 smithi114 ceph-mon[106350]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:26.406 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:26 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/391320342' entity='client.admin' 2023-10-13T11:06:26.634 INFO:teuthology.orchestra.run.smithi114.stdout:Enabling the dashboard module... 2023-10-13T11:06:27.398 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:27 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1712513818' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-13T11:06:27.717 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:27 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: ignoring --setuser ceph since I am not root 2023-10-13T11:06:27.718 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:27 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: ignoring --setgroup ceph since I am not root 2023-10-13T11:06:27.718 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:27 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:27.551+0000 7fa2bdf06200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-13T11:06:28.071 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:27 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:27.719+0000 7fa2bdf06200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-13T11:06:28.345 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:28 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:28.071+0000 7fa2bdf06200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-13T11:06:28.595 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:28 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:28.582+0000 7fa2bdf06200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-13T11:06:28.596 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:28 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1712513818' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-13T11:06:28.596 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:28 smithi114 ceph-mon[106350]: mgrmap e9: x(active, since 15s) 2023-10-13T11:06:28.596 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:28 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/577342939' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T11:06:28.660 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:06:28.660 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-13T11:06:28.661 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-13T11:06:28.661 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "active_name": "x", 2023-10-13T11:06:28.661 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-13T11:06:28.661 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:06:28.661 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for the mgr to restart... 2023-10-13T11:06:28.662 INFO:teuthology.orchestra.run.smithi114.stdout:Waiting for mgr epoch 9... 2023-10-13T11:06:28.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:28 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:28.823+0000 7fa2bdf06200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-13T11:06:29.718 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:29 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:29.249+0000 7fa2bdf06200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-13T11:06:30.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:29 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:29.949+0000 7fa2bdf06200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-13T11:06:30.218 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:30 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:30.035+0000 7fa2bdf06200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-13T11:06:30.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:30 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:30.631+0000 7fa2bdf06200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-13T11:06:30.968 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:30 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:30.717+0000 7fa2bdf06200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-13T11:06:30.968 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:30 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:30.805+0000 7fa2bdf06200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-13T11:06:31.427 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.026+0000 7fa2bdf06200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-13T11:06:31.427 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.117+0000 7fa2bdf06200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-13T11:06:31.427 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.211+0000 7fa2bdf06200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-13T11:06:31.428 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.426+0000 7fa2bdf06200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-13T11:06:31.708 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.523+0000 7fa2bdf06200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-13T11:06:31.967 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.707+0000 7fa2bdf06200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-13T11:06:31.968 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:31 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:31.794+0000 7fa2bdf06200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-13T11:06:32.916 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:32 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:32.540+0000 7fa2bdf06200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-13T11:06:32.916 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:32 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:32.735+0000 7fa2bdf06200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-13T11:06:33.217 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:32 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:32.915+0000 7fa2bdf06200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-13T11:06:33.932 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:33 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:33.566+0000 7fa2bdf06200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-13T11:06:33.932 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:33 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:33.748+0000 7fa2bdf06200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-13T11:06:33.932 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:33 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:33.931+0000 7fa2bdf06200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-13T11:06:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: Active manager daemon x restarted 2023-10-13T11:06:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: Activating manager daemon x 2023-10-13T11:06:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: osdmap e3: 0 total, 0 up, 0 in 2023-10-13T11:06:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: mgrmap e10: x(active, starting, since 0.00305831s) 2023-10-13T11:06:34.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:06:34.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T11:06:34.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T11:06:34.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T11:06:34.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T11:06:34.220 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: Manager daemon x is now available 2023-10-13T11:06:34.220 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:34.220 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:34.220 INFO:journalctl@ceph.mgr.x.smithi114.stdout:Oct 13 11:06:34 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-mgr-x[106573]: 2023-10-13T11:06:34.047+0000 7fa2bdf06200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-13T11:06:35.345 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-13T11:06:35.345 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-13T11:06:35.345 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:35.346 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:35 smithi114 ceph-mon[106350]: mgrmap e11: x(active, since 1.0058s) 2023-10-13T11:06:35.410 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout { 2023-10-13T11:06:35.410 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-13T11:06:35.411 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-13T11:06:35.411 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout } 2023-10-13T11:06:35.411 INFO:teuthology.orchestra.run.smithi114.stdout:mgr epoch 9 is available 2023-10-13T11:06:35.411 INFO:teuthology.orchestra.run.smithi114.stdout:Generating a dashboard self-signed certificate... 2023-10-13T11:06:36.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:34] ENGINE Bus STARTING 2023-10-13T11:06:36.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T11:06:36.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:35] ENGINE Serving on http://172.21.15.114:8765 2023-10-13T11:06:36.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T11:06:36.462 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:35] ENGINE Serving on https://172.21.15.114:7150 2023-10-13T11:06:36.462 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: [13/Oct/2023:11:06:35] ENGINE Bus STARTED 2023-10-13T11:06:36.462 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:36.462 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:36.463 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:36.810 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-13T11:06:36.810 INFO:teuthology.orchestra.run.smithi114.stdout:Creating initial admin user... 2023-10-13T11:06:37.563 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:37 smithi114 ceph-mon[106350]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:37.564 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:37 smithi114 ceph-mon[106350]: mgrmap e12: x(active, since 2s) 2023-10-13T11:06:37.908 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$0sp5XPT5N2jIAUFkuZcT4evvA6FiMuZwbtxJIKh3iSPqbMB68eeTi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697195197, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-13T11:06:37.909 INFO:teuthology.orchestra.run.smithi114.stdout:Fetching dashboard port number... 2023-10-13T11:06:38.412 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:38 smithi114 ceph-mon[106350]: 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-13T11:06:38.412 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:38.758 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stdout 8443 2023-10-13T11:06:38.767 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-13T11:06:38.768 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout disabled 2023-10-13T11:06:38.775 INFO:teuthology.orchestra.run.smithi114.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-13T11:06:38.776 INFO:teuthology.orchestra.run.smithi114.stdout:systemctl: stdout inactive 2023-10-13T11:06:38.776 INFO:teuthology.orchestra.run.smithi114.stdout:firewalld.service is not enabled 2023-10-13T11:06:38.776 INFO:teuthology.orchestra.run.smithi114.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-13T11:06:38.778 INFO:teuthology.orchestra.run.smithi114.stdout:Ceph Dashboard is now available at: 2023-10-13T11:06:38.778 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:38.778 INFO:teuthology.orchestra.run.smithi114.stdout: URL: https://smithi114.front.sepia.ceph.com:8443/ 2023-10-13T11:06:38.778 INFO:teuthology.orchestra.run.smithi114.stdout: User: admin 2023-10-13T11:06:38.779 INFO:teuthology.orchestra.run.smithi114.stdout: Password: so4bmp6t0t 2023-10-13T11:06:38.779 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:38.779 INFO:teuthology.orchestra.run.smithi114.stdout:Saving cluster configuration to /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config directory 2023-10-13T11:06:38.779 INFO:teuthology.orchestra.run.smithi114.stdout:Enabling autotune for osd_memory_target 2023-10-13T11:06:39.610 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:39 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/499929351' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-13T11:06:40.634 INFO:teuthology.orchestra.run.smithi114.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-13T11:06:40.634 INFO:teuthology.orchestra.run.smithi114.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-13T11:06:40.634 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.634 INFO:teuthology.orchestra.run.smithi114.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-13T11:06:40.635 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.635 INFO:teuthology.orchestra.run.smithi114.stdout:Or, if you are only running a single cluster on this host: 2023-10-13T11:06:40.635 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.635 INFO:teuthology.orchestra.run.smithi114.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-13T11:06:40.635 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.635 INFO:teuthology.orchestra.run.smithi114.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-13T11:06:40.636 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.636 INFO:teuthology.orchestra.run.smithi114.stdout: ceph telemetry on 2023-10-13T11:06:40.636 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.636 INFO:teuthology.orchestra.run.smithi114.stdout:For more information see: 2023-10-13T11:06:40.636 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.636 INFO:teuthology.orchestra.run.smithi114.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-13T11:06:40.637 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:40.637 INFO:teuthology.orchestra.run.smithi114.stdout:Bootstrap complete. 2023-10-13T11:06:40.667 INFO:tasks.cephadm:Fetching config... 2023-10-13T11:06:40.668 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:06:40.668 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-13T11:06:40.687 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-13T11:06:40.687 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:06:40.687 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-13T11:06:40.745 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-13T11:06:40.745 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:06:40.745 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-10-13T11:06:40.814 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-13T11:06:40.815 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:06:40.815 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-13T11:06:40.872 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-13T11:06:40.872 DEBUG:teuthology.orchestra.run.smithi114:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgacX+pgHEjAlZH3CfAlL/1u+XRWF+nq4BvvlR87rS6GCuQdLuTzAXl2+UoGKh4BzxVBCB6OTxkhrJ8hEiQ7/t2a/94jDjea3x3ha2GPREMGJUQhUHY9Yy0fWMRgQjmmmu7U11WZGoNrXnZEH7S6xUGYVJrRaVmxdANBzYt3+2+7SYP34czD2FBdhRYfR4PtRiKFJc0Tol37/Ip4OgcEXz7UtZeQVTzFalxRGIifWVwUpbmz1JdL6Ynf5oJV62fGPiFkhKrwDCJ4h7TtkQZP4VEIXaY0z0VdcTU+DYb19QDxvu17A9u/puJO61hrIgTkExE1k1eSst3zHVGFK2Q6EwKo5xUMXLQKDFgsAQKuLs8sJ5yd8rbWXoX7xXR68Wv9FB6DSjbWRFJt1rnEx6yW6XGDzYOa2XEFGDTEPEs8cCfkzCDH/Ldn89V7uV6hGPKizuuhtfjqevB2drmJoMehBpcvrPLv+H66XSZLWBx7GXTXOsctPuNpNXOPyqf6IYJ8E= ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-13T11:06:40.949 INFO:teuthology.orchestra.run.smithi114.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgacX+pgHEjAlZH3CfAlL/1u+XRWF+nq4BvvlR87rS6GCuQdLuTzAXl2+UoGKh4BzxVBCB6OTxkhrJ8hEiQ7/t2a/94jDjea3x3ha2GPREMGJUQhUHY9Yy0fWMRgQjmmmu7U11WZGoNrXnZEH7S6xUGYVJrRaVmxdANBzYt3+2+7SYP34czD2FBdhRYfR4PtRiKFJc0Tol37/Ip4OgcEXz7UtZeQVTzFalxRGIifWVwUpbmz1JdL6Ynf5oJV62fGPiFkhKrwDCJ4h7TtkQZP4VEIXaY0z0VdcTU+DYb19QDxvu17A9u/puJO61hrIgTkExE1k1eSst3zHVGFK2Q6EwKo5xUMXLQKDFgsAQKuLs8sJ5yd8rbWXoX7xXR68Wv9FB6DSjbWRFJt1rnEx6yW6XGDzYOa2XEFGDTEPEs8cCfkzCDH/Ldn89V7uV6hGPKizuuhtfjqevB2drmJoMehBpcvrPLv+H66XSZLWBx7GXTXOsctPuNpNXOPyqf6IYJ8E= ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:40.961 DEBUG:teuthology.orchestra.run.smithi139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgacX+pgHEjAlZH3CfAlL/1u+XRWF+nq4BvvlR87rS6GCuQdLuTzAXl2+UoGKh4BzxVBCB6OTxkhrJ8hEiQ7/t2a/94jDjea3x3ha2GPREMGJUQhUHY9Yy0fWMRgQjmmmu7U11WZGoNrXnZEH7S6xUGYVJrRaVmxdANBzYt3+2+7SYP34czD2FBdhRYfR4PtRiKFJc0Tol37/Ip4OgcEXz7UtZeQVTzFalxRGIifWVwUpbmz1JdL6Ynf5oJV62fGPiFkhKrwDCJ4h7TtkQZP4VEIXaY0z0VdcTU+DYb19QDxvu17A9u/puJO61hrIgTkExE1k1eSst3zHVGFK2Q6EwKo5xUMXLQKDFgsAQKuLs8sJ5yd8rbWXoX7xXR68Wv9FB6DSjbWRFJt1rnEx6yW6XGDzYOa2XEFGDTEPEs8cCfkzCDH/Ldn89V7uV6hGPKizuuhtfjqevB2drmJoMehBpcvrPLv+H66XSZLWBx7GXTXOsctPuNpNXOPyqf6IYJ8E= ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-13T11:06:41.007 INFO:teuthology.orchestra.run.smithi139.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgacX+pgHEjAlZH3CfAlL/1u+XRWF+nq4BvvlR87rS6GCuQdLuTzAXl2+UoGKh4BzxVBCB6OTxkhrJ8hEiQ7/t2a/94jDjea3x3ha2GPREMGJUQhUHY9Yy0fWMRgQjmmmu7U11WZGoNrXnZEH7S6xUGYVJrRaVmxdANBzYt3+2+7SYP34czD2FBdhRYfR4PtRiKFJc0Tol37/Ip4OgcEXz7UtZeQVTzFalxRGIifWVwUpbmz1JdL6Ynf5oJV62fGPiFkhKrwDCJ4h7TtkQZP4VEIXaY0z0VdcTU+DYb19QDxvu17A9u/puJO61hrIgTkExE1k1eSst3zHVGFK2Q6EwKo5xUMXLQKDFgsAQKuLs8sJ5yd8rbWXoX7xXR68Wv9FB6DSjbWRFJt1rnEx6yW6XGDzYOa2XEFGDTEPEs8cCfkzCDH/Ldn89V7uV6hGPKizuuhtfjqevB2drmJoMehBpcvrPLv+H66XSZLWBx7GXTXOsctPuNpNXOPyqf6IYJ8E= ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:41.020 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-13T11:06:41.248 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:06:41.652 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:41 smithi114 ceph-mon[106350]: mgrmap e13: x(active, since 6s) 2023-10-13T11:06:41.653 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:41 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/4245223982' entity='client.admin' 2023-10-13T11:06:42.763 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-13T11:06:42.763 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-13T11:06:43.000 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:06:43.652 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:43 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2697691579' entity='client.admin' 2023-10-13T11:06:44.598 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi139 2023-10-13T11:06:44.598 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:06:44.599 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.conf 2023-10-13T11:06:44.622 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:06:44.622 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:06:44.683 INFO:tasks.cephadm:Adding host smithi139 to orchestrator... 2023-10-13T11:06:44.684 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi139 2023-10-13T11:06:44.922 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:06:45.460 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:45.460 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:45.460 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:06:45.460 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:45.460 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:45.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:45.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:45.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:45.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:45.461 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:45.462 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:06:45.462 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:45 smithi114 ceph-mon[106350]: Updating smithi114:/etc/ceph/ceph.conf 2023-10-13T11:06:46.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:46 smithi114 ceph-mon[106350]: Updating smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:06:46.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:46 smithi114 ceph-mon[106350]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:06:46.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:46 smithi114 ceph-mon[106350]: Updating smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T11:06:46.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:46.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:46.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:47 smithi114 ceph-mon[106350]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:48.262 INFO:teuthology.orchestra.run.smithi114.stdout:Added host 'smithi139' with addr '172.21.15.139' 2023-10-13T11:06:48.627 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:48 smithi114 ceph-mon[106350]: Deploying cephadm binary to smithi139 2023-10-13T11:06:48.628 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:48.628 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:48.629 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-13T11:06:48.850 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:06:49.570 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:49 smithi114 ceph-mon[106350]: Added host smithi139 2023-10-13T11:06:49.570 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:49.570 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:49.918 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:06:49.918 INFO:teuthology.orchestra.run.smithi114.stdout:[{"addr": "172.21.15.114", "hostname": "smithi114", "labels": [], "status": ""}, {"addr": "172.21.15.139", "hostname": "smithi139", "labels": [], "status": ""}] 2023-10-13T11:06:50.285 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-13T11:06:50.285 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-13T11:06:50.506 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:06:50.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:50 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:50.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:50 smithi114 ceph-mon[106350]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T11:06:52.244 INFO:teuthology.orchestra.run.smithi114.stderr:adjusted tunables profile to default 2023-10-13T11:06:52.526 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2995215655' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-13T11:06:52.526 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:52.526 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:52.526 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:52.527 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:52.527 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:06:52.527 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:52.527 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:06:52.610 INFO:tasks.cephadm:Adding mon.a on smithi114 2023-10-13T11:06:52.610 INFO:tasks.cephadm:Adding mon.b on smithi139 2023-10-13T11:06:52.611 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi114:172.21.15.114=a;smithi139:172.21.15.139=b' 2023-10-13T11:06:52.858 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:06:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: Updating smithi139:/etc/ceph/ceph.conf 2023-10-13T11:06:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: Updating smithi139:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:06:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2995215655' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-13T11:06:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T11:06:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:06:53.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:53.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:53.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:53.893 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mon update... 2023-10-13T11:06:54.312 DEBUG:teuthology.orchestra.run.smithi139:mon.b> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@mon.b.service 2023-10-13T11:06:54.314 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-13T11:06:54.315 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-13T11:06:54.343 INFO:journalctl@ceph.mon.b.smithi139.stdout:-- Logs begin at Fri 2023-10-13 10:56:58 UTC. -- 2023-10-13T11:06:54.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: Updating smithi139:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T11:06:54.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:54.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:54.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:54.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:06:54.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:54.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T11:06:54.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:54.786 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:06:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:55 smithi114 ceph-mon[106350]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi114:172.21.15.114=a;smithi139:172.21.15.139=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:55.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:55 smithi114 ceph-mon[106350]: Saving service mon spec with placement smithi114:172.21.15.114=a;smithi139:172.21.15.139=b;count:2 2023-10-13T11:06:55.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:55 smithi114 ceph-mon[106350]: Deploying daemon mon.b on smithi139 2023-10-13T11:06:55.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:06:55 smithi114 ceph-mon[106350]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:06:56.280 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:06:56.280 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"5f63f0bc-69b8-11ee-8db6-212e2dc638e7","modified":"2023-10-13T11:05:46.031813Z","created":"2023-10-13T11:05:46.031813Z","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.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-13T11:06:56.282 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2023-10-13T11:06:57.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:56 smithi139 systemd[1]: Started Ceph mon.b for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7. 2023-10-13T11:06:57.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:56 smithi139 ceph-mon[113400]: set uid:gid to 167:167 (ceph:ceph) 2023-10-13T11:06:57.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:56 smithi139 ceph-mon[113400]: ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev), process ceph-mon, pid 2 2023-10-13T11:06:57.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:56 smithi139 ceph-mon[113400]: pidfile_write: ignore empty --pid-file 2023-10-13T11:06:57.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: load: jerasure load: lrc 2023-10-13T11:06:57.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: RocksDB version: 7.9.2 2023-10-13T11:06:57.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Git sha 0 2023-10-13T11:06:57.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Compile date 2023-10-06 17:22:30 2023-10-13T11:06:57.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: DB SUMMARY 2023-10-13T11:06:57.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: DB Session ID: UJVQICX5Q634MFUKVC52 2023-10-13T11:06:57.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: CURRENT file: CURRENT 2023-10-13T11:06:57.402 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: IDENTITY file: IDENTITY 2023-10-13T11:06:57.402 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-13T11:06:57.402 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-10-13T11:06:57.402 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-10-13T11:06:57.402 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.error_if_exists: 0 2023-10-13T11:06:57.403 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.create_if_missing: 0 2023-10-13T11:06:57.403 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.paranoid_checks: 1 2023-10-13T11:06:57.403 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-13T11:06:57.403 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-13T11:06:57.403 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-13T11:06:57.404 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.env: 0x555b98effda0 2023-10-13T11:06:57.404 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.fs: PosixFileSystem 2023-10-13T11:06:57.404 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.info_log: 0x555b99f0d5c0 2023-10-13T11:06:57.404 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_file_opening_threads: 16 2023-10-13T11:06:57.405 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.statistics: (nil) 2023-10-13T11:06:57.405 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.use_fsync: 0 2023-10-13T11:06:57.405 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_log_file_size: 0 2023-10-13T11:06:57.405 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-13T11:06:57.405 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-13T11:06:57.406 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.keep_log_file_num: 1000 2023-10-13T11:06:57.406 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.recycle_log_file_num: 0 2023-10-13T11:06:57.406 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.allow_fallocate: 1 2023-10-13T11:06:57.406 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.allow_mmap_reads: 0 2023-10-13T11:06:57.406 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.allow_mmap_writes: 0 2023-10-13T11:06:57.407 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.use_direct_reads: 0 2023-10-13T11:06:57.407 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-13T11:06:57.407 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.create_missing_column_families: 0 2023-10-13T11:06:57.407 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.db_log_dir: 2023-10-13T11:06:57.407 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.wal_dir: 2023-10-13T11:06:57.408 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-13T11:06:57.408 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-13T11:06:57.408 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-13T11:06:57.408 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-13T11:06:57.408 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-13T11:06:57.409 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-13T11:06:57.409 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.advise_random_on_open: 1 2023-10-13T11:06:57.409 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.db_write_buffer_size: 0 2023-10-13T11:06:57.409 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.write_buffer_manager: 0x555b99ec5360 2023-10-13T11:06:57.409 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-13T11:06:57.410 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-13T11:06:57.410 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-13T11:06:57.410 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.rate_limiter: (nil) 2023-10-13T11:06:57.410 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-13T11:06:57.411 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.wal_recovery_mode: 2 2023-10-13T11:06:57.411 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.enable_thread_tracking: 0 2023-10-13T11:06:57.411 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.enable_pipelined_write: 0 2023-10-13T11:06:57.411 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.unordered_write: 0 2023-10-13T11:06:57.411 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-13T11:06:57.412 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-13T11:06:57.412 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-13T11:06:57.412 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-13T11:06:57.412 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.row_cache: None 2023-10-13T11:06:57.412 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.wal_filter: None 2023-10-13T11:06:57.413 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-13T11:06:57.413 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.allow_ingest_behind: 0 2023-10-13T11:06:57.413 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.two_write_queues: 0 2023-10-13T11:06:57.413 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.manual_wal_flush: 0 2023-10-13T11:06:57.413 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.wal_compression: 0 2023-10-13T11:06:57.413 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.atomic_flush: 0 2023-10-13T11:06:57.414 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-13T11:06:57.414 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-13T11:06:57.414 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-13T11:06:57.414 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.log_readahead_size: 0 2023-10-13T11:06:57.415 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-13T11:06:57.415 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.best_efforts_recovery: 0 2023-10-13T11:06:57.415 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-13T11:06:57.415 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-13T11:06:57.415 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.allow_data_in_errors: 0 2023-10-13T11:06:57.416 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.db_host_id: __hostname__ 2023-10-13T11:06:57.416 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-13T11:06:57.416 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_background_jobs: 2 2023-10-13T11:06:57.416 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_background_compactions: -1 2023-10-13T11:06:57.416 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_subcompactions: 1 2023-10-13T11:06:57.417 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-13T11:06:57.417 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-13T11:06:57.417 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-13T11:06:57.417 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_total_wal_size: 0 2023-10-13T11:06:57.417 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-13T11:06:57.417 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-13T11:06:57.418 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-13T11:06:57.418 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-13T11:06:57.418 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_open_files: -1 2023-10-13T11:06:57.418 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bytes_per_sync: 0 2023-10-13T11:06:57.419 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-13T11:06:57.419 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-13T11:06:57.419 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_readahead_size: 0 2023-10-13T11:06:57.419 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_background_flushes: -1 2023-10-13T11:06:57.419 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Compression algorithms supported: 2023-10-13T11:06:57.420 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-13T11:06:57.420 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kZSTD supported: 0 2023-10-13T11:06:57.420 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kXpressCompression supported: 0 2023-10-13T11:06:57.420 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kLZ4HCCompression supported: 1 2023-10-13T11:06:57.420 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kZlibCompression supported: 1 2023-10-13T11:06:57.420 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kSnappyCompression supported: 1 2023-10-13T11:06:57.421 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kLZ4Compression supported: 1 2023-10-13T11:06:57.421 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: kBZip2Compression supported: 0 2023-10-13T11:06:57.421 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-13T11:06:57.421 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-13T11:06:57.421 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2023-10-13T11:06:57.422 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-13T11:06:57.422 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-13T11:06:57.422 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.merge_operator: 2023-10-13T11:06:57.422 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_filter: None 2023-10-13T11:06:57.422 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_filter_factory: None 2023-10-13T11:06:57.423 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.sst_partitioner_factory: None 2023-10-13T11:06:57.423 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-13T11:06:57.423 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-13T11:06:57.423 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555b99f0d6c0) 2023-10-13T11:06:57.423 INFO:journalctl@ceph.mon.b.smithi139.stdout: cache_index_and_filter_blocks: 1 2023-10-13T11:06:57.424 INFO:journalctl@ceph.mon.b.smithi139.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-13T11:06:57.424 INFO:journalctl@ceph.mon.b.smithi139.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-13T11:06:57.424 INFO:journalctl@ceph.mon.b.smithi139.stdout: pin_top_level_index_and_filter: 1 2023-10-13T11:06:57.424 INFO:journalctl@ceph.mon.b.smithi139.stdout: index_type: 0 2023-10-13T11:06:57.424 INFO:journalctl@ceph.mon.b.smithi139.stdout: data_block_index_type: 0 2023-10-13T11:06:57.424 INFO:journalctl@ceph.mon.b.smithi139.stdout: index_shortening: 1 2023-10-13T11:06:57.425 INFO:journalctl@ceph.mon.b.smithi139.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-13T11:06:57.425 INFO:journalctl@ceph.mon.b.smithi139.stdout: checksum: 4 2023-10-13T11:06:57.425 INFO:journalctl@ceph.mon.b.smithi139.stdout: no_block_cache: 0 2023-10-13T11:06:57.425 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_cache: 0x555b99f631f0 2023-10-13T11:06:57.425 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_cache_name: BinnedLRUCache 2023-10-13T11:06:57.426 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_cache_options: 2023-10-13T11:06:57.426 INFO:journalctl@ceph.mon.b.smithi139.stdout: capacity : 536870912 2023-10-13T11:06:57.426 INFO:journalctl@ceph.mon.b.smithi139.stdout: num_shard_bits : 4 2023-10-13T11:06:57.426 INFO:journalctl@ceph.mon.b.smithi139.stdout: strict_capacity_limit : 0 2023-10-13T11:06:57.426 INFO:journalctl@ceph.mon.b.smithi139.stdout: high_pri_pool_ratio: 0.000 2023-10-13T11:06:57.427 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_cache_compressed: (nil) 2023-10-13T11:06:57.427 INFO:journalctl@ceph.mon.b.smithi139.stdout: persistent_cache: (nil) 2023-10-13T11:06:57.427 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_size: 4096 2023-10-13T11:06:57.427 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_size_deviation: 10 2023-10-13T11:06:57.427 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_restart_interval: 16 2023-10-13T11:06:57.427 INFO:journalctl@ceph.mon.b.smithi139.stdout: index_block_restart_interval: 1 2023-10-13T11:06:57.428 INFO:journalctl@ceph.mon.b.smithi139.stdout: metadata_block_size: 4096 2023-10-13T11:06:57.428 INFO:journalctl@ceph.mon.b.smithi139.stdout: partition_filters: 0 2023-10-13T11:06:57.428 INFO:journalctl@ceph.mon.b.smithi139.stdout: use_delta_encoding: 1 2023-10-13T11:06:57.428 INFO:journalctl@ceph.mon.b.smithi139.stdout: filter_policy: bloomfilter 2023-10-13T11:06:57.428 INFO:journalctl@ceph.mon.b.smithi139.stdout: whole_key_filtering: 1 2023-10-13T11:06:57.429 INFO:journalctl@ceph.mon.b.smithi139.stdout: verify_compression: 0 2023-10-13T11:06:57.429 INFO:journalctl@ceph.mon.b.smithi139.stdout: read_amp_bytes_per_bit: 0 2023-10-13T11:06:57.429 INFO:journalctl@ceph.mon.b.smithi139.stdout: format_version: 5 2023-10-13T11:06:57.429 INFO:journalctl@ceph.mon.b.smithi139.stdout: enable_index_compression: 1 2023-10-13T11:06:57.429 INFO:journalctl@ceph.mon.b.smithi139.stdout: block_align: 0 2023-10-13T11:06:57.430 INFO:journalctl@ceph.mon.b.smithi139.stdout: max_auto_readahead_size: 262144 2023-10-13T11:06:57.430 INFO:journalctl@ceph.mon.b.smithi139.stdout: prepopulate_block_cache: 0 2023-10-13T11:06:57.430 INFO:journalctl@ceph.mon.b.smithi139.stdout: initial_auto_readahead_size: 8192 2023-10-13T11:06:57.430 INFO:journalctl@ceph.mon.b.smithi139.stdout: num_file_reads_for_auto_readahead: 2 2023-10-13T11:06:57.430 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.write_buffer_size: 33554432 2023-10-13T11:06:57.431 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_write_buffer_number: 2 2023-10-13T11:06:57.431 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression: NoCompression 2023-10-13T11:06:57.431 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression: Disabled 2023-10-13T11:06:57.431 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.prefix_extractor: nullptr 2023-10-13T11:06:57.431 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-13T11:06:57.431 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.num_levels: 7 2023-10-13T11:06:57.432 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-13T11:06:57.432 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-13T11:06:57.432 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-13T11:06:57.432 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-13T11:06:57.432 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-13T11:06:57.433 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-13T11:06:57.433 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-13T11:06:57.433 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-13T11:06:57.433 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-13T11:06:57.433 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-13T11:06:57.434 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-13T11:06:57.434 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-13T11:06:57.434 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-13T11:06:57.434 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.level: 32767 2023-10-13T11:06:57.434 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.strategy: 0 2023-10-13T11:06:57.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-13T11:06:57.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-13T11:06:57.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-13T11:06:57.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-13T11:06:57.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.enabled: false 2023-10-13T11:06:57.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-13T11:06:57.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-13T11:06:57.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-13T11:06:57.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-13T11:06:57.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.target_file_size_base: 67108864 2023-10-13T11:06:57.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-13T11:06:57.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-13T11:06:57.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-13T11:06:57.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-13T11:06:57.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-13T11:06:57.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-13T11:06:57.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-13T11:06:57.438 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-13T11:06:57.438 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-13T11:06:57.438 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-13T11:06:57.438 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-13T11:06:57.439 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-13T11:06:57.439 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-13T11:06:57.439 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-13T11:06:57.439 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.arena_block_size: 1048576 2023-10-13T11:06:57.439 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-13T11:06:57.439 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-13T11:06:57.440 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.disable_auto_compactions: 0 2023-10-13T11:06:57.440 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-13T11:06:57.440 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-13T11:06:57.440 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-13T11:06:57.440 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-13T11:06:57.441 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-13T11:06:57.441 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-13T11:06:57.441 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-13T11:06:57.441 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-13T11:06:57.441 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-13T11:06:57.442 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-13T11:06:57.442 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.table_properties_collectors: 2023-10-13T11:06:57.442 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.inplace_update_support: 0 2023-10-13T11:06:57.442 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-13T11:06:57.442 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-13T11:06:57.442 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-13T11:06:57.443 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-13T11:06:57.443 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.bloom_locality: 0 2023-10-13T11:06:57.443 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.max_successive_merges: 0 2023-10-13T11:06:57.443 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-13T11:06:57.443 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.paranoid_file_checks: 0 2023-10-13T11:06:57.444 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.force_consistency_checks: 1 2023-10-13T11:06:57.444 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.report_bg_io_stats: 0 2023-10-13T11:06:57.444 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.ttl: 2592000 2023-10-13T11:06:57.444 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-13T11:06:57.444 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-13T11:06:57.445 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-13T11:06:57.445 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.enable_blob_files: false 2023-10-13T11:06:57.445 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.min_blob_size: 0 2023-10-13T11:06:57.445 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.blob_file_size: 268435456 2023-10-13T11:06:57.445 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-13T11:06:57.445 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-13T11:06:57.446 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-13T11:06:57.446 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-13T11:06:57.446 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-13T11:06:57.446 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.blob_file_starting_level: 0 2023-10-13T11:06:57.446 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-13T11:06:57.447 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: 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-13T11:06:57.447 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-13T11:06:57.447 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 915793ba-2d56-4858-85cb-beec76229f10 2023-10-13T11:06:57.447 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697195217006614, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-13T11:06:57.447 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-13T11:06:57.448 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697195217007026, "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": 1697195217, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "915793ba-2d56-4858-85cb-beec76229f10", "db_session_id": "UJVQICX5Q634MFUKVC52", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-13T11:06:57.448 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697195217007093, "job": 1, "event": "recovery_finished"} 2023-10-13T11:06:57.448 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-13T11:06:57.448 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: 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-13T11:06:57.448 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555b9a000000 2023-10-13T11:06:57.448 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: DB pointer 0x555b99fec000 2023-10-13T11:06:57.449 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-13T11:06:57.449 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-13T11:06:57.449 INFO:journalctl@ceph.mon.b.smithi139.stdout: ** DB Stats ** 2023-10-13T11:06:57.449 INFO:journalctl@ceph.mon.b.smithi139.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T11:06:57.449 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.450 INFO:journalctl@ceph.mon.b.smithi139.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T11:06:57.450 INFO:journalctl@ceph.mon.b.smithi139.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T11:06:57.450 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.450 INFO:journalctl@ceph.mon.b.smithi139.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-13T11:06:57.450 INFO:journalctl@ceph.mon.b.smithi139.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-13T11:06:57.451 INFO:journalctl@ceph.mon.b.smithi139.stdout: 2023-10-13T11:06:57.451 INFO:journalctl@ceph.mon.b.smithi139.stdout: ** Compaction Stats [default] ** 2023-10-13T11:06:57.451 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.451 INFO:journalctl@ceph.mon.b.smithi139.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-13T11:06:57.451 INFO:journalctl@ceph.mon.b.smithi139.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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-13T11:06:57.452 INFO:journalctl@ceph.mon.b.smithi139.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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-13T11:06:57.452 INFO:journalctl@ceph.mon.b.smithi139.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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-13T11:06:57.452 INFO:journalctl@ceph.mon.b.smithi139.stdout: 2023-10-13T11:06:57.452 INFO:journalctl@ceph.mon.b.smithi139.stdout: ** Compaction Stats [default] ** 2023-10-13T11:06:57.453 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.453 INFO:journalctl@ceph.mon.b.smithi139.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-13T11:06:57.453 INFO:journalctl@ceph.mon.b.smithi139.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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-13T11:06:57.453 INFO:journalctl@ceph.mon.b.smithi139.stdout: 2023-10-13T11:06:57.453 INFO:journalctl@ceph.mon.b.smithi139.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-13T11:06:57.454 INFO:journalctl@ceph.mon.b.smithi139.stdout: 2023-10-13T11:06:57.454 INFO:journalctl@ceph.mon.b.smithi139.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-13T11:06:57.454 INFO:journalctl@ceph.mon.b.smithi139.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-13T11:06:57.454 INFO:journalctl@ceph.mon.b.smithi139.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-13T11:06:57.454 INFO:journalctl@ceph.mon.b.smithi139.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-13T11:06:57.455 INFO:journalctl@ceph.mon.b.smithi139.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-13T11:06:57.455 INFO:journalctl@ceph.mon.b.smithi139.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-13T11:06:57.455 INFO:journalctl@ceph.mon.b.smithi139.stdout: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T11:06:57.455 INFO:journalctl@ceph.mon.b.smithi139.stdout: Interval compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-13T11:06:57.455 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.456 INFO:journalctl@ceph.mon.b.smithi139.stdout: Block cache BinnedLRUCache@0x555b99f631f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-10-13T11:06:57.456 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.456 INFO:journalctl@ceph.mon.b.smithi139.stdout: 2023-10-13T11:06:57.456 INFO:journalctl@ceph.mon.b.smithi139.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-13T11:06:57.456 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b does not exist in monmap, will attempt to join an existing cluster 2023-10-13T11:06:57.456 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: using public_addr v2:172.21.15.139:0/0 -> [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2023-10-13T11:06:57.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: starting mon.b rank -1 at public addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] at bind addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:57.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(???) e0 preinit fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:57.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).mds e1 new map 2023-10-13T11:06:57.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).mds e1 print_map 2023-10-13T11:06:57.457 INFO:journalctl@ceph.mon.b.smithi139.stdout: e1 2023-10-13T11:06:57.458 INFO:journalctl@ceph.mon.b.smithi139.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-13T11:06:57.458 INFO:journalctl@ceph.mon.b.smithi139.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-13T11:06:57.458 INFO:journalctl@ceph.mon.b.smithi139.stdout: legacy client fscid: -1 2023-10-13T11:06:57.458 INFO:journalctl@ceph.mon.b.smithi139.stdout: 2023-10-13T11:06:57.458 INFO:journalctl@ceph.mon.b.smithi139.stdout: No filesystems configured 2023-10-13T11:06:57.459 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-13T11:06:57.459 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: 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-13T11:06:57.459 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-13T11:06:57.459 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-13T11:06:57.460 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-13T11:06:57.460 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-13T11:06:57.460 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-13T11:06:57.460 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T11:06:57.460 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T11:06:57.460 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-10-13T11:06:57.461 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mkfs 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:06:57.461 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T11:06:57.461 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T11:06:57.461 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: monmap e1: 1 mons at {a=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0]} removed_ranks: {} 2023-10-13T11:06:57.461 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: fsmap 2023-10-13T11:06:57.462 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T11:06:57.462 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e1: no daemons active 2023-10-13T11:06:57.462 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/4024311222' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T11:06:57.462 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3736447229' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T11:06:57.462 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3736447229' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-13T11:06:57.463 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3115628656' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:57.463 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-13T11:06:57.463 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: monmap e1: 1 mons at {a=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0]} removed_ranks: {} 2023-10-13T11:06:57.463 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: fsmap 2023-10-13T11:06:57.463 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: osdmap e1: 0 total, 0 up, 0 in 2023-10-13T11:06:57.463 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e1: no daemons active 2023-10-13T11:06:57.464 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/269345046' entity='client.admin' 2023-10-13T11:06:57.464 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3433660772' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:06:57.464 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3283214156' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:06:57.464 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Activating manager daemon x 2023-10-13T11:06:57.464 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e2: x(active, starting, since 0.00312809s) 2023-10-13T11:06:57.465 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T11:06:57.465 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T11:06:57.465 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T11:06:57.465 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:06:57.465 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T11:06:57.466 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Manager daemon x is now available 2023-10-13T11:06:57.466 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-13T11:06:57.466 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-13T11:06:57.466 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' 2023-10-13T11:06:57.466 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' 2023-10-13T11:06:57.467 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14100 172.21.15.114:0/2698531612' entity='mgr.x' 2023-10-13T11:06:57.467 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1577007056' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:06:57.467 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e3: x(active, since 1.00586s) 2023-10-13T11:06:57.467 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e4: x(active, since 2s) 2023-10-13T11:06:57.467 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2492656381' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-13T11:06:57.467 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2101774703' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-13T11:06:57.468 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/131418506' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-13T11:06:57.468 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/131418506' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-13T11:06:57.468 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e5: x(active, since 6s) 2023-10-13T11:06:57.468 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1953313353' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T11:06:57.468 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Active manager daemon x restarted 2023-10-13T11:06:57.469 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Activating manager daemon x 2023-10-13T11:06:57.469 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: osdmap e2: 0 total, 0 up, 0 in 2023-10-13T11:06:57.469 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e6: x(active, starting, since 0.00353545s) 2023-10-13T11:06:57.469 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:06:57.469 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T11:06:57.470 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T11:06:57.470 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T11:06:57.470 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T11:06:57.470 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Manager daemon x is now available 2023-10-13T11:06:57.470 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.471 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.471 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.471 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.471 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.471 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-13T11:06:57.472 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-13T11:06:57.472 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Found migration_current of "None". Setting to last migration. 2023-10-13T11:06:57.472 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.472 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.472 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e7: x(active, since 1.00503s) 2023-10-13T11:06:57.473 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.473 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T11:06:57.473 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T11:06:57.473 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:12] ENGINE Bus STARTING 2023-10-13T11:06:57.473 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:13] ENGINE Serving on http://172.21.15.114:8765 2023-10-13T11:06:57.473 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:13] ENGINE Serving on https://172.21.15.114:7150 2023-10-13T11:06:57.474 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:13] ENGINE Bus STARTED 2023-10-13T11:06:57.474 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e8: x(active, since 2s) 2023-10-13T11:06:57.474 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.474 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.474 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.475 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.475 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.475 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Generating ssh key... 2023-10-13T11:06:57.475 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.475 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.476 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.476 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi114", "addr": "172.21.15.114", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.476 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Deploying cephadm binary to smithi114 2023-10-13T11:06:57.476 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.476 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Added host smithi114 2023-10-13T11:06:57.477 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.477 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.477 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.477 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Saving service mon spec with placement count:5 2023-10-13T11:06:57.477 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.477 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.478 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.478 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.478 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Saving service mgr spec with placement count:2 2023-10-13T11:06:57.478 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.479 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/4186341484' entity='client.admin' 2023-10-13T11:06:57.479 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14120 172.21.15.114:0/1139805456' entity='mgr.x' 2023-10-13T11:06:57.479 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/391320342' entity='client.admin' 2023-10-13T11:06:57.479 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1712513818' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-13T11:06:57.479 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1712513818' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-13T11:06:57.480 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e9: x(active, since 15s) 2023-10-13T11:06:57.480 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/577342939' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-13T11:06:57.480 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Active manager daemon x restarted 2023-10-13T11:06:57.480 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Activating manager daemon x 2023-10-13T11:06:57.480 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: osdmap e3: 0 total, 0 up, 0 in 2023-10-13T11:06:57.480 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e10: x(active, starting, since 0.00305831s) 2023-10-13T11:06:57.481 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:06:57.481 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-13T11:06:57.481 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-13T11:06:57.481 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-13T11:06:57.481 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-13T11:06:57.482 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Manager daemon x is now available 2023-10-13T11:06:57.482 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.482 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.482 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-13T11:06:57.482 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-13T11:06:57.483 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.483 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e11: x(active, since 1.0058s) 2023-10-13T11:06:57.483 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:34] ENGINE Bus STARTING 2023-10-13T11:06:57.483 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-13T11:06:57.483 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:35] ENGINE Serving on http://172.21.15.114:8765 2023-10-13T11:06:57.484 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-13T11:06:57.484 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:35] ENGINE Serving on https://172.21.15.114:7150 2023-10-13T11:06:57.484 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: [13/Oct/2023:11:06:35] ENGINE Bus STARTED 2023-10-13T11:06:57.484 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.484 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.485 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.485 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.485 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e12: x(active, since 2s) 2023-10-13T11:06:57.485 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: 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-13T11:06:57.485 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.486 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/499929351' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-13T11:06:57.486 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mgrmap e13: x(active, since 6s) 2023-10-13T11:06:57.486 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/4245223982' entity='client.admin' 2023-10-13T11:06:57.486 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2697691579' entity='client.admin' 2023-10-13T11:06:57.486 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.487 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.487 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi114", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:06:57.487 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.487 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.487 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.488 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.488 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.488 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.489 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:57.489 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:06:57.489 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi114:/etc/ceph/ceph.conf 2023-10-13T11:06:57.489 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:06:57.489 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi114:/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:06:57.490 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T11:06:57.490 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.490 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.490 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.491 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.491 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Deploying cephadm binary to smithi139 2023-10-13T11:06:57.491 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.491 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.491 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Added host smithi139 2023-10-13T11:06:57.491 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.492 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.492 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.492 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T11:06:57.492 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2995215655' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-13T11:06:57.492 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.493 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.493 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.493 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.493 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:06:57.493 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:57.494 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:06:57.494 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi139:/etc/ceph/ceph.conf 2023-10-13T11:06:57.494 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi139:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:06:57.494 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2995215655' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-13T11:06:57.495 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T11:06:57.495 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:06:57.495 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.495 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.495 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.495 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Updating smithi139:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-13T11:06:57.496 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.496 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:06:57.496 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:57.496 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:06:57.496 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:06:57.497 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T11:06:57.497 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:06:57.497 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi114:172.21.15.114=a;smithi139:172.21.15.139=b", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:06:57.497 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Saving service mon spec with placement smithi114:172.21.15.114=a;smithi139:172.21.15.139=b;count:2 2023-10-13T11:06:57.497 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: Deploying daemon mon.b on smithi139 2023-10-13T11:06:57.498 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:06:57.498 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-10-13T11:06:57.498 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: mon.b@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-13T11:06:57.498 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expand map: {default=false} 2023-10-13T11:06:57.499 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta from 'false' to 'false' 2023-10-13T11:06:57.499 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expanded map: {default=false} 2023-10-13T11:06:57.499 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expand map: {default=info} 2023-10-13T11:06:57.499 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta from 'info' to 'info' 2023-10-13T11:06:57.499 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expanded map: {default=info} 2023-10-13T11:06:57.500 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expand map: {default=daemon} 2023-10-13T11:06:57.500 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-13T11:06:57.500 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expanded map: {default=daemon} 2023-10-13T11:06:57.500 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expand map: {default=debug} 2023-10-13T11:06:57.500 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta from 'debug' to 'debug' 2023-10-13T11:06:57.500 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:06:57 smithi139 ceph-mon[113400]: expand_channel_meta expanded map: {default=debug} 2023-10-13T11:06:57.715 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-13T11:06:57.716 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-13T11:06:57.942 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:07:02.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:07:02.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: mon.a calling monitor election 2023-10-13T11:07:02.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:02.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: mon.b calling monitor election 2023-10-13T11:07:02.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:02.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-13T11:07:02.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: monmap e2: 2 mons at {a=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0],b=[v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0]} removed_ranks: {} 2023-10-13T11:07:02.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: fsmap 2023-10-13T11:07:02.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T11:07:02.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: mgrmap e13: x(active, since 28s) 2023-10-13T11:07:02.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T11:07:02.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.401 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:07:02.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: mon.a calling monitor election 2023-10-13T11:07:02.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:02.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: mon.b calling monitor election 2023-10-13T11:07:02.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:02.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:02.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2023-10-13T11:07:02.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: monmap e2: 2 mons at {a=[v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0],b=[v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0]} removed_ranks: {} 2023-10-13T11:07:02.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: fsmap 2023-10-13T11:07:02.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: osdmap e4: 0 total, 0 up, 0 in 2023-10-13T11:07:02.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: mgrmap e13: x(active, since 28s) 2023-10-13T11:07:02.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T11:07:02.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.471 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.472 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:02.738 INFO:teuthology.orchestra.run.smithi139.stdout: 2023-10-13T11:07:02.739 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":2,"fsid":"5f63f0bc-69b8-11ee-8db6-212e2dc638e7","modified":"2023-10-13T11:06:57.030655Z","created":"2023-10-13T11:05:46.031813Z","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.114:3300","nonce":0},{"type":"v1","addr":"172.21.15.114:6789","nonce":0}]},"addr":"172.21.15.114:6789/0","public_addr":"172.21.15.114:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-13T11:07:02.740 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 2 2023-10-13T11:07:03.121 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-13T11:07:03.121 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-13T11:07:03.358 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:07:03.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:03.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:03.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/1912336353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T11:07:03.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:03.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:03.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:03.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:03.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:03.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:03.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:03.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/1912336353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-13T11:07:03.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:03.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:03.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:03.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:03.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:07:04.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: Updating smithi114:/etc/ceph/ceph.conf 2023-10-13T11:07:04.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: Updating smithi139:/etc/ceph/ceph.conf 2023-10-13T11:07:04.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: Updating smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:07:04.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: Updating smithi139:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:07:04.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T11:07:04.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T11:07:04.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:04.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.433 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: Updating smithi114:/etc/ceph/ceph.conf 2023-10-13T11:07:04.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: Updating smithi139:/etc/ceph/ceph.conf 2023-10-13T11:07:04.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: Updating smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:07:04.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: Updating smithi139:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-13T11:07:04.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.435 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.435 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.435 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.435 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.435 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.436 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.436 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.436 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T11:07:04.436 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T11:07:04.436 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:04.436 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:04.530 INFO:teuthology.orchestra.run.smithi114.stdout:# minimal ceph.conf for 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:07:04.530 INFO:teuthology.orchestra.run.smithi114.stdout:[global] 2023-10-13T11:07:04.530 INFO:teuthology.orchestra.run.smithi114.stdout: fsid = 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:07:04.530 INFO:teuthology.orchestra.run.smithi114.stdout: mon_host = [v2:172.21.15.114:3300/0,v1:172.21.15.114:6789/0] [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2023-10-13T11:07:04.957 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-13T11:07:04.957 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:07:04.958 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.conf 2023-10-13T11:07:04.989 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:07:04.989 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:07:05.056 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:07:05.057 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.conf 2023-10-13T11:07:05.087 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:07:05.088 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-13T11:07:05.158 INFO:tasks.cephadm:Adding mgr.x on smithi114 2023-10-13T11:07:05.159 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch apply mgr '1;smithi114=x' 2023-10-13T11:07:05.373 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: Reconfiguring mon.a (unknown last config time)... 2023-10-13T11:07:05.374 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: Reconfiguring daemon mon.a on smithi114 2023-10-13T11:07:05.374 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:05.374 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1663410362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:05.375 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:05.375 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:05.375 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T11:07:05.375 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T11:07:05.375 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:05.430 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: Reconfiguring mon.a (unknown last config time)... 2023-10-13T11:07:05.430 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: Reconfiguring daemon mon.a on smithi114 2023-10-13T11:07:05.431 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:05.431 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1663410362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:05.431 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:05.431 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:05.432 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-13T11:07:05.432 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-13T11:07:05.432 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:05.474 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:07:06.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: Reconfiguring mon.b (monmap changed)... 2023-10-13T11:07:06.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: Reconfiguring daemon mon.b on smithi139 2023-10-13T11:07:06.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:06.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:06.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:06.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:06.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:06.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:06.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: Reconfiguring mon.b (monmap changed)... 2023-10-13T11:07:06.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: Reconfiguring daemon mon.b on smithi139 2023-10-13T11:07:06.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:06.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:06.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:06.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:06.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:06.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:06.508 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mgr update... 2023-10-13T11:07:06.858 INFO:tasks.cephadm:Deploying OSDs... 2023-10-13T11:07:06.858 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:07:06.859 DEBUG:teuthology.orchestra.run.smithi114:> dd if=/scratch_devs of=/dev/stdout 2023-10-13T11:07:06.876 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-13T11:07:06.877 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_1 2023-10-13T11:07:06.935 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-13T11:07:06.936 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:06.936 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 391474 Links: 1 2023-10-13T11:07:06.936 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:06.936 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:06.937 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-10-13 11:06:43.197213408 +0000 2023-10-13T11:07:06.937 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-10-13 11:03:58.966055603 +0000 2023-10-13T11:07:06.937 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-10-13 11:03:58.966055603 +0000 2023-10-13T11:07:06.937 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-10-13T11:07:06.937 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-13T11:07:07.004 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-10-13T11:07:07.004 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-10-13T11:07:07.005 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000200882 s, 2.5 MB/s 2023-10-13T11:07:07.006 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-13T11:07:07.065 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_2 2023-10-13T11:07:07.124 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-13T11:07:07.124 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:07.124 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 390617 Links: 1 2023-10-13T11:07:07.124 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:07.125 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:07.125 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-10-13 11:06:43.252212258 +0000 2023-10-13T11:07:07.125 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-10-13 11:03:59.464045195 +0000 2023-10-13T11:07:07.125 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-10-13 11:03:59.464045195 +0000 2023-10-13T11:07:07.125 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-10-13T11:07:07.126 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-13T11:07:07.193 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-10-13T11:07:07.193 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-10-13T11:07:07.193 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000217927 s, 2.3 MB/s 2023-10-13T11:07:07.194 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-13T11:07:07.253 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_3 2023-10-13T11:07:07.311 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-13T11:07:07.312 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:07.312 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 391672 Links: 1 2023-10-13T11:07:07.312 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:07.312 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:07.312 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-10-13 11:06:43.296211339 +0000 2023-10-13T11:07:07.313 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-10-13 11:03:59.955034933 +0000 2023-10-13T11:07:07.313 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-10-13 11:03:59.955034933 +0000 2023-10-13T11:07:07.313 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-10-13T11:07:07.313 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-13T11:07:07.375 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:07.376 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:07.376 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:07.376 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:07.376 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:07.377 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:07.377 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:07.377 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T11:07:07.377 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T11:07:07.377 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:07.378 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-10-13T11:07:07.379 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-10-13T11:07:07.379 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.00017915 s, 2.9 MB/s 2023-10-13T11:07:07.379 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-13T11:07:07.437 DEBUG:teuthology.orchestra.run.smithi114:> stat /dev/vg_nvme/lv_4 2023-10-13T11:07:07.496 INFO:teuthology.orchestra.run.smithi114.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-13T11:07:07.497 INFO:teuthology.orchestra.run.smithi114.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:07.497 INFO:teuthology.orchestra.run.smithi114.stdout:Device: 6h/6d Inode: 390813 Links: 1 2023-10-13T11:07:07.497 INFO:teuthology.orchestra.run.smithi114.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:07.497 INFO:teuthology.orchestra.run.smithi114.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:07.497 INFO:teuthology.orchestra.run.smithi114.stdout:Access: 2023-10-13 11:06:43.337210482 +0000 2023-10-13T11:07:07.498 INFO:teuthology.orchestra.run.smithi114.stdout:Modify: 2023-10-13 11:04:00.456024462 +0000 2023-10-13T11:07:07.498 INFO:teuthology.orchestra.run.smithi114.stdout:Change: 2023-10-13 11:04:00.456024462 +0000 2023-10-13T11:07:07.498 INFO:teuthology.orchestra.run.smithi114.stdout: Birth: - 2023-10-13T11:07:07.498 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-13T11:07:07.564 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records in 2023-10-13T11:07:07.564 INFO:teuthology.orchestra.run.smithi114.stderr:1+0 records out 2023-10-13T11:07:07.565 INFO:teuthology.orchestra.run.smithi114.stderr:512 bytes copied, 0.000187966 s, 2.7 MB/s 2023-10-13T11:07:07.566 DEBUG:teuthology.orchestra.run.smithi114:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-13T11:07:07.624 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:07:07.625 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2023-10-13T11:07:07.644 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-13T11:07:07.645 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2023-10-13T11:07:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:07.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:07.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:07.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:07.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:07.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-13T11:07:07.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-13T11:07:07.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:07.667 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-13T11:07:07.667 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:07.667 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 395717 Links: 1 2023-10-13T11:07:07.668 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:07.668 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:07.668 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-13 11:06:56.597594501 +0000 2023-10-13T11:07:07.668 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-13 11:04:07.534461494 +0000 2023-10-13T11:07:07.668 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-13 11:04:07.534461494 +0000 2023-10-13T11:07:07.669 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-13T11:07:07.669 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-13T11:07:07.736 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-13T11:07:07.736 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-13T11:07:07.736 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000224168 s, 2.3 MB/s 2023-10-13T11:07:07.737 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-13T11:07:07.796 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2023-10-13T11:07:07.854 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-13T11:07:07.854 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:07.855 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 398560 Links: 1 2023-10-13T11:07:07.855 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:07.855 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:07.855 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-13 11:06:56.597594501 +0000 2023-10-13T11:07:07.855 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-13 11:04:08.025451339 +0000 2023-10-13T11:07:07.856 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-13 11:04:08.025451339 +0000 2023-10-13T11:07:07.856 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-13T11:07:07.856 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-13T11:07:07.920 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-13T11:07:07.920 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-13T11:07:07.921 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.00021518 s, 2.4 MB/s 2023-10-13T11:07:07.922 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-13T11:07:07.981 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2023-10-13T11:07:08.039 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-13T11:07:08.039 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:08.039 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 398194 Links: 1 2023-10-13T11:07:08.040 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:08.040 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:08.040 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-13 11:06:56.597594501 +0000 2023-10-13T11:07:08.040 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-13 11:04:08.537440750 +0000 2023-10-13T11:07:08.040 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-13 11:04:08.537440750 +0000 2023-10-13T11:07:08.041 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-13T11:07:08.041 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-13T11:07:08.105 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-13T11:07:08.105 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-13T11:07:08.105 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000213103 s, 2.4 MB/s 2023-10-13T11:07:08.107 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-13T11:07:08.166 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2023-10-13T11:07:08.224 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-13T11:07:08.224 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-13T11:07:08.224 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 6h/6d Inode: 395030 Links: 1 2023-10-13T11:07:08.224 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-13T11:07:08.225 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2023-10-13T11:07:08.225 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2023-10-13 11:06:56.597594501 +0000 2023-10-13T11:07:08.225 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2023-10-13 11:04:09.040430346 +0000 2023-10-13T11:07:08.225 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2023-10-13 11:04:09.040430346 +0000 2023-10-13T11:07:08.225 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2023-10-13T11:07:08.226 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-13T11:07:08.290 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2023-10-13T11:07:08.291 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2023-10-13T11:07:08.291 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000246723 s, 2.1 MB/s 2023-10-13T11:07:08.292 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-13T11:07:08.351 INFO:tasks.cephadm:Deploying osd.0 on smithi114 with /dev/vg_nvme/lv_4... 2023-10-13T11:07:08.351 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-13T11:07:08.379 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:08 smithi114 ceph-mon[106350]: from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi114=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:08.379 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:08 smithi114 ceph-mon[106350]: Saving service mgr spec with placement smithi114=x;count:1 2023-10-13T11:07:08.379 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:08 smithi114 ceph-mon[106350]: Reconfiguring mgr.x (unknown last config time)... 2023-10-13T11:07:08.379 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:08 smithi114 ceph-mon[106350]: Reconfiguring daemon mgr.x on smithi114 2023-10-13T11:07:08.380 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:08 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:08.380 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:08 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:08.396 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:08 smithi139 ceph-mon[113400]: from='client.14198 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi114=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:08.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:08 smithi139 ceph-mon[113400]: Saving service mgr spec with placement smithi114=x;count:1 2023-10-13T11:07:08.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:08 smithi139 ceph-mon[113400]: Reconfiguring mgr.x (unknown last config time)... 2023-10-13T11:07:08.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:08 smithi139 ceph-mon[113400]: Reconfiguring daemon mgr.x on smithi114 2023-10-13T11:07:08.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:08 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:08.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:08 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:08.574 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:07:09.254 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:09 smithi114 ceph-mon[106350]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:09 smithi139 ceph-mon[113400]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:09.730 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-13T11:07:09.731 INFO:teuthology.orchestra.run.smithi114.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-13T11:07:09.731 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10+0 records in 2023-10-13T11:07:09.731 INFO:teuthology.orchestra.run.smithi114.stderr:10+0 records out 2023-10-13T11:07:09.731 INFO:teuthology.orchestra.run.smithi114.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0112678 s, 931 MB/s 2023-10-13T11:07:09.731 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping successful for: 2023-10-13T11:07:10.061 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi114:vg_nvme/lv_4 2023-10-13T11:07:10.324 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:07:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:11 smithi139 ceph-mon[113400]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:11 smithi114 ceph-mon[106350]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:12.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:12 smithi114 ceph-mon[106350]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:12.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:12.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:12.319 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:12.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:12 smithi139 ceph-mon[113400]: from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:12.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:12.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:12.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:13.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:13 smithi139 ceph-mon[113400]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:13.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:13 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/935114062' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89cc3c17-906d-4b0c-bbe7-e43a76f20136"}]: dispatch 2023-10-13T11:07:13.650 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:13 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/935114062' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89cc3c17-906d-4b0c-bbe7-e43a76f20136"}]': finished 2023-10-13T11:07:13.650 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:13 smithi139 ceph-mon[113400]: osdmap e5: 1 total, 0 up, 1 in 2023-10-13T11:07:13.650 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:13 smithi114 ceph-mon[106350]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:13 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/935114062' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89cc3c17-906d-4b0c-bbe7-e43a76f20136"}]: dispatch 2023-10-13T11:07:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:13 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/935114062' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89cc3c17-906d-4b0c-bbe7-e43a76f20136"}]': finished 2023-10-13T11:07:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:13 smithi114 ceph-mon[106350]: osdmap e5: 1 total, 0 up, 1 in 2023-10-13T11:07:13.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:14.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:14 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3750314352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:07:14.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:14 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3750314352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:07:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:15 smithi139 ceph-mon[113400]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:15 smithi114 ceph-mon[106350]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:17.326 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:17 smithi114 ceph-mon[106350]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:17 smithi139 ceph-mon[113400]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:18.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-13T11:07:18.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:18.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-13T11:07:18.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:19.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:19 smithi114 ceph-mon[106350]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:19.434 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:19 smithi114 ceph-mon[106350]: Deploying daemon osd.0 on smithi114 2023-10-13T11:07:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:19 smithi139 ceph-mon[113400]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:19 smithi139 ceph-mon[113400]: Deploying daemon osd.0 on smithi114 2023-10-13T11:07:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:21 smithi139 ceph-mon[113400]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:21 smithi114 ceph-mon[106350]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:22.627 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:22 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:22.627 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:22 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:22.628 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:22 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:22.628 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:22 smithi114 ceph-mon[106350]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:22.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:22 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:22.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:22 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:22.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:22 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:22.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:22 smithi139 ceph-mon[113400]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:23.504 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 0 on host 'smithi114' 2023-10-13T11:07:23.898 DEBUG:teuthology.orchestra.run.smithi114:osd.0> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@osd.0.service 2023-10-13T11:07:23.901 INFO:tasks.cephadm:Deploying osd.1 on smithi114 with /dev/vg_nvme/lv_3... 2023-10-13T11:07:23.901 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-13T11:07:23.933 INFO:journalctl@ceph.osd.0.smithi114.stdout:-- Logs begin at Fri 2023-10-13 10:57:01 UTC. -- 2023-10-13T11:07:24.061 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.062 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.062 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:24.062 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:24.062 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.062 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.063 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.063 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:24.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:24.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:24.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:24.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:24 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:24.460 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:07:24.967 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:07:24 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-0[123148]: 2023-10-13T11:07:24.734+0000 7f601a535640 -1 osd.0 0 log_to_monitors true 2023-10-13T11:07:25.320 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:25 smithi114 ceph-mon[106350]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:25.320 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:25 smithi114 ceph-mon[106350]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T11:07:25.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:25 smithi139 ceph-mon[113400]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:25.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:25 smithi139 ceph-mon[113400]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-13T11:07:25.832 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-13T11:07:25.832 INFO:teuthology.orchestra.run.smithi114.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-13T11:07:25.832 INFO:teuthology.orchestra.run.smithi114.stderr: stderr: 10+0 records in 2023-10-13T11:07:25.832 INFO:teuthology.orchestra.run.smithi114.stderr:10+0 records out 2023-10-13T11:07:25.833 INFO:teuthology.orchestra.run.smithi114.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113918 s, 920 MB/s 2023-10-13T11:07:25.833 INFO:teuthology.orchestra.run.smithi114.stderr:--> Zapping successful for: 2023-10-13T11:07:26.112 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-0[123148]: 2023-10-13T11:07:26.032+0000 7f600fbac700 -1 osd.0 0 waiting for initial osdmap 2023-10-13T11:07:26.113 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-0[123148]: 2023-10-13T11:07:26.036+0000 7f600a99f700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T11:07:26.113 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-13T11:07:26.113 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: osdmap e6: 1 total, 0 up, 1 in 2023-10-13T11:07:26.113 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-10-13T11:07:26.114 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:26.114 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.114 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.114 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:26.114 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.115 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:26.115 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:26.115 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.205 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi114:vg_nvme/lv_3 2023-10-13T11:07:26.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-13T11:07:26.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: osdmap e6: 1 total, 0 up, 1 in 2023-10-13T11:07:26.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-10-13T11:07:26.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:26.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:26.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:26.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:26.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:26.428 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:07:27.124 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: Detected new or changed devices on smithi114 2023-10-13T11:07:27.124 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: Adjusting osd_memory_target on smithi114 to 17113M 2023-10-13T11:07:27.124 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-10-13T11:07:27.125 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: osdmap e7: 1 total, 0 up, 1 in 2023-10-13T11:07:27.125 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:27.125 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:27.125 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:27 smithi114 ceph-mon[106350]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:27.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: Detected new or changed devices on smithi114 2023-10-13T11:07:27.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: Adjusting osd_memory_target on smithi114 to 17113M 2023-10-13T11:07:27.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: from='osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-10-13T11:07:27.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: osdmap e7: 1 total, 0 up, 1 in 2023-10-13T11:07:27.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:27.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:27.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:27 smithi139 ceph-mon[113400]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-13T11:07:28.195 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: purged_snaps scrub starts 2023-10-13T11:07:28.196 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: purged_snaps scrub ok 2023-10-13T11:07:28.196 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:28.196 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062] boot 2023-10-13T11:07:28.196 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: osdmap e8: 1 total, 1 up, 1 in 2023-10-13T11:07:28.196 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:28.197 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:28.197 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:28.197 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:28.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: purged_snaps scrub starts 2023-10-13T11:07:28.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: purged_snaps scrub ok 2023-10-13T11:07:28.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:28.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: osd.0 [v2:172.21.15.114:6802/1739321062,v1:172.21.15.114:6803/1739321062] boot 2023-10-13T11:07:28.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: osdmap e8: 1 total, 1 up, 1 in 2023-10-13T11:07:28.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-13T11:07:28.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:28.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:28.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:29.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:29 smithi139 ceph-mon[113400]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:29.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:29 smithi139 ceph-mon[113400]: osdmap e9: 1 total, 1 up, 1 in 2023-10-13T11:07:29.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:29 smithi139 ceph-mon[113400]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:29.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:29 smithi114 ceph-mon[106350]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi114:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:29.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:29 smithi114 ceph-mon[106350]: osdmap e9: 1 total, 1 up, 1 in 2023-10-13T11:07:29.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:29 smithi114 ceph-mon[106350]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:30.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:30 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2807040258' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd7f8c94-7cd8-493e-91a3-25c7ae40057e"}]: dispatch 2023-10-13T11:07:30.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:30 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2807040258' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd7f8c94-7cd8-493e-91a3-25c7ae40057e"}]': finished 2023-10-13T11:07:30.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:30 smithi139 ceph-mon[113400]: osdmap e10: 2 total, 1 up, 2 in 2023-10-13T11:07:30.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:30.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:30 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2419807283' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:07:30.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:30 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2807040258' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd7f8c94-7cd8-493e-91a3-25c7ae40057e"}]: dispatch 2023-10-13T11:07:30.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:30 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2807040258' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd7f8c94-7cd8-493e-91a3-25c7ae40057e"}]': finished 2023-10-13T11:07:30.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:30 smithi114 ceph-mon[106350]: osdmap e10: 2 total, 1 up, 2 in 2023-10-13T11:07:30.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:30.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:30 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2419807283' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:07:31.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:31 smithi139 ceph-mon[113400]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:31.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:31 smithi114 ceph-mon[106350]: pgmap v28: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:33 smithi139 ceph-mon[113400]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:33 smithi114 ceph-mon[106350]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:34.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-13T11:07:34.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:34.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-13T11:07:34.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:35.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:35 smithi114 ceph-mon[106350]: pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:35.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:35 smithi114 ceph-mon[106350]: Deploying daemon osd.1 on smithi114 2023-10-13T11:07:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:35 smithi139 ceph-mon[113400]: pgmap v30: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:35 smithi139 ceph-mon[113400]: Deploying daemon osd.1 on smithi114 2023-10-13T11:07:37.531 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:37 smithi114 ceph-mon[106350]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:37 smithi139 ceph-mon[113400]: pgmap v31: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:38.716 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:38.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:38.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:38.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:38 smithi114 ceph-mon[106350]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:38.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:38.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:38.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:38.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:38 smithi139 ceph-mon[113400]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:39.661 INFO:teuthology.orchestra.run.smithi114.stdout:Created osd(s) 1 on host 'smithi114' 2023-10-13T11:07:40.052 DEBUG:teuthology.orchestra.run.smithi114:osd.1> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@osd.1.service 2023-10-13T11:07:40.054 INFO:tasks.cephadm:Deploying osd.2 on smithi139 with /dev/vg_nvme/lv_4... 2023-10-13T11:07:40.055 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-13T11:07:40.085 INFO:journalctl@ceph.osd.1.smithi114.stdout:-- Logs begin at Fri 2023-10-13 10:57:01 UTC. -- 2023-10-13T11:07:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:40.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:40.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:40.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.286 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:07:40.388 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.388 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.388 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:40.389 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:40.389 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.389 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:40.389 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:40.389 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:41.105 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:07:40 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-1[129856]: 2023-10-13T11:07:40.860+0000 7f01867e9640 -1 osd.1 0 log_to_monitors true 2023-10-13T11:07:41.368 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:41 smithi139 ceph-mon[113400]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:41.368 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:41 smithi139 ceph-mon[113400]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T11:07:41.452 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-13T11:07:41.452 INFO:teuthology.orchestra.run.smithi139.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-13T11:07:41.452 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10+0 records in 2023-10-13T11:07:41.452 INFO:teuthology.orchestra.run.smithi139.stderr:10+0 records out 2023-10-13T11:07:41.453 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0130408 s, 804 MB/s 2023-10-13T11:07:41.453 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping successful for: 2023-10-13T11:07:41.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:41 smithi114 ceph-mon[106350]: pgmap v33: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:41.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:41 smithi114 ceph-mon[106350]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-13T11:07:41.826 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi139:vg_nvme/lv_4 2023-10-13T11:07:42.048 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:07:42.631 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-13T11:07:42.631 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: osdmap e11: 2 total, 1 up, 2 in 2023-10-13T11:07:42.631 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-10-13T11:07:42.632 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:42.632 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: Detected new or changed devices on smithi114 2023-10-13T11:07:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:42.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:42.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: Adjusting osd_memory_target on smithi114 to 8556M 2023-10-13T11:07:42.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:42.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:42.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.967 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-1[129856]: 2023-10-13T11:07:42.633+0000 7f017be60700 -1 osd.1 0 waiting for initial osdmap 2023-10-13T11:07:42.968 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-1[129856]: 2023-10-13T11:07:42.635+0000 7f0176452700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T11:07:42.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-13T11:07:42.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: osdmap e11: 2 total, 1 up, 2 in 2023-10-13T11:07:42.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]: dispatch 2023-10-13T11:07:42.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:42.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: pgmap v35: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-13T11:07:42.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: Detected new or changed devices on smithi114 2023-10-13T11:07:42.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:42.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:42.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: Adjusting osd_memory_target on smithi114 to 8556M 2023-10-13T11:07:42.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:42.971 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:42.971 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:42.971 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:43.825 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-10-13T11:07:43.825 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: osdmap e12: 2 total, 1 up, 2 in 2023-10-13T11:07:43.826 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:43.826 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:43.826 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='client.24117 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:43.826 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:43.826 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:43.827 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi114", "root=default"]}]': finished 2023-10-13T11:07:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: osdmap e12: 2 total, 1 up, 2 in 2023-10-13T11:07:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='client.24117 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:07:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:43.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:43.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:44 smithi139 ceph-mon[113400]: purged_snaps scrub starts 2023-10-13T11:07:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:44 smithi139 ceph-mon[113400]: purged_snaps scrub ok 2023-10-13T11:07:44.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:44 smithi139 ceph-mon[113400]: osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566] boot 2023-10-13T11:07:44.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:44 smithi139 ceph-mon[113400]: osdmap e13: 2 total, 2 up, 2 in 2023-10-13T11:07:44.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:44.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:44 smithi139 ceph-mon[113400]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:44.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:44 smithi114 ceph-mon[106350]: purged_snaps scrub starts 2023-10-13T11:07:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:44 smithi114 ceph-mon[106350]: purged_snaps scrub ok 2023-10-13T11:07:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:44 smithi114 ceph-mon[106350]: osd.1 [v2:172.21.15.114:6810/2438092566,v1:172.21.15.114:6811/2438092566] boot 2023-10-13T11:07:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:44 smithi114 ceph-mon[106350]: osdmap e13: 2 total, 2 up, 2 in 2023-10-13T11:07:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-13T11:07:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:44 smithi114 ceph-mon[106350]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: osdmap e14: 2 total, 2 up, 2 in 2023-10-13T11:07:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/3643175266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a91bc7f3-250c-4c56-8ec8-098e2247012e"}]: dispatch 2023-10-13T11:07:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a91bc7f3-250c-4c56-8ec8-098e2247012e"}]: dispatch 2023-10-13T11:07:45.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a91bc7f3-250c-4c56-8ec8-098e2247012e"}]': finished 2023-10-13T11:07:45.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: osdmap e15: 3 total, 2 up, 3 in 2023-10-13T11:07:45.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:45.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:45 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/3332967224' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:07:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: osdmap e14: 2 total, 2 up, 2 in 2023-10-13T11:07:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/3643175266' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a91bc7f3-250c-4c56-8ec8-098e2247012e"}]: dispatch 2023-10-13T11:07:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a91bc7f3-250c-4c56-8ec8-098e2247012e"}]: dispatch 2023-10-13T11:07:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a91bc7f3-250c-4c56-8ec8-098e2247012e"}]': finished 2023-10-13T11:07:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: osdmap e15: 3 total, 2 up, 3 in 2023-10-13T11:07:45.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:45.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:45 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/3332967224' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:07:47.644 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:47 smithi139 ceph-mon[113400]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:47 smithi114 ceph-mon[106350]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:49 smithi139 ceph-mon[113400]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:49 smithi114 ceph-mon[106350]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:50.520 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:50 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-13T11:07:50.520 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:50 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:50.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:50 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-13T11:07:50.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:50 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:51.325 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:51 smithi139 ceph-mon[113400]: Deploying daemon osd.2 on smithi139 2023-10-13T11:07:51.325 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:51 smithi139 ceph-mon[113400]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:51 smithi114 ceph-mon[106350]: Deploying daemon osd.2 on smithi139 2023-10-13T11:07:51.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:51 smithi114 ceph-mon[106350]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:53.632 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:53 smithi139 ceph-mon[113400]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:53.632 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:53.632 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:53.632 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:53 smithi114 ceph-mon[106350]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:53.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:54.818 INFO:teuthology.orchestra.run.smithi139.stdout:Created osd(s) 2 on host 'smithi139' 2023-10-13T11:07:55.215 DEBUG:teuthology.orchestra.run.smithi139:osd.2> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@osd.2.service 2023-10-13T11:07:55.218 INFO:tasks.cephadm:Deploying osd.3 on smithi139 with /dev/vg_nvme/lv_3... 2023-10-13T11:07:55.218 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-13T11:07:55.247 INFO:journalctl@ceph.osd.2.smithi139.stdout:-- Logs begin at Fri 2023-10-13 10:56:58 UTC. -- 2023-10-13T11:07:55.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:55.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:55.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:55.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:55.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:55.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:55.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:55.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:55.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:07:55.683 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:07:56.353 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:56 smithi139 ceph-mon[113400]: from='osd.2 [v2:172.21.15.139:6800/6399038,v1:172.21.15.139:6801/6399038]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T11:07:56.353 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:56 smithi139 ceph-mon[113400]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T11:07:56.353 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:07:56 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-2[117604]: 2023-10-13T11:07:56.111+0000 7f7ef05f6640 -1 osd.2 0 log_to_monitors true 2023-10-13T11:07:56.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:56 smithi114 ceph-mon[106350]: from='osd.2 [v2:172.21.15.139:6800/6399038,v1:172.21.15.139:6801/6399038]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T11:07:56.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:56 smithi114 ceph-mon[106350]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-13T11:07:56.839 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-13T11:07:56.840 INFO:teuthology.orchestra.run.smithi139.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-13T11:07:56.840 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10+0 records in 2023-10-13T11:07:56.840 INFO:teuthology.orchestra.run.smithi139.stderr:10+0 records out 2023-10-13T11:07:56.840 INFO:teuthology.orchestra.run.smithi139.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0142842 s, 734 MB/s 2023-10-13T11:07:56.840 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping successful for: 2023-10-13T11:07:57.208 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi139:vg_nvme/lv_3 2023-10-13T11:07:57.397 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-2[117604]: 2023-10-13T11:07:57.155+0000 7f7ee5c6d700 -1 osd.2 0 waiting for initial osdmap 2023-10-13T11:07:57.397 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-2[117604]: 2023-10-13T11:07:57.161+0000 7f7edf25d700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T11:07:57.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-mon[113400]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:57.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-mon[113400]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-13T11:07:57.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-mon[113400]: osdmap e16: 3 total, 2 up, 3 in 2023-10-13T11:07:57.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:57.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-mon[113400]: from='osd.2 [v2:172.21.15.139:6800/6399038,v1:172.21.15.139:6801/6399038]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:07:57.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:57 smithi139 ceph-mon[113400]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:07:57.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:57 smithi114 ceph-mon[106350]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:57.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:57 smithi114 ceph-mon[106350]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-13T11:07:57.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:57 smithi114 ceph-mon[106350]: osdmap e16: 3 total, 2 up, 3 in 2023-10-13T11:07:57.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:57 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:57.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:57 smithi114 ceph-mon[106350]: from='osd.2 [v2:172.21.15.139:6800/6399038,v1:172.21.15.139:6801/6399038]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:07:57.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:57 smithi114 ceph-mon[106350]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:07:57.491 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:07:58.170 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-10-13T11:07:58.170 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: osdmap e17: 3 total, 2 up, 3 in 2023-10-13T11:07:58.171 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:58.171 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:58.171 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.171 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.171 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:58.172 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.172 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:58.172 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:58.172 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-10-13T11:07:58.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: osdmap e17: 3 total, 2 up, 3 in 2023-10-13T11:07:58.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:58.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:58.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:07:58.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:58.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:58.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:07:58.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:07:59.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: purged_snaps scrub starts 2023-10-13T11:07:59.435 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: purged_snaps scrub ok 2023-10-13T11:07:59.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: Detected new or changed devices on smithi139 2023-10-13T11:07:59.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: Adjusting osd_memory_target on smithi139 to 21209M 2023-10-13T11:07:59.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:59.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: osd.2 [v2:172.21.15.139:6800/6399038,v1:172.21.15.139:6801/6399038] boot 2023-10-13T11:07:59.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: osdmap e18: 3 total, 3 up, 3 in 2023-10-13T11:07:59.436 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:59.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:59.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:59.437 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:07:59 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:07:59.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: purged_snaps scrub starts 2023-10-13T11:07:59.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: purged_snaps scrub ok 2023-10-13T11:07:59.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: Detected new or changed devices on smithi139 2023-10-13T11:07:59.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: Adjusting osd_memory_target on smithi139 to 21209M 2023-10-13T11:07:59.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-13T11:07:59.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: osd.2 [v2:172.21.15.139:6800/6399038,v1:172.21.15.139:6801/6399038] boot 2023-10-13T11:07:59.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: osdmap e18: 3 total, 3 up, 3 in 2023-10-13T11:07:59.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-13T11:07:59.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:07:59.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:07:59.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:07:59 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:00.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:00 smithi139 ceph-mon[113400]: from='client.24135 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:08:00.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:00 smithi139 ceph-mon[113400]: osdmap e19: 3 total, 3 up, 3 in 2023-10-13T11:08:00.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:00 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' 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-13T11:08:00.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:00 smithi114 ceph-mon[106350]: from='client.24135 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:08:00.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:00 smithi114 ceph-mon[106350]: osdmap e19: 3 total, 3 up, 3 in 2023-10-13T11:08:00.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:00 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' 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-13T11:08:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: pgmap v52: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/672141355' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f56c9f9d-3204-4963-a6ac-922230d0c4fb"}]: dispatch 2023-10-13T11:08:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f56c9f9d-3204-4963-a6ac-922230d0c4fb"}]: dispatch 2023-10-13T11:08:01.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' 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-13T11:08:01.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f56c9f9d-3204-4963-a6ac-922230d0c4fb"}]': finished 2023-10-13T11:08:01.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: osdmap e20: 4 total, 3 up, 4 in 2023-10-13T11:08:01.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:01.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-13T11:08:01.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:01 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/1797495683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:08:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: pgmap v52: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:01.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/672141355' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f56c9f9d-3204-4963-a6ac-922230d0c4fb"}]: dispatch 2023-10-13T11:08:01.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f56c9f9d-3204-4963-a6ac-922230d0c4fb"}]: dispatch 2023-10-13T11:08:01.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' 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-13T11:08:01.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f56c9f9d-3204-4963-a6ac-922230d0c4fb"}]': finished 2023-10-13T11:08:01.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: osdmap e20: 4 total, 3 up, 4 in 2023-10-13T11:08:01.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:01.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-13T11:08:01.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:01 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/1797495683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:08:02.218 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:01 smithi114 sudo[135051]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T11:08:02.218 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:01 smithi114 sudo[135051]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:02.218 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:01 smithi114 sudo[135051]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:02.218 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:01 smithi114 sudo[135051]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:02.219 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135054]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T11:08:02.219 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135054]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:02.219 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135054]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:02.219 INFO:journalctl@ceph.osd.0.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135054]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:02.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-13T11:08:02.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:02 smithi139 ceph-mon[113400]: osdmap e21: 4 total, 3 up, 4 in 2023-10-13T11:08:02.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:02.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:02.674 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-13T11:08:02.674 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:02 smithi114 ceph-mon[106350]: osdmap e21: 4 total, 3 up, 4 in 2023-10-13T11:08:02.674 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:02.674 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:02.674 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135057]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T11:08:02.675 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135057]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:02.675 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135057]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:02.675 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135057]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:02.967 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135060]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T11:08:02.968 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135060]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:02.968 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135060]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:02.968 INFO:journalctl@ceph.osd.1.smithi114.stdout:Oct 13 11:08:02 smithi114 sudo[135060]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:03.336 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:02 smithi139 sudo[123303]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T11:08:03.337 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:02 smithi139 sudo[123303]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:03.337 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:02 smithi139 sudo[123303]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:03.337 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:02 smithi139 sudo[123303]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:03.337 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123308]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T11:08:03.338 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123308]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:03.338 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123308]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:03.338 INFO:journalctl@ceph.osd.2.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123308]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135063]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T11:08:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135063]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135063]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135063]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135066]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T11:08:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135066]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:03.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135066]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:03.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:03 smithi114 sudo[135066]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:04.180 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123570]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T11:08:04.180 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123570]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:04.181 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123570]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:04.181 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:03 smithi139 sudo[123570]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:04.456 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 sudo[123620]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T11:08:04.456 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 sudo[123620]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T11:08:04.456 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 sudo[123620]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T11:08:04.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 sudo[123620]: pam_unix(sudo:session): session closed for user root 2023-10-13T11:08:04.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 ceph-mon[113400]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:04.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 ceph-mon[113400]: osdmap e22: 4 total, 3 up, 4 in 2023-10-13T11:08:04.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:04.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:04.457 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:04 smithi139 ceph-mon[113400]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T11:08:04.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:04 smithi114 ceph-mon[106350]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:04.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:04 smithi114 ceph-mon[106350]: osdmap e22: 4 total, 3 up, 4 in 2023-10-13T11:08:04.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:04.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:04.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:04 smithi114 ceph-mon[106350]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T11:08:05.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T11:08:05.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:08:05.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:08:05.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T11:08:05.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: mgrmap e14: x(active, since 89s) 2023-10-13T11:08:05.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:08:05.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:08:05.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:05.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:05 smithi139 ceph-mon[113400]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T11:08:05.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T11:08:05.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:08:05.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:08:05.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T11:08:05.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: mgrmap e14: x(active, since 89s) 2023-10-13T11:08:05.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-13T11:08:05.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-10-13T11:08:05.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: pgmap v57: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:05.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:05 smithi114 ceph-mon[106350]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T11:08:06.458 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-13T11:08:06.459 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:06.459 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:06 smithi139 ceph-mon[113400]: Deploying daemon osd.3 on smithi139 2023-10-13T11:08:06.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-13T11:08:06.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:06.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:06 smithi114 ceph-mon[106350]: Deploying daemon osd.3 on smithi139 2023-10-13T11:08:07.344 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:07 smithi139 ceph-mon[113400]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:07 smithi114 ceph-mon[106350]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:09.372 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:09 smithi139 ceph-mon[113400]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:09.372 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:09.372 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:09.373 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:09 smithi114 ceph-mon[106350]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-10-13T11:08:09.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:09.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:09.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:10.572 INFO:teuthology.orchestra.run.smithi139.stdout:Created osd(s) 3 on host 'smithi139' 2023-10-13T11:08:10.868 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.868 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.868 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:10.868 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:10.869 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.869 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-10-13T11:08:10.869 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.869 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.869 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:10.938 DEBUG:teuthology.orchestra.run.smithi139:osd.3> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@osd.3.service 2023-10-13T11:08:10.940 INFO:tasks.cephadm:Deploying osd.4 on smithi139 with /dev/vg_nvme/lv_2... 2023-10-13T11:08:10.941 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-13T11:08:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:10.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:10.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 5 op/s 2023-10-13T11:08:10.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:10.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:10.974 INFO:journalctl@ceph.osd.3.smithi139.stdout:-- Logs begin at Fri 2023-10-13 10:56:58 UTC. -- 2023-10-13T11:08:11.410 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:08:12.147 INFO:journalctl@ceph.osd.3.smithi139.stdout:Oct 13 11:08:11 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-3[124264]: 2023-10-13T11:08:11.888+0000 7f06ed57b640 -1 osd.3 0 log_to_monitors true 2023-10-13T11:08:12.517 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:12 smithi139 ceph-mon[113400]: from='osd.3 [v2:172.21.15.139:6808/4210122772,v1:172.21.15.139:6809/4210122772]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T11:08:12.517 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:12 smithi139 ceph-mon[113400]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T11:08:12.680 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-13T11:08:12.680 INFO:teuthology.orchestra.run.smithi139.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-13T11:08:12.680 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10+0 records in 2023-10-13T11:08:12.681 INFO:teuthology.orchestra.run.smithi139.stderr:10+0 records out 2023-10-13T11:08:12.681 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.01123 s, 934 MB/s 2023-10-13T11:08:12.681 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping successful for: 2023-10-13T11:08:12.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:12 smithi114 ceph-mon[106350]: from='osd.3 [v2:172.21.15.139:6808/4210122772,v1:172.21.15.139:6809/4210122772]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T11:08:12.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:12 smithi114 ceph-mon[106350]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-13T11:08:13.056 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi139:vg_nvme/lv_2 2023-10-13T11:08:13.289 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:08:13.513 INFO:journalctl@ceph.osd.3.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-3[124264]: 2023-10-13T11:08:13.269+0000 7f06e2bf2700 -1 osd.3 0 waiting for initial osdmap 2023-10-13T11:08:13.513 INFO:journalctl@ceph.osd.3.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-3[124264]: 2023-10-13T11:08:13.272+0000 7f06dc1e2700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T11:08:13.513 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-mon[113400]: pgmap v61: 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-13T11:08:13.514 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-mon[113400]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-13T11:08:13.514 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-mon[113400]: osdmap e23: 4 total, 3 up, 4 in 2023-10-13T11:08:13.514 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:13.514 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-mon[113400]: from='osd.3 [v2:172.21.15.139:6808/4210122772,v1:172.21.15.139:6809/4210122772]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:13.514 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:13 smithi139 ceph-mon[113400]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:13 smithi114 ceph-mon[106350]: pgmap v61: 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-13T11:08:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:13 smithi114 ceph-mon[106350]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-13T11:08:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:13 smithi114 ceph-mon[106350]: osdmap e23: 4 total, 3 up, 4 in 2023-10-13T11:08:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:13.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:13 smithi114 ceph-mon[106350]: from='osd.3 [v2:172.21.15.139:6808/4210122772,v1:172.21.15.139:6809/4210122772]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:13.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:13 smithi114 ceph-mon[106350]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:14.622 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-10-13T11:08:14.623 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: osdmap e24: 4 total, 3 up, 4 in 2023-10-13T11:08:14.623 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:14.623 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:14.623 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: Detected new or changed devices on smithi139 2023-10-13T11:08:14.624 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.624 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.624 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:14.624 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:14.624 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: Adjusting osd_memory_target on smithi139 to 10604M 2023-10-13T11:08:14.624 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.625 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:14.625 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:14.625 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-10-13T11:08:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: osdmap e24: 4 total, 3 up, 4 in 2023-10-13T11:08:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:14.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: Detected new or changed devices on smithi139 2023-10-13T11:08:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:14.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: Adjusting osd_memory_target on smithi139 to 10604M 2023-10-13T11:08:14.720 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:14.720 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:14.720 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:14.720 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: purged_snaps scrub starts 2023-10-13T11:08:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: purged_snaps scrub ok 2023-10-13T11:08:15.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: pgmap v64: 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-13T11:08:15.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:08:15.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: osd.3 [v2:172.21.15.139:6808/4210122772,v1:172.21.15.139:6809/4210122772] boot 2023-10-13T11:08:15.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: osdmap e25: 4 total, 4 up, 4 in 2023-10-13T11:08:15.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:15.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:08:15.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:08:15.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: purged_snaps scrub starts 2023-10-13T11:08:15.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: purged_snaps scrub ok 2023-10-13T11:08:15.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: pgmap v64: 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-13T11:08:15.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:08:15.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: osd.3 [v2:172.21.15.139:6808/4210122772,v1:172.21.15.139:6809/4210122772] boot 2023-10-13T11:08:15.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: osdmap e25: 4 total, 4 up, 4 in 2023-10-13T11:08:15.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-13T11:08:15.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:08:15.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-13T11:08:15.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:16.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: osdmap e26: 4 total, 4 up, 4 in 2023-10-13T11:08:16.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/3082079644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "edba4311-4dd3-4462-bb35-99311679fdd7"}]: dispatch 2023-10-13T11:08:16.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "edba4311-4dd3-4462-bb35-99311679fdd7"}]: dispatch 2023-10-13T11:08:16.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "edba4311-4dd3-4462-bb35-99311679fdd7"}]': finished 2023-10-13T11:08:16.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: osdmap e27: 5 total, 4 up, 5 in 2023-10-13T11:08:16.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:16.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: osdmap e28: 5 total, 4 up, 5 in 2023-10-13T11:08:16.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:16.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: osdmap e26: 4 total, 4 up, 4 in 2023-10-13T11:08:16.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/3082079644' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "edba4311-4dd3-4462-bb35-99311679fdd7"}]: dispatch 2023-10-13T11:08:16.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "edba4311-4dd3-4462-bb35-99311679fdd7"}]: dispatch 2023-10-13T11:08:16.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "edba4311-4dd3-4462-bb35-99311679fdd7"}]': finished 2023-10-13T11:08:16.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: osdmap e27: 5 total, 4 up, 5 in 2023-10-13T11:08:16.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:16.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: osdmap e28: 5 total, 4 up, 5 in 2023-10-13T11:08:16.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:17 smithi139 ceph-mon[113400]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-13T11:08:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:17 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/2922096504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:08:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:17 smithi139 ceph-mon[113400]: osdmap e29: 5 total, 4 up, 5 in 2023-10-13T11:08:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:17 smithi114 ceph-mon[106350]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-13T11:08:17.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:17 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/2922096504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-13T11:08:17.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:17 smithi114 ceph-mon[106350]: osdmap e29: 5 total, 4 up, 5 in 2023-10-13T11:08:17.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:19.532 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:19 smithi139 ceph-mon[113400]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-13T11:08:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:19 smithi114 ceph-mon[106350]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-13T11:08:21.560 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:21 smithi139 ceph-mon[113400]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2023-10-13T11:08:21.560 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-13T11:08:21.561 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:21 smithi114 ceph-mon[106350]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 120 KiB/s, 0 objects/s recovering 2023-10-13T11:08:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-13T11:08:21.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:22.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:22 smithi139 ceph-mon[113400]: Deploying daemon osd.4 on smithi139 2023-10-13T11:08:22.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:22 smithi114 ceph-mon[106350]: Deploying daemon osd.4 on smithi139 2023-10-13T11:08:23.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:23 smithi139 ceph-mon[113400]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-10-13T11:08:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:23 smithi114 ceph-mon[106350]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 109 MiB used, 358 GiB / 358 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-10-13T11:08:25.307 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:25 smithi139 ceph-mon[113400]: pgmap v74: 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-13T11:08:25.308 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:25 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:25.308 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:25 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:25.308 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:25 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:25.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:25 smithi114 ceph-mon[106350]: pgmap v74: 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-13T11:08:25.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:25 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:25.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:25 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:25.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:25 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:26.112 INFO:teuthology.orchestra.run.smithi139.stdout:Created osd(s) 4 on host 'smithi139' 2023-10-13T11:08:26.475 DEBUG:teuthology.orchestra.run.smithi139:osd.4> sudo journalctl -f -n 0 -u ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7@osd.4.service 2023-10-13T11:08:26.477 INFO:tasks.cephadm:Waiting for 5 OSDs to come up... 2023-10-13T11:08:26.478 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-13T11:08:26.507 INFO:journalctl@ceph.osd.4.smithi139.stdout:-- Logs begin at Fri 2023-10-13 10:56:58 UTC. -- 2023-10-13T11:08:26.716 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:26.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:26.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:26.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:26.850 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.851 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.851 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:26.851 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:26.851 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.851 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.852 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:26.852 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:08:27.488 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:27 smithi114 ceph-mon[106350]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T11:08:27.829 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:27 smithi139 ceph-mon[113400]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 59 KiB/s, 0 objects/s recovering 2023-10-13T11:08:27.898 INFO:journalctl@ceph.osd.4.smithi139.stdout:Oct 13 11:08:27 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-4[130879]: 2023-10-13T11:08:27.459+0000 7fd8ff956640 -1 osd.4 0 log_to_monitors true 2023-10-13T11:08:28.204 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":29,"num_osds":5,"num_up_osds":4,"osd_up_since":1697195294,"num_in_osds":5,"osd_in_since":1697195295,"num_remapped_pgs":0} 2023-10-13T11:08:28.442 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='osd.4 [v2:172.21.15.139:6816/3367497061,v1:172.21.15.139:6817/3367497061]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T11:08:28.442 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T11:08:28.443 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1613037599' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T11:08:28.443 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.443 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.443 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:28.443 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:28.444 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:28.444 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.444 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:28.444 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:28.444 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='osd.4 [v2:172.21.15.139:6816/3367497061,v1:172.21.15.139:6817/3367497061]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T11:08:28.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-13T11:08:28.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1613037599' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T11:08:28.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:28.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:28.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:08:28.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:28.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:08:28.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:08:28.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:08:29.205 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-13T11:08:29.428 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:29.547 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-13T11:08:29.548 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: Detected new or changed devices on smithi139 2023-10-13T11:08:29.548 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: Adjusting osd_memory_target on smithi139 to 7069M 2023-10-13T11:08:29.548 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-13T11:08:29.548 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: osdmap e30: 5 total, 4 up, 5 in 2023-10-13T11:08:29.549 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:29.549 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: from='osd.4 [v2:172.21.15.139:6816/3367497061,v1:172.21.15.139:6817/3367497061]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:29.549 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:29 smithi114 ceph-mon[106350]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:29.897 INFO:journalctl@ceph.osd.4.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-4[130879]: 2023-10-13T11:08:29.446+0000 7fd8f4fcd700 -1 osd.4 0 waiting for initial osdmap 2023-10-13T11:08:29.897 INFO:journalctl@ceph.osd.4.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-5f63f0bc-69b8-11ee-8db6-212e2dc638e7-osd-4[130879]: 2023-10-13T11:08:29.453+0000 7fd8eedbe700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-13T11:08:29.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-13T11:08:29.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: Detected new or changed devices on smithi139 2023-10-13T11:08:29.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: Adjusting osd_memory_target on smithi139 to 7069M 2023-10-13T11:08:29.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-13T11:08:29.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: osdmap e30: 5 total, 4 up, 5 in 2023-10-13T11:08:29.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:29.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: from='osd.4 [v2:172.21.15.139:6816/3367497061,v1:172.21.15.139:6817/3367497061]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:29.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:29 smithi139 ceph-mon[113400]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2023-10-13T11:08:30.484 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:30.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:30 smithi114 ceph-mon[106350]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-10-13T11:08:30.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:30 smithi114 ceph-mon[106350]: osdmap e31: 5 total, 4 up, 5 in 2023-10-13T11:08:30.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:30.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:30.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:30 smithi114 ceph-mon[106350]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-13T11:08:30.846 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":32,"num_osds":5,"num_up_osds":5,"osd_up_since":1697195310,"num_in_osds":5,"osd_in_since":1697195295,"num_remapped_pgs":0} 2023-10-13T11:08:30.846 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-13T11:08:30.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:30 smithi139 ceph-mon[113400]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2023-10-13T11:08:30.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:30 smithi139 ceph-mon[113400]: osdmap e31: 5 total, 4 up, 5 in 2023-10-13T11:08:30.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:30.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:30.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:30 smithi139 ceph-mon[113400]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2023-10-13T11:08:31.067 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: purged_snaps scrub starts 2023-10-13T11:08:31.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: purged_snaps scrub ok 2023-10-13T11:08:31.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:31.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: osd.4 [v2:172.21.15.139:6816/3367497061,v1:172.21.15.139:6817/3367497061] boot 2023-10-13T11:08:31.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: osdmap e32: 5 total, 5 up, 5 in 2023-10-13T11:08:31.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:31.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:31 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3465549638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T11:08:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: purged_snaps scrub starts 2023-10-13T11:08:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: purged_snaps scrub ok 2023-10-13T11:08:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:31.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: osd.4 [v2:172.21.15.139:6816/3367497061,v1:172.21.15.139:6817/3367497061] boot 2023-10-13T11:08:31.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: osdmap e32: 5 total, 5 up, 5 in 2023-10-13T11:08:31.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-13T11:08:31.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:31 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3465549638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-13T11:08:32.138 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:32.138 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":32,"fsid":"5f63f0bc-69b8-11ee-8db6-212e2dc638e7","created":"2023-10-13T11:05:47.877310+0000","modified":"2023-10-13T11:08:30.447648+0000","last_up_change":"2023-10-13T11:08:30.447648+0000","last_in_change":"2023-10-13T11:08:15.884532+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-13T11:08:00.358688+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":"22","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":"89cc3c17-906d-4b0c-bbe7-e43a76f20136","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6802","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6803","nonce":1739321062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6805","nonce":1739321062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6809","nonce":1739321062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6807","nonce":1739321062}]},"public_addr":"172.21.15.114:6803/1739321062","cluster_addr":"172.21.15.114:6805/1739321062","heartbeat_back_addr":"172.21.15.114:6809/1739321062","heartbeat_front_addr":"172.21.15.114:6807/1739321062","state":["exists","up"]},{"osd":1,"uuid":"fd7f8c94-7cd8-493e-91a3-25c7ae40057e","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.114:6810","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6811","nonce":2438092566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6813","nonce":2438092566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6817","nonce":2438092566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6815","nonce":2438092566}]},"public_addr":"172.21.15.114:6811/2438092566","cluster_addr":"172.21.15.114:6813/2438092566","heartbeat_back_addr":"172.21.15.114:6817/2438092566","heartbeat_front_addr":"172.21.15.114:6815/2438092566","state":["exists","up"]},{"osd":2,"uuid":"a91bc7f3-250c-4c56-8ec8-098e2247012e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6801","nonce":6399038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6803","nonce":6399038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6807","nonce":6399038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6805","nonce":6399038}]},"public_addr":"172.21.15.139:6801/6399038","cluster_addr":"172.21.15.139:6803/6399038","heartbeat_back_addr":"172.21.15.139:6807/6399038","heartbeat_front_addr":"172.21.15.139:6805/6399038","state":["exists","up"]},{"osd":3,"uuid":"f56c9f9d-3204-4963-a6ac-922230d0c4fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6809","nonce":4210122772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6811","nonce":4210122772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6815","nonce":4210122772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6813","nonce":4210122772}]},"public_addr":"172.21.15.139:6809/4210122772","cluster_addr":"172.21.15.139:6811/4210122772","heartbeat_back_addr":"172.21.15.139:6815/4210122772","heartbeat_front_addr":"172.21.15.139:6813/4210122772","state":["exists","up"]},{"osd":4,"uuid":"edba4311-4dd3-4462-bb35-99311679fdd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6816","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6817","nonce":3367497061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6819","nonce":3367497061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6823","nonce":3367497061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6821","nonce":3367497061}]},"public_addr":"172.21.15.139:6817/3367497061","cluster_addr":"172.21.15.139:6819/3367497061","heartbeat_back_addr":"172.21.15.139:6823/3367497061","heartbeat_front_addr":"172.21.15.139:6821/3367497061","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-13T11:07:25.764388+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-13T11:07:41.901071+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-13T11:07:57.095501+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-13T11:08:12.882227+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":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.114:0/2624268525":"2023-10-14T11:06:34.061875+0000","172.21.15.114:0/1805458728":"2023-10-14T11:06:34.061875+0000","172.21.15.114:6801/3622177299":"2023-10-14T11:06:34.061875+0000","172.21.15.114:0/993607225":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/1170548486":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/1808690469":"2023-10-14T11:06:34.061875+0000","172.21.15.114:6801/1595923795":"2023-10-14T11:06:11.903870+0000","172.21.15.114:6800/1595923795":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/870259598":"2023-10-14T11:06:11.903870+0000","172.21.15.114:6800/3622177299":"2023-10-14T11:06:34.061875+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-13T11:08:32.513 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-13T11:08:00.358688+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': '22', '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-13T11:08:32.513 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-13T11:08:32.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:32 smithi114 ceph-mon[106350]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:32.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:32 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2859305073' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T11:08:32.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:32 smithi114 ceph-mon[106350]: osdmap e33: 5 total, 5 up, 5 in 2023-10-13T11:08:32.734 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:32.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:32 smithi139 ceph-mon[113400]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:32.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:32 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2859305073' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T11:08:32.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:32 smithi139 ceph-mon[113400]: osdmap e33: 5 total, 5 up, 5 in 2023-10-13T11:08:33.814 INFO:teuthology.orchestra.run.smithi114.stdout:pg_num: 1 2023-10-13T11:08:34.111 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:33 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2377239321' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T11:08:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:33 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2377239321' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-13T11:08:34.178 INFO:tasks.cephadm:Setting up client nodes... 2023-10-13T11:08:34.179 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-13T11:08:34.400 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:35.141 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:34 smithi114 ceph-mon[106350]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:35.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:34 smithi139 ceph-mon[113400]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:35.584 INFO:teuthology.orchestra.run.smithi114.stdout:[client.0] 2023-10-13T11:08:35.584 INFO:teuthology.orchestra.run.smithi114.stdout: key = AQAzJSllYMW8IhAA+BZULVDDk5o5FwQAM0St3g== 2023-10-13T11:08:35.954 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-10-13T11:08:35.954 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-13T11:08:35.954 DEBUG:teuthology.orchestra.run.smithi114:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-13T11:08:35.994 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-13T11:08:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:35 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3112955872' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T11:08:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:35 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3112955872' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-13T11:08:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:35 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3112955872' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T11:08:36.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:35 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3112955872' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-13T11:08:36.235 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.b/config 2023-10-13T11:08:37.431 INFO:teuthology.orchestra.run.smithi139.stdout:[client.1] 2023-10-13T11:08:37.431 INFO:teuthology.orchestra.run.smithi139.stdout: key = AQA1JSllCwZ9GRAAh0DEMlJYfPWDFNFLJ+NLFQ== 2023-10-13T11:08:37.558 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:37 smithi139 ceph-mon[113400]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:37 smithi114 ceph-mon[106350]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:37.794 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:08:37.794 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-13T11:08:37.794 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-13T11:08:37.836 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-13T11:08:37.837 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-13T11:08:37.838 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-13T11:08:38.070 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:38.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:38 smithi114 ceph-mon[106350]: from='client.? 172.21.15.139:0/3195041427' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T11:08:38.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:38 smithi114 ceph-mon[106350]: 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-13T11:08:38.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:38 smithi114 ceph-mon[106350]: 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-13T11:08:38.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:38 smithi139 ceph-mon[113400]: from='client.? 172.21.15.139:0/3195041427' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-13T11:08:38.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:38 smithi139 ceph-mon[113400]: 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-13T11:08:38.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:38 smithi139 ceph-mon[113400]: 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-13T11:08:39.188 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:39.545 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":14,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6800","nonce":2841121525},{"type":"v1","addr":"172.21.15.114:6801","nonce":2841121525}]},"active_addr":"172.21.15.114:6801/2841121525","active_change":"2023-10-13T11:06:34.061992+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.114: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.114:0","nonce":1260921952}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.114:0","nonce":2071617672}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.114:0","nonce":8496745}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.114:0","nonce":677614853}]}]} 2023-10-13T11:08:39.547 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-13T11:08:39.548 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-13T11:08:39.548 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-13T11:08:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:39 smithi114 ceph-mon[106350]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:39 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2765889143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-13T11:08:39.769 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:39 smithi139 ceph-mon[113400]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:39 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2765889143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-13T11:08:40.838 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:40.838 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":33,"fsid":"5f63f0bc-69b8-11ee-8db6-212e2dc638e7","created":"2023-10-13T11:05:47.877310+0000","modified":"2023-10-13T11:08:32.257041+0000","last_up_change":"2023-10-13T11:08:30.447648+0000","last_in_change":"2023-10-13T11:08:15.884532+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-13T11:08:00.358688+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":"22","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":"89cc3c17-906d-4b0c-bbe7-e43a76f20136","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6802","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6803","nonce":1739321062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6805","nonce":1739321062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6809","nonce":1739321062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6807","nonce":1739321062}]},"public_addr":"172.21.15.114:6803/1739321062","cluster_addr":"172.21.15.114:6805/1739321062","heartbeat_back_addr":"172.21.15.114:6809/1739321062","heartbeat_front_addr":"172.21.15.114:6807/1739321062","state":["exists","up"]},{"osd":1,"uuid":"fd7f8c94-7cd8-493e-91a3-25c7ae40057e","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.114:6810","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6811","nonce":2438092566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6813","nonce":2438092566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6817","nonce":2438092566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6815","nonce":2438092566}]},"public_addr":"172.21.15.114:6811/2438092566","cluster_addr":"172.21.15.114:6813/2438092566","heartbeat_back_addr":"172.21.15.114:6817/2438092566","heartbeat_front_addr":"172.21.15.114:6815/2438092566","state":["exists","up"]},{"osd":2,"uuid":"a91bc7f3-250c-4c56-8ec8-098e2247012e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6801","nonce":6399038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6803","nonce":6399038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6807","nonce":6399038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6805","nonce":6399038}]},"public_addr":"172.21.15.139:6801/6399038","cluster_addr":"172.21.15.139:6803/6399038","heartbeat_back_addr":"172.21.15.139:6807/6399038","heartbeat_front_addr":"172.21.15.139:6805/6399038","state":["exists","up"]},{"osd":3,"uuid":"f56c9f9d-3204-4963-a6ac-922230d0c4fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6809","nonce":4210122772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6811","nonce":4210122772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6815","nonce":4210122772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6813","nonce":4210122772}]},"public_addr":"172.21.15.139:6809/4210122772","cluster_addr":"172.21.15.139:6811/4210122772","heartbeat_back_addr":"172.21.15.139:6815/4210122772","heartbeat_front_addr":"172.21.15.139:6813/4210122772","state":["exists","up"]},{"osd":4,"uuid":"edba4311-4dd3-4462-bb35-99311679fdd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6816","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6817","nonce":3367497061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6819","nonce":3367497061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6823","nonce":3367497061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6821","nonce":3367497061}]},"public_addr":"172.21.15.139:6817/3367497061","cluster_addr":"172.21.15.139:6819/3367497061","heartbeat_back_addr":"172.21.15.139:6823/3367497061","heartbeat_front_addr":"172.21.15.139:6821/3367497061","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-13T11:07:25.764388+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-13T11:07:41.901071+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-13T11:07:57.095501+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-13T11:08:12.882227+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-13T11:08:28.453466+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.114:0/2624268525":"2023-10-14T11:06:34.061875+0000","172.21.15.114:0/1805458728":"2023-10-14T11:06:34.061875+0000","172.21.15.114:6801/3622177299":"2023-10-14T11:06:34.061875+0000","172.21.15.114:0/993607225":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/1170548486":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/1808690469":"2023-10-14T11:06:34.061875+0000","172.21.15.114:6801/1595923795":"2023-10-14T11:06:11.903870+0000","172.21.15.114:6800/1595923795":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/870259598":"2023-10-14T11:06:11.903870+0000","172.21.15.114:6800/3622177299":"2023-10-14T11:06:34.061875+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-13T11:08:41.202 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-13T11:08:41.203 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-13T11:08:41.423 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:41 smithi114 ceph-mon[106350]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:41 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3708169972' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T11:08:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:41 smithi139 ceph-mon[113400]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:41 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3708169972' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T11:08:42.508 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:42.508 INFO:teuthology.orchestra.run.smithi114.stdout:{"epoch":33,"fsid":"5f63f0bc-69b8-11ee-8db6-212e2dc638e7","created":"2023-10-13T11:05:47.877310+0000","modified":"2023-10-13T11:08:32.257041+0000","last_up_change":"2023-10-13T11:08:30.447648+0000","last_in_change":"2023-10-13T11:08:15.884532+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-13T11:08:00.358688+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":"22","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":"89cc3c17-906d-4b0c-bbe7-e43a76f20136","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6802","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6803","nonce":1739321062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6804","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6805","nonce":1739321062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6808","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6809","nonce":1739321062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6806","nonce":1739321062},{"type":"v1","addr":"172.21.15.114:6807","nonce":1739321062}]},"public_addr":"172.21.15.114:6803/1739321062","cluster_addr":"172.21.15.114:6805/1739321062","heartbeat_back_addr":"172.21.15.114:6809/1739321062","heartbeat_front_addr":"172.21.15.114:6807/1739321062","state":["exists","up"]},{"osd":1,"uuid":"fd7f8c94-7cd8-493e-91a3-25c7ae40057e","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.114:6810","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6811","nonce":2438092566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6812","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6813","nonce":2438092566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6816","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6817","nonce":2438092566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.114:6814","nonce":2438092566},{"type":"v1","addr":"172.21.15.114:6815","nonce":2438092566}]},"public_addr":"172.21.15.114:6811/2438092566","cluster_addr":"172.21.15.114:6813/2438092566","heartbeat_back_addr":"172.21.15.114:6817/2438092566","heartbeat_front_addr":"172.21.15.114:6815/2438092566","state":["exists","up"]},{"osd":2,"uuid":"a91bc7f3-250c-4c56-8ec8-098e2247012e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6801","nonce":6399038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6803","nonce":6399038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6807","nonce":6399038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":6399038},{"type":"v1","addr":"172.21.15.139:6805","nonce":6399038}]},"public_addr":"172.21.15.139:6801/6399038","cluster_addr":"172.21.15.139:6803/6399038","heartbeat_back_addr":"172.21.15.139:6807/6399038","heartbeat_front_addr":"172.21.15.139:6805/6399038","state":["exists","up"]},{"osd":3,"uuid":"f56c9f9d-3204-4963-a6ac-922230d0c4fb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6809","nonce":4210122772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6811","nonce":4210122772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6815","nonce":4210122772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":4210122772},{"type":"v1","addr":"172.21.15.139:6813","nonce":4210122772}]},"public_addr":"172.21.15.139:6809/4210122772","cluster_addr":"172.21.15.139:6811/4210122772","heartbeat_back_addr":"172.21.15.139:6815/4210122772","heartbeat_front_addr":"172.21.15.139:6813/4210122772","state":["exists","up"]},{"osd":4,"uuid":"edba4311-4dd3-4462-bb35-99311679fdd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6816","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6817","nonce":3367497061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6819","nonce":3367497061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6823","nonce":3367497061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":3367497061},{"type":"v1","addr":"172.21.15.139:6821","nonce":3367497061}]},"public_addr":"172.21.15.139:6817/3367497061","cluster_addr":"172.21.15.139:6819/3367497061","heartbeat_back_addr":"172.21.15.139:6823/3367497061","heartbeat_front_addr":"172.21.15.139:6821/3367497061","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-13T11:07:25.764388+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-13T11:07:41.901071+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-13T11:07:57.095501+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-13T11:08:12.882227+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-13T11:08:28.453466+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.114:0/2624268525":"2023-10-14T11:06:34.061875+0000","172.21.15.114:0/1805458728":"2023-10-14T11:06:34.061875+0000","172.21.15.114:6801/3622177299":"2023-10-14T11:06:34.061875+0000","172.21.15.114:0/993607225":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/1170548486":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/1808690469":"2023-10-14T11:06:34.061875+0000","172.21.15.114:6801/1595923795":"2023-10-14T11:06:11.903870+0000","172.21.15.114:6800/1595923795":"2023-10-14T11:06:11.903870+0000","172.21.15.114:0/870259598":"2023-10-14T11:06:11.903870+0000","172.21.15.114:6800/3622177299":"2023-10-14T11:06:34.061875+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-13T11:08:42.870 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-13T11:08:42.871 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-13T11:08:42.872 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-13T11:08:42.872 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-13T11:08:42.873 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-13T11:08:43.154 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:43.178 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:43.197 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:43.634 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:43 smithi114 ceph-mon[106350]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:43.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:43 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/791596464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T11:08:43.784 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:43 smithi139 ceph-mon[113400]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:43 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/791596464' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-13T11:08:45.690 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:45 smithi114 ceph-mon[106350]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:45 smithi139 ceph-mon[113400]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:46.743 INFO:teuthology.orchestra.run.smithi114.stdout:55834574863 2023-10-13T11:08:46.744 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-13T11:08:47.238 INFO:teuthology.orchestra.run.smithi114.stdout:137438953478 2023-10-13T11:08:47.238 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-13T11:08:47.388 INFO:teuthology.orchestra.run.smithi114.stdout:34359738387 2023-10-13T11:08:47.389 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-13T11:08:47.471 INFO:teuthology.orchestra.run.smithi114.stdout:107374182409 2023-10-13T11:08:47.472 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-13T11:08:47.496 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:47 smithi114 ceph-mon[106350]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:47.535 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:47 smithi139 ceph-mon[113400]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:47.958 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:47.996 INFO:teuthology.orchestra.run.smithi114.stdout:77309411341 2023-10-13T11:08:47.996 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-13T11:08:48.159 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:48.901 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:49.642 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:49 smithi114 ceph-mon[106350]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:49.731 INFO:teuthology.orchestra.run.smithi114.stdout:55834574863 2023-10-13T11:08:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:49 smithi139 ceph-mon[113400]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:50.664 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:50 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/285445038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-13T11:08:50.830 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574863 got 55834574863 for osd.1 2023-10-13T11:08:50.831 DEBUG:teuthology.parallel:result is None 2023-10-13T11:08:50.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:50 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/285445038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-13T11:08:51.245 INFO:teuthology.orchestra.run.smithi114.stdout:137438953479 2023-10-13T11:08:51.362 INFO:teuthology.orchestra.run.smithi114.stdout:34359738388 2023-10-13T11:08:51.415 INFO:teuthology.orchestra.run.smithi114.stdout:107374182410 2023-10-13T11:08:51.703 INFO:teuthology.orchestra.run.smithi114.stdout:77309411342 2023-10-13T11:08:51.708 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:51 smithi114 ceph-mon[106350]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:51.709 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:51 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2009378342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-13T11:08:51.709 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:51 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1358183412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-13T11:08:51.709 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:51 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1832705952' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-13T11:08:51.737 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953478 got 137438953479 for osd.4 2023-10-13T11:08:51.738 DEBUG:teuthology.parallel:result is None 2023-10-13T11:08:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:51 smithi139 ceph-mon[113400]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:51.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:51 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2009378342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-13T11:08:51.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:51 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1358183412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-13T11:08:51.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:51 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1832705952' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-13T11:08:51.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738387 got 34359738388 for osd.0 2023-10-13T11:08:51.919 DEBUG:teuthology.parallel:result is None 2023-10-13T11:08:52.264 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182409 got 107374182410 for osd.3 2023-10-13T11:08:52.264 DEBUG:teuthology.parallel:result is None 2023-10-13T11:08:52.272 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411342 for osd.2 2023-10-13T11:08:52.272 DEBUG:teuthology.parallel:result is None 2023-10-13T11:08:52.272 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-13T11:08:52.273 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-13T11:08:52.535 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:52.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:52 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1203152443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-13T11:08:52.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:52 smithi114 ceph-mon[106350]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:52 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1203152443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-13T11:08:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:52 smithi139 ceph-mon[113400]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:53.673 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:53.675 INFO:teuthology.orchestra.run.smithi114.stderr:dumped all 2023-10-13T11:08:54.102 INFO:teuthology.orchestra.run.smithi114.stdout:{"pg_ready":true,"pg_map":{"version":92,"stamp":"2023-10-13T11:08:52.088361+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":138204,"kb_used_data":3096,"kb_used_omap":7,"kb_used_meta":135032,"kb_avail":468587556,"statfs":{"total":479975178240,"available":479833657344,"internally_reserved":0,"allocated":3170304,"data_stored":2287076,"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.002051"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":180,"reported_epoch":32,"state":"active+clean","last_fresh":"2023-10-13T11:08:31.544742+0000","last_change":"2023-10-13T11:08:17.268225+0000","last_active":"2023-10-13T11:08:31.544742+0000","last_peered":"2023-10-13T11:08:31.544742+0000","last_clean":"2023-10-13T11:08:31.544742+0000","last_became_active":"2023-10-13T11:08:17.267852+0000","last_became_peered":"2023-10-13T11:08:17.267852+0000","last_unstale":"2023-10-13T11:08:31.544742+0000","last_undegraded":"2023-10-13T11:08:31.544742+0000","last_fullsized":"2023-10-13T11:08:31.544742+0000","mapping_epoch":28,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":29,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T11:08:00.359605+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T11:08:00.359605+0000","last_clean_scrub_stamp":"2023-10-13T11:08:00.359605+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-14T19:09:51.250944+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":32,"seq":137438953480,"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":272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717860,"statfs":{"total":95995035648,"available":95967088640,"internally_reserved":0,"allocated":278528,"data_stored":103249,"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.44800000000000001}]},{"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.32300000000000001}]},{"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.35699999999999998}]},{"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.46500000000000002}]}]},{"osd":3,"up_from":25,"seq":107374182410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27880,"kb_used_data":852,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717272,"statfs":{"total":95995035648,"available":95966486528,"internally_reserved":0,"allocated":872448,"data_stored":693617,"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.46300000000000002}]},{"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.434}]},{"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.33800000000000002}]},{"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.35699999999999998}]}]},{"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":27868,"kb_used_data":848,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717284,"statfs":{"total":95995035648,"available":95966498816,"internally_reserved":0,"allocated":868352,"data_stored":693344,"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.36199999999999999}]},{"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.377}]},{"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.41299999999999998}]},{"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.31900000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27872,"kb_used_data":852,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717280,"statfs":{"total":95995035648,"available":95966494720,"internally_reserved":0,"allocated":872448,"data_stored":693617,"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":"Fri Oct 13 11:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.377,"5min":0.377,"15min":0.377},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.318,"5min":0.318,"15min":0.318},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"last":0.26600000000000001}]},{"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.55500000000000005}]},{"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.627}]},{"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.60499999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574864,"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":272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717860,"statfs":{"total":95995035648,"available":95967088640,"internally_reserved":0,"allocated":278528,"data_stored":103249,"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":"Fri Oct 13 11:08:44 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.28599999999999998}]},{"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.60799999999999998}]},{"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.626}]},{"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.58899999999999997}]}]}],"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-13T11:08:54.103 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-13T11:08:54.327 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:55.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:55 smithi139 ceph-mon[113400]: from='client.14350 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T11:08:55.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:55 smithi139 ceph-mon[113400]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:55.410 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:55.412 INFO:teuthology.orchestra.run.smithi114.stderr:dumped all 2023-10-13T11:08:55.432 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:55 smithi114 ceph-mon[106350]: from='client.14350 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T11:08:55.432 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:55 smithi114 ceph-mon[106350]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:55.767 INFO:teuthology.orchestra.run.smithi114.stdout:{"pg_ready":true,"pg_map":{"version":93,"stamp":"2023-10-13T11:08:54.088680+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":138204,"kb_used_data":3096,"kb_used_omap":7,"kb_used_meta":135032,"kb_avail":468587556,"statfs":{"total":479975178240,"available":479833657344,"internally_reserved":0,"allocated":3170304,"data_stored":2287076,"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.002041"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":180,"reported_epoch":32,"state":"active+clean","last_fresh":"2023-10-13T11:08:31.544742+0000","last_change":"2023-10-13T11:08:17.268225+0000","last_active":"2023-10-13T11:08:31.544742+0000","last_peered":"2023-10-13T11:08:31.544742+0000","last_clean":"2023-10-13T11:08:31.544742+0000","last_became_active":"2023-10-13T11:08:17.267852+0000","last_became_peered":"2023-10-13T11:08:17.267852+0000","last_unstale":"2023-10-13T11:08:31.544742+0000","last_undegraded":"2023-10-13T11:08:31.544742+0000","last_fullsized":"2023-10-13T11:08:31.544742+0000","mapping_epoch":28,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":29,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-13T11:08:00.359605+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-13T11:08:00.359605+0000","last_clean_scrub_stamp":"2023-10-13T11:08:00.359605+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-14T19:09:51.250944+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":32,"seq":137438953480,"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":272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717860,"statfs":{"total":95995035648,"available":95967088640,"internally_reserved":0,"allocated":278528,"data_stored":103249,"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.44800000000000001}]},{"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.32300000000000001}]},{"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.35699999999999998}]},{"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.46500000000000002}]}]},{"osd":3,"up_from":25,"seq":107374182410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27880,"kb_used_data":852,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717272,"statfs":{"total":95995035648,"available":95966486528,"internally_reserved":0,"allocated":872448,"data_stored":693617,"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.46300000000000002}]},{"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.434}]},{"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.33800000000000002}]},{"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.35699999999999998}]}]},{"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":27868,"kb_used_data":848,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717284,"statfs":{"total":95995035648,"available":95966498816,"internally_reserved":0,"allocated":868352,"data_stored":693344,"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.36199999999999999}]},{"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.377}]},{"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.41299999999999998}]},{"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.31900000000000001}]}]},{"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":27872,"kb_used_data":852,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717280,"statfs":{"total":95995035648,"available":95966494720,"internally_reserved":0,"allocated":872448,"data_stored":693617,"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":"Fri Oct 13 11:08:45 2023","interfaces":[{"interface":"back","average":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.377,"5min":0.377,"15min":0.377},"last":0.23799999999999999},{"interface":"front","average":{"1min":0.318,"5min":0.318,"15min":0.318},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"last":0.214}]},{"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.33300000000000002}]},{"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.38}]},{"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.36799999999999999}]}]},{"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":272,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717860,"statfs":{"total":95995035648,"available":95967088640,"internally_reserved":0,"allocated":278528,"data_stored":103249,"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":"Fri Oct 13 11:08:44 2023","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.22500000000000001}]},{"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.39200000000000002}]},{"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.442}]},{"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.36299999999999999}]}]}],"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-13T11:08:55.768 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-13T11:08:55.769 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-13T11:08:55.769 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-13T11:08:55.769 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-13T11:08:55.989 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:56.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:56 smithi139 ceph-mon[113400]: from='client.14354 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T11:08:56.466 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:56 smithi114 ceph-mon[106350]: from='client.14354 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-13T11:08:57.112 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:08:57.112 INFO:teuthology.orchestra.run.smithi114.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-13T11:08:57.399 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:57 smithi114 ceph-mon[106350]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:57.400 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:57 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2354663199' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-13T11:08:57.475 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-13T11:08:57.476 INFO:tasks.cephadm:Setup complete, yielding 2023-10-13T11:08:57.476 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-13T11:08:57.486 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi114.front.sepia.ceph.com 2023-10-13T11:08:57.486 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-13T11:08:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:57 smithi139 ceph-mon[113400]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:57 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2354663199' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-13T11:08:57.706 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:58.788 INFO:teuthology.orchestra.run.smithi114.stdout:Backend: cephadm 2023-10-13T11:08:58.789 INFO:teuthology.orchestra.run.smithi114.stdout:Available: Yes 2023-10-13T11:08:58.789 INFO:teuthology.orchestra.run.smithi114.stdout:Paused: No 2023-10-13T11:08:59.192 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-13T11:08:59.415 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:08:59.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:08:59 smithi114 ceph-mon[106350]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:08:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:08:59 smithi139 ceph-mon[113400]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:00.583 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-13T11:09:00.583 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.x smithi114 *:9283,8765 running (3m) 81s ago 3m - - 18.0.0-6609-g9725b08f d68377abd09f d0d91014ed6c 2023-10-13T11:09:00.583 INFO:teuthology.orchestra.run.smithi114.stdout:mon.a smithi114 running (3m) 81s ago 3m - 2048M 18.0.0-6609-g9725b08f d68377abd09f b1cef89a29f6 2023-10-13T11:09:00.583 INFO:teuthology.orchestra.run.smithi114.stdout:mon.b smithi139 running (2m) 35s ago 2m 42.7M 2048M 18.0.0-6609-g9725b08f d68377abd09f 13c63169b2a3 2023-10-13T11:09:00.584 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (99s) 81s ago 99s - 8556M 18.0.0-6609-g9725b08f d68377abd09f 8ab6838275d8 2023-10-13T11:09:00.584 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (83s) 81s ago 82s - 8556M 18.0.0-6609-g9725b08f d68377abd09f a60d55609389 2023-10-13T11:09:00.584 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi139 running (67s) 35s ago 67s 45.5M 7069M 18.0.0-6609-g9725b08f d68377abd09f 536a866c163e 2023-10-13T11:09:00.584 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi139 running (52s) 35s ago 51s 34.9M 7069M 18.0.0-6609-g9725b08f d68377abd09f 294dce90a49d 2023-10-13T11:09:00.584 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi139 running (36s) 35s ago 36s 14.7M 7069M 18.0.0-6609-g9725b08f d68377abd09f 6ca417544d3c 2023-10-13T11:09:00.605 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:00 smithi114 ceph-mon[106350]: from='client.14362 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:00.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:00 smithi139 ceph-mon[113400]: from='client.14362 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:00.959 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-13T11:09:01.181 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:01.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:01 smithi114 ceph-mon[106350]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:01 smithi139 ceph-mon[113400]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:02.351 INFO:teuthology.orchestra.run.smithi114.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-13T11:09:02.351 INFO:teuthology.orchestra.run.smithi114.stdout:mgr 1/1 83s ago 115s smithi114=x;count:1 2023-10-13T11:09:02.351 INFO:teuthology.orchestra.run.smithi114.stdout:mon 2/2 83s ago 2m smithi114:172.21.15.114=a;smithi139:172.21.15.139=b;count:2 2023-10-13T11:09:02.351 INFO:teuthology.orchestra.run.smithi114.stdout:osd 5 83s ago - 2023-10-13T11:09:02.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:02 smithi114 ceph-mon[106350]: from='client.14366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:02.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:02 smithi139 ceph-mon[113400]: from='client.14366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:02.733 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-13T11:09:02.954 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:03.338 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:03 smithi114 ceph-mon[106350]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:03.339 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:03 smithi114 ceph-mon[106350]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:03 smithi139 ceph-mon[113400]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:03 smithi139 ceph-mon[113400]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:04.060 INFO:teuthology.orchestra.run.smithi114.stdout:HOST ADDR LABELS STATUS 2023-10-13T11:09:04.060 INFO:teuthology.orchestra.run.smithi114.stdout:smithi114 172.21.15.114 2023-10-13T11:09:04.060 INFO:teuthology.orchestra.run.smithi114.stdout:smithi139 172.21.15.139 2023-10-13T11:09:04.060 INFO:teuthology.orchestra.run.smithi114.stdout:2 hosts in cluster 2023-10-13T11:09:04.441 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-13T11:09:04.661 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:05.421 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:05 smithi114 ceph-mon[106350]: from='client.14374 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:05.421 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:05 smithi114 ceph-mon[106350]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:05 smithi139 ceph-mon[113400]: from='client.14374 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:05 smithi139 ceph-mon[113400]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:05.800 INFO:teuthology.orchestra.run.smithi114.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-13T11:09:05.800 INFO:teuthology.orchestra.run.smithi114.stdout:smithi114 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400WB400BGN 372G No 83s ago Has a FileSystem, LVM detected 2023-10-13T11:09:05.800 INFO:teuthology.orchestra.run.smithi114.stdout:smithi139 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500N6400BGN 372G No 37s ago Has a FileSystem, LVM detected 2023-10-13T11:09:06.174 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd lspools' 2023-10-13T11:09:06.397 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:07.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:07 smithi114 ceph-mon[106350]: from='client.14378 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:07.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:07 smithi114 ceph-mon[106350]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:07.492 INFO:teuthology.orchestra.run.smithi114.stdout:1 .mgr 2023-10-13T11:09:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:07 smithi139 ceph-mon[113400]: from='client.14378 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:07 smithi139 ceph-mon[113400]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:07.874 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool create mypool' 2023-10-13T11:09:08.095 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:08.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:08 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1605125854' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-13T11:09:08.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:08 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1605125854' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-13T11:09:09.490 INFO:teuthology.orchestra.run.smithi114.stderr:pool 'mypool' created 2023-10-13T11:09:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:09 smithi114 ceph-mon[106350]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:09.856 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool application enable mypool rbd' 2023-10-13T11:09:09.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:09 smithi139 ceph-mon[113400]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:10.077 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:10.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:10 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/244282775' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "mypool"}]: dispatch 2023-10-13T11:09:10.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:10 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/244282775' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "mypool"}]': finished 2023-10-13T11:09:10.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:10 smithi114 ceph-mon[106350]: osdmap e34: 5 total, 5 up, 5 in 2023-10-13T11:09:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:10 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/244282775' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "mypool"}]: dispatch 2023-10-13T11:09:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:10 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/244282775' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "mypool"}]': finished 2023-10-13T11:09:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:10 smithi139 ceph-mon[113400]: osdmap e34: 5 total, 5 up, 5 in 2023-10-13T11:09:11.493 INFO:teuthology.orchestra.run.smithi114.stderr:enabled application 'rbd' on pool 'mypool' 2023-10-13T11:09:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:11 smithi114 ceph-mon[106350]: pgmap v102: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:11.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:11 smithi114 ceph-mon[106350]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T11:09:11.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:11 smithi114 ceph-mon[106350]: osdmap e35: 5 total, 5 up, 5 in 2023-10-13T11:09:11.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:11 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3951871407' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]: dispatch 2023-10-13T11:09:11.873 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd lspools' 2023-10-13T11:09:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:11 smithi139 ceph-mon[113400]: pgmap v102: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:11 smithi139 ceph-mon[113400]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-13T11:09:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:11 smithi139 ceph-mon[113400]: osdmap e35: 5 total, 5 up, 5 in 2023-10-13T11:09:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:11 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3951871407' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]: dispatch 2023-10-13T11:09:12.093 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:12.828 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:12 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3951871407' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]': finished 2023-10-13T11:09:12.828 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:12 smithi114 ceph-mon[106350]: osdmap e36: 5 total, 5 up, 5 in 2023-10-13T11:09:12.828 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:12 smithi114 ceph-mon[106350]: pgmap v105: 33 pgs: 25 unknown, 8 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:12 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3951871407' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]': finished 2023-10-13T11:09:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:12 smithi139 ceph-mon[113400]: osdmap e36: 5 total, 5 up, 5 in 2023-10-13T11:09:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:12 smithi139 ceph-mon[113400]: pgmap v105: 33 pgs: 25 unknown, 8 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:13.210 INFO:teuthology.orchestra.run.smithi114.stdout:1 .mgr 2023-10-13T11:09:13.211 INFO:teuthology.orchestra.run.smithi114.stdout:2 mypool 2023-10-13T11:09:13.573 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool ls detail' 2023-10-13T11:09:13.795 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:13 smithi139 ceph-mon[113400]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-13T11:09:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:13 smithi139 ceph-mon[113400]: Cluster is now healthy 2023-10-13T11:09:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:13 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3079403266' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-13T11:09:13.925 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:13 smithi114 ceph-mon[106350]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-13T11:09:13.925 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:13 smithi114 ceph-mon[106350]: Cluster is now healthy 2023-10-13T11:09:13.925 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:13 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3079403266' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-13T11:09:14.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:14 smithi139 ceph-mon[113400]: pgmap v106: 33 pgs: 13 unknown, 20 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:14.902 INFO:teuthology.orchestra.run.smithi114.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 22 flags hashpspool stripe_width 0 pg_num_max 32 pg_num_min 1 application mgr read_balance_score 5.00 2023-10-13T11:09:14.903 INFO:teuthology.orchestra.run.smithi114.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 36 flags hashpspool stripe_width 0 application rbd read_balance_score 1.41 2023-10-13T11:09:14.903 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:09:14.924 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:14 smithi114 ceph-mon[106350]: pgmap v106: 33 pgs: 13 unknown, 20 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:15.282 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config set mgr mgr/cephadm/container_image_nvmeof quay.io/barakda1/nvmeof:0.0.3' 2023-10-13T11:09:15.502 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:15 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/2979417170' entity='client.admin' cmd=[{"prefix": "osd pool ls", "detail": "detail"}]: dispatch 2023-10-13T11:09:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:15 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/2979417170' entity='client.admin' cmd=[{"prefix": "osd pool ls", "detail": "detail"}]: dispatch 2023-10-13T11:09:17.146 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config get mgr mgr/cephadm/container_image_nvmeof' 2023-10-13T11:09:17.376 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:17.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:17 smithi114 ceph-mon[106350]: pgmap v107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:17.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:17 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/358954533' entity='client.admin' 2023-10-13T11:09:17.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:17 smithi139 ceph-mon[113400]: pgmap v107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:17 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/358954533' entity='client.admin' 2023-10-13T11:09:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:18.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:18.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:18.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:18.511 INFO:teuthology.orchestra.run.smithi114.stdout:quay.io/barakda1/nvmeof:0.0.3 2023-10-13T11:09:18.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:18.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:18.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:18.888 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch apply nvmeof mypool --placement="1 $(hostname)"' 2023-10-13T11:09:19.110 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:19 smithi139 ceph-mon[113400]: pgmap v108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:19 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/1338855951' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/container_image_nvmeof"}]: dispatch 2023-10-13T11:09:19.654 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:19 smithi114 ceph-mon[106350]: pgmap v108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:19.654 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:19 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/1338855951' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/container_image_nvmeof"}]: dispatch 2023-10-13T11:09:20.297 INFO:teuthology.orchestra.run.smithi114.stdout:Scheduled nvmeof.mypool update... 2023-10-13T11:09:20.686 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps --refresh' 2023-10-13T11:09:20.929 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:21.351 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: pgmap v109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:21.352 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='client.14410 -' entity='client.admin' cmd=[{"prefix": "orch apply nvmeof", "pool": "mypool", "placement": "1 smithi114", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:21.352 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: Saving service nvmeof.mypool spec with placement smithi114;count:1 2023-10-13T11:09:21.352 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:21.352 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:21.352 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:21.352 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:21.353 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:21.353 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi114.ubfeob", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]: dispatch 2023-10-13T11:09:21.353 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi114.ubfeob", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]': finished 2023-10-13T11:09:21.353 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:21.353 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:21 smithi114 ceph-mon[106350]: Deploying daemon nvmeof.mypool.smithi114.ubfeob on smithi114 2023-10-13T11:09:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: pgmap v109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='client.14410 -' entity='client.admin' cmd=[{"prefix": "orch apply nvmeof", "pool": "mypool", "placement": "1 smithi114", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:21.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: Saving service nvmeof.mypool spec with placement smithi114;count:1 2023-10-13T11:09:21.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:21.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:21.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:21.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:21.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:21.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi114.ubfeob", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]: dispatch 2023-10-13T11:09:21.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi114.ubfeob", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]': finished 2023-10-13T11:09:21.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:21.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:21 smithi139 ceph-mon[113400]: Deploying daemon nvmeof.mypool.smithi114.ubfeob on smithi114 2023-10-13T11:09:22.092 INFO:teuthology.orchestra.run.smithi114.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-13T11:09:22.092 INFO:teuthology.orchestra.run.smithi114.stdout:mgr.x smithi114 *:9283,8765 running (3m) 102s ago 3m - - 18.0.0-6609-g9725b08f d68377abd09f d0d91014ed6c 2023-10-13T11:09:22.092 INFO:teuthology.orchestra.run.smithi114.stdout:mon.a smithi114 running (3m) 102s ago 3m - 2048M 18.0.0-6609-g9725b08f d68377abd09f b1cef89a29f6 2023-10-13T11:09:22.093 INFO:teuthology.orchestra.run.smithi114.stdout:mon.b smithi139 running (2m) 56s ago 2m 42.7M 2048M 18.0.0-6609-g9725b08f d68377abd09f 13c63169b2a3 2023-10-13T11:09:22.093 INFO:teuthology.orchestra.run.smithi114.stdout:osd.0 smithi114 running (2m) 102s ago 2m - 8556M 18.0.0-6609-g9725b08f d68377abd09f 8ab6838275d8 2023-10-13T11:09:22.093 INFO:teuthology.orchestra.run.smithi114.stdout:osd.1 smithi114 running (104s) 102s ago 104s - 8556M 18.0.0-6609-g9725b08f d68377abd09f a60d55609389 2023-10-13T11:09:22.093 INFO:teuthology.orchestra.run.smithi114.stdout:osd.2 smithi139 running (89s) 56s ago 89s 45.5M 7069M 18.0.0-6609-g9725b08f d68377abd09f 536a866c163e 2023-10-13T11:09:22.093 INFO:teuthology.orchestra.run.smithi114.stdout:osd.3 smithi139 running (73s) 56s ago 73s 34.9M 7069M 18.0.0-6609-g9725b08f d68377abd09f 294dce90a49d 2023-10-13T11:09:22.094 INFO:teuthology.orchestra.run.smithi114.stdout:osd.4 smithi139 running (58s) 56s ago 57s 14.7M 7069M 18.0.0-6609-g9725b08f d68377abd09f 6ca417544d3c 2023-10-13T11:09:22.464 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph versions' 2023-10-13T11:09:22.691 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:23.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:23 smithi114 ceph-mon[106350]: from='client.14414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:23.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:23 smithi114 ceph-mon[106350]: pgmap v110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:23 smithi139 ceph-mon[113400]: from='client.14414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:23 smithi139 ceph-mon[113400]: pgmap v110: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:24.095 INFO:teuthology.orchestra.run.smithi114.stdout:{ 2023-10-13T11:09:24.096 INFO:teuthology.orchestra.run.smithi114.stdout: "mon": { 2023-10-13T11:09:24.096 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 2 2023-10-13T11:09:24.096 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-10-13T11:09:24.096 INFO:teuthology.orchestra.run.smithi114.stdout: "mgr": { 2023-10-13T11:09:24.096 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 1 2023-10-13T11:09:24.097 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-10-13T11:09:24.097 INFO:teuthology.orchestra.run.smithi114.stdout: "osd": { 2023-10-13T11:09:24.097 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 5 2023-10-13T11:09:24.097 INFO:teuthology.orchestra.run.smithi114.stdout: }, 2023-10-13T11:09:24.097 INFO:teuthology.orchestra.run.smithi114.stdout: "overall": { 2023-10-13T11:09:24.097 INFO:teuthology.orchestra.run.smithi114.stdout: "ceph version 18.0.0-6609-g9725b08f (9725b08fd801c82987c737f7e6d354878f036ee8) reef (dev)": 8 2023-10-13T11:09:24.098 INFO:teuthology.orchestra.run.smithi114.stdout: } 2023-10-13T11:09:24.098 INFO:teuthology.orchestra.run.smithi114.stdout:} 2023-10-13T11:09:24.464 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:24 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/671672968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-13T11:09:24.465 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph -s' 2023-10-13T11:09:24.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:24 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/671672968' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-13T11:09:24.716 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:25.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:25 smithi114 ceph-mon[106350]: pgmap v111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:25 smithi139 ceph-mon[113400]: pgmap v111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:26.008 INFO:teuthology.orchestra.run.smithi114.stdout: cluster: 2023-10-13T11:09:26.008 INFO:teuthology.orchestra.run.smithi114.stdout: id: 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 2023-10-13T11:09:26.009 INFO:teuthology.orchestra.run.smithi114.stdout: health: HEALTH_OK 2023-10-13T11:09:26.009 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:09:26.009 INFO:teuthology.orchestra.run.smithi114.stdout: services: 2023-10-13T11:09:26.010 INFO:teuthology.orchestra.run.smithi114.stdout: mon: 2 daemons, quorum a,b (age 2m) 2023-10-13T11:09:26.010 INFO:teuthology.orchestra.run.smithi114.stdout: mgr: x(active, since 2m) 2023-10-13T11:09:26.010 INFO:teuthology.orchestra.run.smithi114.stdout: osd: 5 osds: 5 up (since 55s), 5 in (since 70s) 2023-10-13T11:09:26.010 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:09:26.011 INFO:teuthology.orchestra.run.smithi114.stdout: data: 2023-10-13T11:09:26.011 INFO:teuthology.orchestra.run.smithi114.stdout: pools: 2 pools, 33 pgs 2023-10-13T11:09:26.011 INFO:teuthology.orchestra.run.smithi114.stdout: objects: 2 objects, 577 KiB 2023-10-13T11:09:26.011 INFO:teuthology.orchestra.run.smithi114.stdout: usage: 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:26.012 INFO:teuthology.orchestra.run.smithi114.stdout: pgs: 33 active+clean 2023-10-13T11:09:26.012 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:09:26.012 INFO:teuthology.orchestra.run.smithi114.stdout: progress: 2023-10-13T11:09:26.013 INFO:teuthology.orchestra.run.smithi114.stdout: Updating nvmeof.mypool deployment (+1 -> 1) (0s) 2023-10-13T11:09:26.013 INFO:teuthology.orchestra.run.smithi114.stdout: [............................] 2023-10-13T11:09:26.013 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-10-13T11:09:26.381 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-13T11:09:26.625 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:26.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:26 smithi139 ceph-mon[113400]: from='client.? 172.21.15.114:0/3828722410' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T11:09:26.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:26 smithi114 ceph-mon[106350]: from='client.? 172.21.15.114:0/3828722410' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-13T11:09:27.425 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:27 smithi114 ceph-mon[106350]: pgmap v112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:27 smithi139 ceph-mon[113400]: pgmap v112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:27.838 INFO:teuthology.orchestra.run.smithi114.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-13T11:09:27.839 INFO:teuthology.orchestra.run.smithi114.stdout:mgr 1/1 108s ago 2m smithi114=x;count:1 2023-10-13T11:09:27.839 INFO:teuthology.orchestra.run.smithi114.stdout:mon 2/2 108s ago 2m smithi114:172.21.15.114=a;smithi139:172.21.15.139=b;count:2 2023-10-13T11:09:27.839 INFO:teuthology.orchestra.run.smithi114.stdout:nvmeof.mypool ?:4420,5500,8009 0/1 - 7s smithi114;count:1 2023-10-13T11:09:27.839 INFO:teuthology.orchestra.run.smithi114.stdout:osd 5 108s ago - 2023-10-13T11:09:28.222 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'rbd create mypool/myimage --size 8Gi' 2023-10-13T11:09:28.449 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:29 smithi139 ceph-mon[113400]: from='client.14426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:29 smithi139 ceph-mon[113400]: pgmap v113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:29 smithi114 ceph-mon[106350]: from='client.14426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-13T11:09:29.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:29 smithi114 ceph-mon[106350]: pgmap v113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:31 smithi139 ceph-mon[113400]: pgmap v114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:31 smithi114 ceph-mon[106350]: pgmap v114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:33 smithi139 ceph-mon[113400]: pgmap v115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:33.702 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:33 smithi114 ceph-mon[106350]: pgmap v115: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:34.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:34.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:34.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:34.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: Checking pool "mypool" exists for service nvmeof.mypool 2023-10-13T11:09:34.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:34.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:34.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 0]}]: dispatch 2023-10-13T11:09:34.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 0]}]: dispatch 2023-10-13T11:09:34.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: pgmap v116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:34.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:34.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 0]}]': finished 2023-10-13T11:09:34.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 0]}]': finished 2023-10-13T11:09:34.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: osdmap e37: 5 total, 5 up, 5 in 2023-10-13T11:09:34.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:34.970 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:34 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: Checking pool "mypool" exists for service nvmeof.mypool 2023-10-13T11:09:35.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:35.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 0]}]: dispatch 2023-10-13T11:09:35.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 0]}]: dispatch 2023-10-13T11:09:35.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: pgmap v116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:35.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [1, 0]}]': finished 2023-10-13T11:09:35.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [1, 0]}]': finished 2023-10-13T11:09:35.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: osdmap e37: 5 total, 5 up, 5 in 2023-10-13T11:09:35.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.150 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:34 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:35.746 DEBUG:teuthology.orchestra.run.smithi114:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9725b08fd801c82987c737f7e6d354878f036ee8 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5f63f0bc-69b8-11ee-8db6-212e2dc638e7 -- bash -c 'rbd ls mypool' 2023-10-13T11:09:35.984 INFO:teuthology.orchestra.run.smithi114.stderr:Inferring config /var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-13T11:09:36.106 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:36.106 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:36.106 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:36.107 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:36.107 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:36.107 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:36.107 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:35 smithi114 ceph-mon[106350]: osdmap e38: 5 total, 5 up, 5 in 2023-10-13T11:09:36.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:36.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:36.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:36.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:36.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:36.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:09:36.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:35 smithi139 ceph-mon[113400]: osdmap e38: 5 total, 5 up, 5 in 2023-10-13T11:09:36.848 INFO:teuthology.orchestra.run.smithi114.stdout:myimage 2023-10-13T11:09:37.127 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: mgrmap e15: x(active, since 3m) 2023-10-13T11:09:37.128 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: pgmap v119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:37.128 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:37.128 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:37.128 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:37.129 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:37.129 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:36 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:37.195 INFO:teuthology.run_tasks:Running task cephadm.nvmeof_context... 2023-10-13T11:09:37.204 INFO:tasks.cephadm:ip_address: 172.21.15.114 2023-10-13T11:09:37.204 DEBUG:teuthology.orchestra.run.smithi114:> systemctl list-units | grep nvmeof.mypool | awk '{print $1}' | xargs echo | cut -d '@' -f2- | sed 's/.\{8\}$//' 2023-10-13T11:09:37.229 INFO:teuthology.orchestra.run.smithi114.stdout:nvmeof.mypool.smithi114.ubfeob 2023-10-13T11:09:37.230 INFO:tasks.cephadm:gateway_addr: nvmeof.mypool.smithi114.ubfeob 2023-10-13T11:09:37.230 INFO:tasks.cephadm:gateway_addr2: ['nvmeof.mypool.smithi114.ubfeob'] 2023-10-13T11:09:37.230 INFO:tasks.cephadm:conf_data: [config] ip_address = 172.21.15.114 gateway_addr = ['nvmeof.mypool.smithi114.ubfeob'] 2023-10-13T11:09:37.231 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2023-10-13T11:09:37.231 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/nvmeof.cfg 2023-10-13T11:09:37.279 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-13T11:09:37.310 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: mgrmap e15: x(active, since 3m) 2023-10-13T11:09:37.310 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: pgmap v119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2023-10-13T11:09:37.310 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:37.310 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:37.310 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:09:37.311 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:09:37.311 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:36 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:09:39.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:39 smithi114 ceph-mon[106350]: pgmap v120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s 2023-10-13T11:09:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:39 smithi139 ceph-mon[113400]: pgmap v120: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s 2023-10-13T11:09:41.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:41 smithi114 ceph-mon[106350]: pgmap v121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 511 B/s rd, 895 B/s wr, 1 op/s 2023-10-13T11:09:41.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:41 smithi139 ceph-mon[113400]: pgmap v121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 511 B/s rd, 895 B/s wr, 1 op/s 2023-10-13T11:09:42.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:42 smithi139 ceph-mon[113400]: osdmap e39: 5 total, 5 up, 5 in 2023-10-13T11:09:42.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:42 smithi114 ceph-mon[106350]: osdmap e39: 5 total, 5 up, 5 in 2023-10-13T11:09:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:43 smithi139 ceph-mon[113400]: pgmap v123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 658 B/s rd, 922 B/s wr, 2 op/s 2023-10-13T11:09:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:43 smithi114 ceph-mon[106350]: pgmap v123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 658 B/s rd, 922 B/s wr, 2 op/s 2023-10-13T11:09:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:45 smithi139 ceph-mon[113400]: pgmap v124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 700 B/s rd, 817 B/s wr, 1 op/s 2023-10-13T11:09:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:45 smithi114 ceph-mon[106350]: pgmap v124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 700 B/s rd, 817 B/s wr, 1 op/s 2023-10-13T11:09:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:47 smithi139 ceph-mon[113400]: pgmap v125: 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-13T11:09:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:47 smithi114 ceph-mon[106350]: pgmap v125: 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-13T11:09:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:49 smithi139 ceph-mon[113400]: pgmap v126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 409 B/s rd, 409 B/s wr, 0 op/s 2023-10-13T11:09:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:49 smithi114 ceph-mon[106350]: pgmap v126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 409 B/s rd, 409 B/s wr, 0 op/s 2023-10-13T11:09:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:51 smithi139 ceph-mon[113400]: pgmap v127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 307 B/s rd, 0 op/s 2023-10-13T11:09:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:51 smithi114 ceph-mon[106350]: pgmap v127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 307 B/s rd, 0 op/s 2023-10-13T11:09:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:53 smithi139 ceph-mon[113400]: pgmap v128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 283 B/s rd, 0 op/s 2023-10-13T11:09:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:53 smithi114 ceph-mon[106350]: pgmap v128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 283 B/s rd, 0 op/s 2023-10-13T11:09:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:55 smithi139 ceph-mon[113400]: pgmap v129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:09:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:55 smithi114 ceph-mon[106350]: pgmap v129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:09:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:57 smithi139 ceph-mon[113400]: pgmap v130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:09:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:57 smithi114 ceph-mon[106350]: pgmap v130: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:09:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:09:59 smithi139 ceph-mon[113400]: pgmap v131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:09:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:09:59 smithi114 ceph-mon[106350]: pgmap v131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:00.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T11:10:00.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T11:10:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:01 smithi139 ceph-mon[113400]: pgmap v132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:01 smithi114 ceph-mon[106350]: pgmap v132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:03 smithi139 ceph-mon[113400]: pgmap v133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:03 smithi114 ceph-mon[106350]: pgmap v133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:05 smithi139 ceph-mon[113400]: pgmap v134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:05.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:05 smithi114 ceph-mon[106350]: pgmap v134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:07 smithi139 ceph-mon[113400]: pgmap v135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:07 smithi114 ceph-mon[106350]: pgmap v135: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:09 smithi139 ceph-mon[113400]: pgmap v136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:09 smithi114 ceph-mon[106350]: pgmap v136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:11 smithi139 ceph-mon[113400]: pgmap v137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:11 smithi114 ceph-mon[106350]: pgmap v137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:13 smithi139 ceph-mon[113400]: 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-13T11:10:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:13 smithi114 ceph-mon[106350]: 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-13T11:10:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:15 smithi139 ceph-mon[113400]: 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-13T11:10:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:15 smithi114 ceph-mon[106350]: 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-13T11:10:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:17 smithi139 ceph-mon[113400]: 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-13T11:10:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:17 smithi114 ceph-mon[106350]: 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-13T11:10:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:19 smithi139 ceph-mon[113400]: pgmap v141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:19 smithi114 ceph-mon[106350]: pgmap v141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:21 smithi139 ceph-mon[113400]: pgmap v142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:21 smithi114 ceph-mon[106350]: pgmap v142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:23 smithi139 ceph-mon[113400]: 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-13T11:10:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:23 smithi114 ceph-mon[106350]: 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-13T11:10:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:25 smithi139 ceph-mon[113400]: 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-13T11:10:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:25 smithi114 ceph-mon[106350]: 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-13T11:10:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:27 smithi139 ceph-mon[113400]: 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-13T11:10:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:27 smithi114 ceph-mon[106350]: 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-13T11:10:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:29 smithi139 ceph-mon[113400]: pgmap v146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:29 smithi114 ceph-mon[106350]: pgmap v146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:31 smithi139 ceph-mon[113400]: pgmap v147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:31 smithi114 ceph-mon[106350]: pgmap v147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:33 smithi139 ceph-mon[113400]: 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-13T11:10:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:33 smithi114 ceph-mon[106350]: 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-13T11:10:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:35 smithi139 ceph-mon[113400]: 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-13T11:10:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:35 smithi114 ceph-mon[106350]: 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-13T11:10:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:37 smithi139 ceph-mon[113400]: 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-13T11:10:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:37 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:10:37.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:37 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:10:37.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:37 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:10:37.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:37 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:10:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:37 smithi114 ceph-mon[106350]: 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-13T11:10:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:37 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:10:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:37 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:10:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:37 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:10:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:37 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:10:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:39 smithi139 ceph-mon[113400]: pgmap v151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:39 smithi114 ceph-mon[106350]: pgmap v151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:41.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:41 smithi139 ceph-mon[113400]: pgmap v152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:41 smithi114 ceph-mon[106350]: pgmap v152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:43 smithi139 ceph-mon[113400]: 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-13T11:10:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:43 smithi114 ceph-mon[106350]: 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-13T11:10:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:45 smithi139 ceph-mon[113400]: 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-13T11:10:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:45 smithi114 ceph-mon[106350]: 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-13T11:10:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:47 smithi139 ceph-mon[113400]: 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-13T11:10:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:47 smithi114 ceph-mon[106350]: 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-13T11:10:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:49 smithi139 ceph-mon[113400]: pgmap v156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:49 smithi114 ceph-mon[106350]: pgmap v156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:51 smithi139 ceph-mon[113400]: pgmap v157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:51 smithi114 ceph-mon[106350]: pgmap v157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:10:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:53 smithi139 ceph-mon[113400]: 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-13T11:10:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:53 smithi114 ceph-mon[106350]: 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-13T11:10:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:55 smithi139 ceph-mon[113400]: 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-13T11:10:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:55 smithi114 ceph-mon[106350]: 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-13T11:10:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:57 smithi139 ceph-mon[113400]: 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-13T11:10:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:57 smithi114 ceph-mon[106350]: 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-13T11:10:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:10:59 smithi139 ceph-mon[113400]: pgmap v161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:10:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:10:59 smithi114 ceph-mon[106350]: pgmap v161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:01 smithi139 ceph-mon[113400]: pgmap v162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:01 smithi114 ceph-mon[106350]: pgmap v162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:03 smithi139 ceph-mon[113400]: 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-13T11:11:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:03 smithi114 ceph-mon[106350]: 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-13T11:11:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:05 smithi139 ceph-mon[113400]: 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-13T11:11:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:05 smithi114 ceph-mon[106350]: 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-13T11:11:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:07 smithi139 ceph-mon[113400]: 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-13T11:11:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:07 smithi114 ceph-mon[106350]: 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-13T11:11:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:09 smithi139 ceph-mon[113400]: pgmap v166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:09 smithi114 ceph-mon[106350]: pgmap v166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:11 smithi139 ceph-mon[113400]: pgmap v167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:11 smithi114 ceph-mon[106350]: pgmap v167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:13 smithi139 ceph-mon[113400]: 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-13T11:11:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:13 smithi114 ceph-mon[106350]: 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-13T11:11:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:15 smithi139 ceph-mon[113400]: 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-13T11:11:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:15 smithi114 ceph-mon[106350]: 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-13T11:11:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:17 smithi139 ceph-mon[113400]: 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-13T11:11:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:17 smithi114 ceph-mon[106350]: 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-13T11:11:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:19 smithi139 ceph-mon[113400]: pgmap v171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:19 smithi114 ceph-mon[106350]: pgmap v171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:21 smithi139 ceph-mon[113400]: pgmap v172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:21 smithi114 ceph-mon[106350]: pgmap v172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:23 smithi139 ceph-mon[113400]: 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-13T11:11:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:23 smithi114 ceph-mon[106350]: 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-13T11:11:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:25 smithi139 ceph-mon[113400]: 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-13T11:11:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:25 smithi114 ceph-mon[106350]: 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-13T11:11:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:27 smithi139 ceph-mon[113400]: 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-13T11:11:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:27 smithi114 ceph-mon[106350]: 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-13T11:11:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:29 smithi139 ceph-mon[113400]: pgmap v176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:29 smithi114 ceph-mon[106350]: pgmap v176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:31 smithi114 ceph-mon[106350]: pgmap v177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:31 smithi139 ceph-mon[113400]: pgmap v177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:33 smithi114 ceph-mon[106350]: 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-13T11:11:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:33 smithi139 ceph-mon[113400]: 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-13T11:11:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:35 smithi114 ceph-mon[106350]: 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-13T11:11:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:35 smithi139 ceph-mon[113400]: 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-13T11:11:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:37 smithi114 ceph-mon[106350]: 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-13T11:11:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:37 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:11:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:37 smithi139 ceph-mon[113400]: 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-13T11:11:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:37 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:11:38.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:11:38.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:11:38.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:11:38.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:11:38.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:11:38.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:11:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:39 smithi114 ceph-mon[106350]: pgmap v181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:39 smithi139 ceph-mon[113400]: pgmap v181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:41 smithi114 ceph-mon[106350]: pgmap v182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:41 smithi139 ceph-mon[113400]: pgmap v182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:43 smithi114 ceph-mon[106350]: 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-13T11:11:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:43 smithi139 ceph-mon[113400]: 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-13T11:11:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:45 smithi114 ceph-mon[106350]: 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-13T11:11:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:45 smithi139 ceph-mon[113400]: 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-13T11:11:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:47 smithi114 ceph-mon[106350]: 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-13T11:11:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:47 smithi139 ceph-mon[113400]: 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-13T11:11:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:49 smithi114 ceph-mon[106350]: pgmap v186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:49 smithi139 ceph-mon[113400]: pgmap v186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:51 smithi114 ceph-mon[106350]: pgmap v187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:51 smithi139 ceph-mon[113400]: pgmap v187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:11:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:53 smithi114 ceph-mon[106350]: 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-13T11:11:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:53 smithi139 ceph-mon[113400]: 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-13T11:11:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:55 smithi114 ceph-mon[106350]: 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-13T11:11:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:55 smithi139 ceph-mon[113400]: 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-13T11:11:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:57 smithi114 ceph-mon[106350]: 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-13T11:11:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:57 smithi139 ceph-mon[113400]: 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-13T11:11:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:11:59 smithi114 ceph-mon[106350]: pgmap v191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:11:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:11:59 smithi139 ceph-mon[113400]: pgmap v191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:01 smithi114 ceph-mon[106350]: pgmap v192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:01 smithi139 ceph-mon[113400]: pgmap v192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:03 smithi114 ceph-mon[106350]: 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-13T11:12:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:03 smithi139 ceph-mon[113400]: 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-13T11:12:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:05 smithi114 ceph-mon[106350]: 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-13T11:12:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:05 smithi139 ceph-mon[113400]: 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-13T11:12:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:07 smithi114 ceph-mon[106350]: 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-13T11:12:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:07 smithi139 ceph-mon[113400]: 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-13T11:12:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:09 smithi114 ceph-mon[106350]: pgmap v196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:09 smithi139 ceph-mon[113400]: pgmap v196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:11 smithi114 ceph-mon[106350]: pgmap v197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:11 smithi139 ceph-mon[113400]: pgmap v197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:13 smithi114 ceph-mon[106350]: 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-13T11:12:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:13 smithi139 ceph-mon[113400]: 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-13T11:12:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:15 smithi114 ceph-mon[106350]: 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-13T11:12:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:15 smithi139 ceph-mon[113400]: 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-13T11:12:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:17 smithi114 ceph-mon[106350]: 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-13T11:12:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:17 smithi139 ceph-mon[113400]: 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-13T11:12:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:19 smithi114 ceph-mon[106350]: pgmap v201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:19 smithi139 ceph-mon[113400]: pgmap v201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:21.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:21 smithi114 ceph-mon[106350]: pgmap v202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:21 smithi139 ceph-mon[113400]: pgmap v202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:23.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:23 smithi114 ceph-mon[106350]: 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-13T11:12:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:23 smithi139 ceph-mon[113400]: 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-13T11:12:25.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:25 smithi114 ceph-mon[106350]: 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-13T11:12:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:25 smithi139 ceph-mon[113400]: 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-13T11:12:27.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:27 smithi114 ceph-mon[106350]: 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-13T11:12:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:27 smithi139 ceph-mon[113400]: 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-13T11:12:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:29 smithi139 ceph-mon[113400]: pgmap v206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:29 smithi114 ceph-mon[106350]: pgmap v206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:31 smithi139 ceph-mon[113400]: pgmap v207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:31 smithi114 ceph-mon[106350]: pgmap v207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:33 smithi139 ceph-mon[113400]: 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-13T11:12:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:33 smithi114 ceph-mon[106350]: 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-13T11:12:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:35 smithi139 ceph-mon[113400]: 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-13T11:12:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:35 smithi114 ceph-mon[106350]: 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-13T11:12:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:37 smithi139 ceph-mon[113400]: 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-13T11:12:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:37 smithi114 ceph-mon[106350]: 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-13T11:12:38.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:38 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:12:38.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:38 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:12:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:39 smithi139 ceph-mon[113400]: pgmap v211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:12:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:12:39.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:12:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:39 smithi114 ceph-mon[106350]: pgmap v211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:12:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:12:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:12:41.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:41 smithi139 ceph-mon[113400]: pgmap v212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:41 smithi114 ceph-mon[106350]: pgmap v212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:43 smithi139 ceph-mon[113400]: 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-13T11:12:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:43 smithi114 ceph-mon[106350]: 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-13T11:12:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:45 smithi139 ceph-mon[113400]: 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-13T11:12:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:45 smithi114 ceph-mon[106350]: 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-13T11:12:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:47 smithi139 ceph-mon[113400]: 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-13T11:12:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:47 smithi114 ceph-mon[106350]: 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-13T11:12:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:49 smithi139 ceph-mon[113400]: pgmap v216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:49 smithi114 ceph-mon[106350]: pgmap v216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:51 smithi139 ceph-mon[113400]: pgmap v217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:51 smithi114 ceph-mon[106350]: pgmap v217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:12:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:53 smithi139 ceph-mon[113400]: 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-13T11:12:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:53 smithi114 ceph-mon[106350]: 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-13T11:12:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:55 smithi139 ceph-mon[113400]: 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-13T11:12:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:55 smithi114 ceph-mon[106350]: 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-13T11:12:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:57 smithi139 ceph-mon[113400]: 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-13T11:12:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:57 smithi114 ceph-mon[106350]: 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-13T11:12:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:12:59 smithi139 ceph-mon[113400]: pgmap v221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:12:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:12:59 smithi114 ceph-mon[106350]: pgmap v221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:01 smithi139 ceph-mon[113400]: pgmap v222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:01 smithi114 ceph-mon[106350]: pgmap v222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:03 smithi139 ceph-mon[113400]: 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-13T11:13:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:03 smithi114 ceph-mon[106350]: 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-13T11:13:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:05 smithi139 ceph-mon[113400]: 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-13T11:13:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:05 smithi114 ceph-mon[106350]: 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-13T11:13:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:07 smithi139 ceph-mon[113400]: 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-13T11:13:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:07 smithi114 ceph-mon[106350]: 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-13T11:13:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:09 smithi139 ceph-mon[113400]: pgmap v226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:09 smithi114 ceph-mon[106350]: pgmap v226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:11 smithi139 ceph-mon[113400]: pgmap v227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:11 smithi114 ceph-mon[106350]: pgmap v227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:13 smithi139 ceph-mon[113400]: 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-13T11:13:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:13 smithi114 ceph-mon[106350]: 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-13T11:13:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:15 smithi139 ceph-mon[113400]: 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-13T11:13:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:15 smithi114 ceph-mon[106350]: 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-13T11:13:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:17 smithi139 ceph-mon[113400]: 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-13T11:13:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:17 smithi114 ceph-mon[106350]: 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-13T11:13:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:19 smithi139 ceph-mon[113400]: pgmap v231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:19 smithi114 ceph-mon[106350]: pgmap v231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:21 smithi139 ceph-mon[113400]: pgmap v232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:21 smithi114 ceph-mon[106350]: pgmap v232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:23 smithi139 ceph-mon[113400]: 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-13T11:13:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:23 smithi114 ceph-mon[106350]: 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-13T11:13:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:25 smithi139 ceph-mon[113400]: 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-13T11:13:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:25 smithi114 ceph-mon[106350]: 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-13T11:13:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:27 smithi139 ceph-mon[113400]: 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-13T11:13:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:27 smithi114 ceph-mon[106350]: 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-13T11:13:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:29 smithi139 ceph-mon[113400]: pgmap v236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:29 smithi114 ceph-mon[106350]: pgmap v236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:31 smithi139 ceph-mon[113400]: pgmap v237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:31 smithi114 ceph-mon[106350]: pgmap v237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:33 smithi139 ceph-mon[113400]: 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-13T11:13:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:33 smithi114 ceph-mon[106350]: 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-13T11:13:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:35 smithi139 ceph-mon[113400]: 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-13T11:13:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:35 smithi114 ceph-mon[106350]: 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-13T11:13:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:37 smithi139 ceph-mon[113400]: 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-13T11:13:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:37 smithi114 ceph-mon[106350]: 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-13T11:13:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:39 smithi139 ceph-mon[113400]: pgmap v241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:13:39.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:13:39.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:13:39.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:13:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:39 smithi114 ceph-mon[106350]: pgmap v241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:13:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:13:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:13:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:13:41.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:41 smithi139 ceph-mon[113400]: pgmap v242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:41 smithi114 ceph-mon[106350]: pgmap v242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:43 smithi139 ceph-mon[113400]: 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-13T11:13:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:43 smithi114 ceph-mon[106350]: 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-13T11:13:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:45 smithi139 ceph-mon[113400]: 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-13T11:13:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:45 smithi114 ceph-mon[106350]: 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-13T11:13:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:47 smithi139 ceph-mon[113400]: 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-13T11:13:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:47 smithi114 ceph-mon[106350]: 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-13T11:13:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:49 smithi139 ceph-mon[113400]: pgmap v246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:49 smithi114 ceph-mon[106350]: pgmap v246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:51 smithi139 ceph-mon[113400]: pgmap v247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:51 smithi114 ceph-mon[106350]: pgmap v247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:13:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:53 smithi139 ceph-mon[113400]: 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-13T11:13:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:53 smithi114 ceph-mon[106350]: 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-13T11:13:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:55 smithi139 ceph-mon[113400]: 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-13T11:13:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:55 smithi114 ceph-mon[106350]: 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-13T11:13:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:57 smithi114 ceph-mon[106350]: 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-13T11:13:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:57 smithi139 ceph-mon[113400]: 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-13T11:13:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:13:59 smithi114 ceph-mon[106350]: pgmap v251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:13:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:13:59 smithi139 ceph-mon[113400]: pgmap v251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:01 smithi114 ceph-mon[106350]: pgmap v252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:01 smithi139 ceph-mon[113400]: pgmap v252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:03 smithi114 ceph-mon[106350]: 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-13T11:14:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:03 smithi139 ceph-mon[113400]: 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-13T11:14:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:05 smithi114 ceph-mon[106350]: 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-13T11:14:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:05 smithi139 ceph-mon[113400]: 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-13T11:14:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:07 smithi114 ceph-mon[106350]: 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-13T11:14:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:07 smithi139 ceph-mon[113400]: 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-13T11:14:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:09 smithi114 ceph-mon[106350]: pgmap v256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:09 smithi139 ceph-mon[113400]: pgmap v256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:11 smithi114 ceph-mon[106350]: pgmap v257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:11 smithi139 ceph-mon[113400]: pgmap v257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:13 smithi114 ceph-mon[106350]: 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-13T11:14:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:13 smithi139 ceph-mon[113400]: 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-13T11:14:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:15 smithi114 ceph-mon[106350]: 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-13T11:14:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:15 smithi139 ceph-mon[113400]: 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-13T11:14:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:17 smithi114 ceph-mon[106350]: 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-13T11:14:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:17 smithi139 ceph-mon[113400]: 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-13T11:14:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:19 smithi114 ceph-mon[106350]: pgmap v261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:19 smithi139 ceph-mon[113400]: pgmap v261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:21 smithi114 ceph-mon[106350]: pgmap v262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:21 smithi139 ceph-mon[113400]: pgmap v262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:23 smithi114 ceph-mon[106350]: 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-13T11:14:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:23 smithi139 ceph-mon[113400]: 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-13T11:14:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:25 smithi114 ceph-mon[106350]: 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-13T11:14:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:25 smithi139 ceph-mon[113400]: 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-13T11:14:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:27 smithi114 ceph-mon[106350]: 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-13T11:14:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:27 smithi139 ceph-mon[113400]: 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-13T11:14:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:29 smithi114 ceph-mon[106350]: pgmap v266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:29 smithi139 ceph-mon[113400]: pgmap v266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:31 smithi114 ceph-mon[106350]: pgmap v267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:31 smithi139 ceph-mon[113400]: pgmap v267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:33 smithi114 ceph-mon[106350]: 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-13T11:14:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:33 smithi139 ceph-mon[113400]: 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-13T11:14:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:35 smithi114 ceph-mon[106350]: 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-13T11:14:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:35 smithi139 ceph-mon[113400]: 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-13T11:14:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:37 smithi114 ceph-mon[106350]: 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-13T11:14:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:37 smithi139 ceph-mon[113400]: 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-13T11:14:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:39 smithi114 ceph-mon[106350]: pgmap v271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:14:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:14:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:14:39.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:39 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:14:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:39 smithi139 ceph-mon[113400]: pgmap v271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:14:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:14:39.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:14:39.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:39 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:14:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:41 smithi114 ceph-mon[106350]: pgmap v272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:41 smithi139 ceph-mon[113400]: pgmap v272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:43 smithi114 ceph-mon[106350]: 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-13T11:14:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:43 smithi139 ceph-mon[113400]: 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-13T11:14:45.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:45 smithi114 ceph-mon[106350]: 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-13T11:14:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:45 smithi139 ceph-mon[113400]: 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-13T11:14:47.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:47 smithi114 ceph-mon[106350]: 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-13T11:14:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:47 smithi139 ceph-mon[113400]: 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-13T11:14:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:49 smithi114 ceph-mon[106350]: pgmap v276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:49 smithi139 ceph-mon[113400]: pgmap v276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:51 smithi139 ceph-mon[113400]: pgmap v277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:51 smithi114 ceph-mon[106350]: pgmap v277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:14:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:53 smithi139 ceph-mon[113400]: 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-13T11:14:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:53 smithi114 ceph-mon[106350]: 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-13T11:14:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:55 smithi139 ceph-mon[113400]: 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-13T11:14:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:55 smithi114 ceph-mon[106350]: 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-13T11:14:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:57 smithi139 ceph-mon[113400]: 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-13T11:14:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:57 smithi114 ceph-mon[106350]: 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-13T11:14:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:14:59 smithi139 ceph-mon[113400]: pgmap v281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:14:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:14:59 smithi114 ceph-mon[106350]: pgmap v281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:01 smithi139 ceph-mon[113400]: pgmap v282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:01 smithi114 ceph-mon[106350]: pgmap v282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:03 smithi139 ceph-mon[113400]: 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-13T11:15:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:03 smithi114 ceph-mon[106350]: 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-13T11:15:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:05 smithi139 ceph-mon[113400]: 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-13T11:15:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:05 smithi114 ceph-mon[106350]: 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-13T11:15:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:07 smithi139 ceph-mon[113400]: 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-13T11:15:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:07 smithi114 ceph-mon[106350]: 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-13T11:15:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:09 smithi139 ceph-mon[113400]: pgmap v286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:09 smithi114 ceph-mon[106350]: pgmap v286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:11 smithi139 ceph-mon[113400]: pgmap v287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:11 smithi114 ceph-mon[106350]: pgmap v287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:12 smithi139 ceph-mon[113400]: 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-13T11:15:12.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:12 smithi114 ceph-mon[106350]: 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-13T11:15:15.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:15 smithi114 ceph-mon[106350]: 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-13T11:15:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:15 smithi139 ceph-mon[113400]: 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-13T11:15:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:17 smithi139 ceph-mon[113400]: 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-13T11:15:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:17 smithi114 ceph-mon[106350]: 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-13T11:15:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:19 smithi139 ceph-mon[113400]: pgmap v291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:19 smithi114 ceph-mon[106350]: pgmap v291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:21 smithi139 ceph-mon[113400]: pgmap v292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:21 smithi114 ceph-mon[106350]: pgmap v292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:23 smithi139 ceph-mon[113400]: 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-13T11:15:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:23 smithi114 ceph-mon[106350]: 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-13T11:15:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:25 smithi139 ceph-mon[113400]: 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-13T11:15:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:25 smithi114 ceph-mon[106350]: 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-13T11:15:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:27 smithi139 ceph-mon[113400]: 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-13T11:15:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:27 smithi114 ceph-mon[106350]: 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-13T11:15:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:29 smithi139 ceph-mon[113400]: pgmap v296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:29 smithi114 ceph-mon[106350]: pgmap v296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:31 smithi139 ceph-mon[113400]: pgmap v297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:31 smithi114 ceph-mon[106350]: pgmap v297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:33 smithi139 ceph-mon[113400]: 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-13T11:15:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:33 smithi114 ceph-mon[106350]: 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-13T11:15:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:35 smithi139 ceph-mon[113400]: 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-13T11:15:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:35 smithi114 ceph-mon[106350]: 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-13T11:15:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:37 smithi139 ceph-mon[113400]: 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-13T11:15:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:37 smithi114 ceph-mon[106350]: 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-13T11:15:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:39 smithi139 ceph-mon[113400]: pgmap v301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:39 smithi114 ceph-mon[106350]: pgmap v301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:40.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:15:40.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:15:40.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:15:40.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:15:40.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:15:40.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:15:40.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:15:40.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:15:41.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:41 smithi139 ceph-mon[113400]: pgmap v302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:41 smithi114 ceph-mon[106350]: pgmap v302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:43 smithi139 ceph-mon[113400]: 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-13T11:15:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:43 smithi114 ceph-mon[106350]: 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-13T11:15:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:45 smithi139 ceph-mon[113400]: 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-13T11:15:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:45 smithi114 ceph-mon[106350]: 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-13T11:15:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:47 smithi139 ceph-mon[113400]: 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-13T11:15:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:47 smithi114 ceph-mon[106350]: 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-13T11:15:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:49 smithi139 ceph-mon[113400]: pgmap v306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:49 smithi114 ceph-mon[106350]: pgmap v306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:51 smithi139 ceph-mon[113400]: pgmap v307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:51 smithi114 ceph-mon[106350]: pgmap v307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:15:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:53 smithi139 ceph-mon[113400]: 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-13T11:15:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:53 smithi114 ceph-mon[106350]: 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-13T11:15:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:55 smithi139 ceph-mon[113400]: 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-13T11:15:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:55 smithi114 ceph-mon[106350]: 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-13T11:15:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:57 smithi139 ceph-mon[113400]: 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-13T11:15:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:57 smithi114 ceph-mon[106350]: 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-13T11:15:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:15:59 smithi139 ceph-mon[113400]: pgmap v311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:15:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:15:59 smithi114 ceph-mon[106350]: pgmap v311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:01 smithi139 ceph-mon[113400]: pgmap v312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:01 smithi114 ceph-mon[106350]: pgmap v312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:03 smithi139 ceph-mon[113400]: 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-13T11:16:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:03 smithi114 ceph-mon[106350]: 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-13T11:16:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:05 smithi139 ceph-mon[113400]: 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-13T11:16:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:05 smithi114 ceph-mon[106350]: 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-13T11:16:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:07 smithi139 ceph-mon[113400]: 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-13T11:16:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:07 smithi114 ceph-mon[106350]: 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-13T11:16:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:09 smithi139 ceph-mon[113400]: pgmap v316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:09 smithi114 ceph-mon[106350]: pgmap v316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:11 smithi139 ceph-mon[113400]: pgmap v317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:11 smithi114 ceph-mon[106350]: pgmap v317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:13 smithi139 ceph-mon[113400]: 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-13T11:16:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:13 smithi114 ceph-mon[106350]: 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-13T11:16:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:15 smithi139 ceph-mon[113400]: 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-13T11:16:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:15 smithi114 ceph-mon[106350]: 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-13T11:16:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:17 smithi139 ceph-mon[113400]: 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-13T11:16:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:17 smithi114 ceph-mon[106350]: 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-13T11:16:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:19 smithi139 ceph-mon[113400]: pgmap v321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:19 smithi114 ceph-mon[106350]: pgmap v321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:21 smithi139 ceph-mon[113400]: pgmap v322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:21 smithi114 ceph-mon[106350]: pgmap v322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:23 smithi139 ceph-mon[113400]: 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-13T11:16:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:23 smithi114 ceph-mon[106350]: 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-13T11:16:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:25 smithi139 ceph-mon[113400]: 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-13T11:16:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:25 smithi114 ceph-mon[106350]: 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-13T11:16:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:27 smithi139 ceph-mon[113400]: 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-13T11:16:27.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:27 smithi114 ceph-mon[106350]: 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-13T11:16:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:29 smithi139 ceph-mon[113400]: pgmap v326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:29 smithi114 ceph-mon[106350]: pgmap v326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:31 smithi139 ceph-mon[113400]: pgmap v327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:31 smithi114 ceph-mon[106350]: pgmap v327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:33.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:33 smithi114 ceph-mon[106350]: 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-13T11:16:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:33 smithi139 ceph-mon[113400]: 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-13T11:16:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:35 smithi114 ceph-mon[106350]: 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-13T11:16:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:35 smithi139 ceph-mon[113400]: 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-13T11:16:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:37 smithi114 ceph-mon[106350]: 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-13T11:16:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:37 smithi139 ceph-mon[113400]: 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-13T11:16:39.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:39 smithi114 ceph-mon[106350]: pgmap v331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:39 smithi139 ceph-mon[113400]: pgmap v331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:40.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:16:40.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:16:40.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:40 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:16:40.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:16:40.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:16:40.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:40 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:16:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:41 smithi114 ceph-mon[106350]: pgmap v332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:41 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:16:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:41 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:16:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:41 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:16:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:41 smithi139 ceph-mon[113400]: pgmap v332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:41 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:16:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:41 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:16:41.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:41 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:16:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:43 smithi114 ceph-mon[106350]: 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-13T11:16:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:43 smithi139 ceph-mon[113400]: 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-13T11:16:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:45 smithi114 ceph-mon[106350]: 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-13T11:16:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:45 smithi139 ceph-mon[113400]: 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-13T11:16:47.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:47 smithi114 ceph-mon[106350]: 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-13T11:16:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:47 smithi139 ceph-mon[113400]: 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-13T11:16:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:49 smithi114 ceph-mon[106350]: pgmap v336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:49 smithi139 ceph-mon[113400]: pgmap v336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:51 smithi114 ceph-mon[106350]: pgmap v337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:51 smithi139 ceph-mon[113400]: pgmap v337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:16:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:53 smithi114 ceph-mon[106350]: 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-13T11:16:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:53 smithi139 ceph-mon[113400]: 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-13T11:16:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:55 smithi114 ceph-mon[106350]: 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-13T11:16:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:55 smithi139 ceph-mon[113400]: 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-13T11:16:57.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:57 smithi114 ceph-mon[106350]: 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-13T11:16:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:57 smithi139 ceph-mon[113400]: 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-13T11:16:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:16:59 smithi114 ceph-mon[106350]: pgmap v341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:16:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:16:59 smithi139 ceph-mon[113400]: pgmap v341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:01 smithi114 ceph-mon[106350]: pgmap v342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:01 smithi139 ceph-mon[113400]: pgmap v342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:03 smithi114 ceph-mon[106350]: 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-13T11:17:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:03 smithi139 ceph-mon[113400]: 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-13T11:17:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:05 smithi114 ceph-mon[106350]: 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-13T11:17:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:05 smithi139 ceph-mon[113400]: 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-13T11:17:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:07 smithi114 ceph-mon[106350]: 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-13T11:17:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:07 smithi139 ceph-mon[113400]: 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-13T11:17:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:09 smithi114 ceph-mon[106350]: pgmap v346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:09 smithi139 ceph-mon[113400]: pgmap v346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:11 smithi114 ceph-mon[106350]: pgmap v347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:11 smithi139 ceph-mon[113400]: pgmap v347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:13 smithi114 ceph-mon[106350]: 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-13T11:17:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:13 smithi139 ceph-mon[113400]: 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-13T11:17:15.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:15 smithi114 ceph-mon[106350]: 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-13T11:17:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:15 smithi139 ceph-mon[113400]: 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-13T11:17:17.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:17 smithi114 ceph-mon[106350]: 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-13T11:17:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:17 smithi139 ceph-mon[113400]: 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-13T11:17:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:19 smithi114 ceph-mon[106350]: pgmap v351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:19 smithi139 ceph-mon[113400]: pgmap v351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:21.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:21 smithi114 ceph-mon[106350]: pgmap v352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:21 smithi139 ceph-mon[113400]: pgmap v352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:23 smithi114 ceph-mon[106350]: 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-13T11:17:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:23 smithi139 ceph-mon[113400]: 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-13T11:17:25.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:25 smithi114 ceph-mon[106350]: 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-13T11:17:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:25 smithi139 ceph-mon[113400]: 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-13T11:17:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:27 smithi139 ceph-mon[113400]: 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-13T11:17:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:27 smithi114 ceph-mon[106350]: 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-13T11:17:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:29 smithi139 ceph-mon[113400]: pgmap v356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:29 smithi114 ceph-mon[106350]: pgmap v356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:31 smithi139 ceph-mon[113400]: pgmap v357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:31.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:31 smithi114 ceph-mon[106350]: pgmap v357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:33 smithi139 ceph-mon[113400]: 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-13T11:17:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:33 smithi114 ceph-mon[106350]: 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-13T11:17:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:35 smithi139 ceph-mon[113400]: 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-13T11:17:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:35 smithi114 ceph-mon[106350]: 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-13T11:17:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:37 smithi139 ceph-mon[113400]: 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-13T11:17:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:37 smithi114 ceph-mon[106350]: 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-13T11:17:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:39 smithi139 ceph-mon[113400]: pgmap v361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:39 smithi114 ceph-mon[106350]: pgmap v361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:41 smithi139 ceph-mon[113400]: pgmap v362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:41 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:17:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:41 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:17:41.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:41 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:17:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:41 smithi114 ceph-mon[106350]: pgmap v362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:41.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:41 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:17:41.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:41 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:17:41.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:41 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:17:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:17:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:17:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:17:42.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:17:42.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:17:42.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:17:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:43 smithi139 ceph-mon[113400]: 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-13T11:17:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:43 smithi114 ceph-mon[106350]: 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-13T11:17:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:45 smithi139 ceph-mon[113400]: 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-13T11:17:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:45 smithi114 ceph-mon[106350]: 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-13T11:17:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:47 smithi139 ceph-mon[113400]: 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-13T11:17:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:47 smithi114 ceph-mon[106350]: 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-13T11:17:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:49 smithi139 ceph-mon[113400]: pgmap v366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:49 smithi114 ceph-mon[106350]: pgmap v366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:51 smithi139 ceph-mon[113400]: pgmap v367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:51 smithi114 ceph-mon[106350]: pgmap v367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:17:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:53 smithi139 ceph-mon[113400]: 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-13T11:17:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:53 smithi114 ceph-mon[106350]: 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-13T11:17:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:55 smithi139 ceph-mon[113400]: 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-13T11:17:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:55 smithi114 ceph-mon[106350]: 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-13T11:17:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:57 smithi139 ceph-mon[113400]: 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-13T11:17:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:57 smithi114 ceph-mon[106350]: 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-13T11:17:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:17:59 smithi139 ceph-mon[113400]: pgmap v371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:17:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:17:59 smithi114 ceph-mon[106350]: pgmap v371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:01 smithi139 ceph-mon[113400]: pgmap v372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:01 smithi114 ceph-mon[106350]: pgmap v372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:02.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:02 smithi139 ceph-mon[113400]: 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-13T11:18:02.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:02 smithi114 ceph-mon[106350]: 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-13T11:18:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:05 smithi139 ceph-mon[113400]: 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-13T11:18:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:05 smithi114 ceph-mon[106350]: 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-13T11:18:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:07 smithi139 ceph-mon[113400]: 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-13T11:18:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:07 smithi114 ceph-mon[106350]: 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-13T11:18:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:09 smithi139 ceph-mon[113400]: pgmap v376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:09 smithi114 ceph-mon[106350]: pgmap v376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:11 smithi139 ceph-mon[113400]: pgmap v377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:11.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:11 smithi114 ceph-mon[106350]: pgmap v377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:13 smithi139 ceph-mon[113400]: 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-13T11:18:13.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:13 smithi114 ceph-mon[106350]: 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-13T11:18:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:15 smithi139 ceph-mon[113400]: 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-13T11:18:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:15 smithi114 ceph-mon[106350]: 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-13T11:18:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:17 smithi139 ceph-mon[113400]: 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-13T11:18:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:17 smithi114 ceph-mon[106350]: 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-13T11:18:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:19 smithi139 ceph-mon[113400]: pgmap v381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:19 smithi114 ceph-mon[106350]: pgmap v381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:21 smithi139 ceph-mon[113400]: pgmap v382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:21 smithi114 ceph-mon[106350]: pgmap v382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:23 smithi139 ceph-mon[113400]: 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-13T11:18:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:23 smithi114 ceph-mon[106350]: 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-13T11:18:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:25 smithi139 ceph-mon[113400]: 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-13T11:18:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:25 smithi114 ceph-mon[106350]: 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-13T11:18:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:27 smithi139 ceph-mon[113400]: 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-13T11:18:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:27 smithi114 ceph-mon[106350]: 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-13T11:18:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:29 smithi139 ceph-mon[113400]: pgmap v386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:29 smithi114 ceph-mon[106350]: pgmap v386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:31 smithi139 ceph-mon[113400]: pgmap v387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:31 smithi114 ceph-mon[106350]: pgmap v387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:33 smithi139 ceph-mon[113400]: 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-13T11:18:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:33 smithi114 ceph-mon[106350]: 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-13T11:18:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:35 smithi139 ceph-mon[113400]: 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-13T11:18:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:35 smithi114 ceph-mon[106350]: 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-13T11:18:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:37 smithi139 ceph-mon[113400]: 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-13T11:18:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:37 smithi114 ceph-mon[106350]: 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-13T11:18:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:39 smithi139 ceph-mon[113400]: pgmap v391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:39 smithi114 ceph-mon[106350]: pgmap v391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:41.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:41 smithi139 ceph-mon[113400]: pgmap v392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:41 smithi114 ceph-mon[106350]: pgmap v392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:42.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:18:42.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:18:42.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:18:42.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:18:42.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:18:42.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:18:42.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:18:42.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:18:42.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:18:42.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T11:18:42.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:18:42.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:18:42.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:18:42.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:18:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:43 smithi139 ceph-mon[113400]: Adjusting osd_memory_target on smithi114 to 8044M 2023-10-13T11:18:43.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:43 smithi139 ceph-mon[113400]: 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-13T11:18:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:43 smithi114 ceph-mon[106350]: Adjusting osd_memory_target on smithi114 to 8044M 2023-10-13T11:18:43.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:43 smithi114 ceph-mon[106350]: 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-13T11:18:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:45 smithi139 ceph-mon[113400]: 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-13T11:18:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:45 smithi114 ceph-mon[106350]: 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-13T11:18:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:47 smithi139 ceph-mon[113400]: 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-13T11:18:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:47 smithi114 ceph-mon[106350]: 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-13T11:18:49.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:49 smithi139 ceph-mon[113400]: pgmap v396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:49 smithi114 ceph-mon[106350]: pgmap v396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:51 smithi139 ceph-mon[113400]: pgmap v397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:51 smithi114 ceph-mon[106350]: pgmap v397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:18:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:53 smithi139 ceph-mon[113400]: 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-13T11:18:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:53 smithi114 ceph-mon[106350]: 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-13T11:18:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:55 smithi139 ceph-mon[113400]: 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-13T11:18:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:55 smithi114 ceph-mon[106350]: 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-13T11:18:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:57 smithi139 ceph-mon[113400]: 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-13T11:18:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:57 smithi114 ceph-mon[106350]: 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-13T11:18:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:18:59 smithi139 ceph-mon[113400]: pgmap v401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:18:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:18:59 smithi114 ceph-mon[106350]: pgmap v401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:01 smithi139 ceph-mon[113400]: pgmap v402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:01 smithi114 ceph-mon[106350]: pgmap v402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:03 smithi139 ceph-mon[113400]: 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-13T11:19:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:03 smithi114 ceph-mon[106350]: 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-13T11:19:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:05 smithi139 ceph-mon[113400]: 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-13T11:19:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:05 smithi114 ceph-mon[106350]: 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-13T11:19:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:07 smithi114 ceph-mon[106350]: 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-13T11:19:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:07 smithi139 ceph-mon[113400]: 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-13T11:19:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:09 smithi114 ceph-mon[106350]: pgmap v406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:09 smithi139 ceph-mon[113400]: pgmap v406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:11 smithi114 ceph-mon[106350]: pgmap v407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:11 smithi139 ceph-mon[113400]: pgmap v407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:13 smithi114 ceph-mon[106350]: 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-13T11:19:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:13 smithi139 ceph-mon[113400]: 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-13T11:19:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:15 smithi114 ceph-mon[106350]: 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-13T11:19:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:15 smithi139 ceph-mon[113400]: 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-13T11:19:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:17 smithi114 ceph-mon[106350]: 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-13T11:19:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:17 smithi139 ceph-mon[113400]: 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-13T11:19:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:19 smithi114 ceph-mon[106350]: pgmap v411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:19 smithi139 ceph-mon[113400]: pgmap v411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:21.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:21 smithi114 ceph-mon[106350]: pgmap v412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:21 smithi139 ceph-mon[113400]: pgmap v412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:23 smithi114 ceph-mon[106350]: 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-13T11:19:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:23 smithi139 ceph-mon[113400]: 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-13T11:19:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:25 smithi114 ceph-mon[106350]: 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-13T11:19:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:25 smithi139 ceph-mon[113400]: 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-13T11:19:27.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:27 smithi114 ceph-mon[106350]: 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-13T11:19:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:27 smithi139 ceph-mon[113400]: 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-13T11:19:29.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:29 smithi114 ceph-mon[106350]: pgmap v416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:29 smithi139 ceph-mon[113400]: pgmap v416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:31 smithi114 ceph-mon[106350]: pgmap v417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:31 smithi139 ceph-mon[113400]: pgmap v417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:33 smithi114 ceph-mon[106350]: 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-13T11:19:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:33 smithi139 ceph-mon[113400]: 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-13T11:19:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:35 smithi114 ceph-mon[106350]: 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-13T11:19:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:35 smithi139 ceph-mon[113400]: 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-13T11:19:37.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:37 smithi114 ceph-mon[106350]: 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-13T11:19:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:37 smithi139 ceph-mon[113400]: 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-13T11:19:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:39 smithi114 ceph-mon[106350]: pgmap v421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:39 smithi139 ceph-mon[113400]: pgmap v421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:41 smithi114 ceph-mon[106350]: pgmap v422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:41 smithi139 ceph-mon[113400]: pgmap v422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:42.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:42 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:19:42.807 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:42 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:19:43.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:43 smithi114 ceph-mon[106350]: 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-13T11:19:43.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:43 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:43 smithi139 ceph-mon[113400]: 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-13T11:19:43.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:43.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:43 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:44.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:19:44.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:19:44.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:19:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:19:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:19:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:45 smithi114 ceph-mon[106350]: 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-13T11:19:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:45 smithi139 ceph-mon[113400]: 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-13T11:19:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:47 smithi114 ceph-mon[106350]: 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-13T11:19:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:47 smithi139 ceph-mon[113400]: 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-13T11:19:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:49 smithi114 ceph-mon[106350]: pgmap v426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:49 smithi139 ceph-mon[113400]: pgmap v426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:51 smithi114 ceph-mon[106350]: pgmap v427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:51 smithi139 ceph-mon[113400]: pgmap v427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:19:53.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:53 smithi114 ceph-mon[106350]: 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-13T11:19:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:53 smithi139 ceph-mon[113400]: 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-13T11:19:55.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:55 smithi114 ceph-mon[106350]: 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-13T11:19:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:55 smithi139 ceph-mon[113400]: 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-13T11:19:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:57 smithi114 ceph-mon[106350]: 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-13T11:19:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:57 smithi139 ceph-mon[113400]: 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-13T11:19:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:19:59 smithi114 ceph-mon[106350]: pgmap v431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:19:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:19:59 smithi139 ceph-mon[113400]: pgmap v431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:00.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T11:20:00.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T11:20:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:01 smithi114 ceph-mon[106350]: pgmap v432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:01 smithi139 ceph-mon[113400]: pgmap v432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:03 smithi114 ceph-mon[106350]: 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-13T11:20:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:03 smithi139 ceph-mon[113400]: 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-13T11:20:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:05 smithi114 ceph-mon[106350]: 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-13T11:20:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:05 smithi139 ceph-mon[113400]: 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-13T11:20:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:07 smithi139 ceph-mon[113400]: 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-13T11:20:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:07 smithi114 ceph-mon[106350]: 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-13T11:20:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:09 smithi139 ceph-mon[113400]: pgmap v436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:09 smithi114 ceph-mon[106350]: pgmap v436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:11 smithi139 ceph-mon[113400]: pgmap v437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:11 smithi114 ceph-mon[106350]: pgmap v437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:13 smithi139 ceph-mon[113400]: 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-13T11:20:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:13 smithi114 ceph-mon[106350]: 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-13T11:20:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:15 smithi139 ceph-mon[113400]: 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-13T11:20:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:15 smithi114 ceph-mon[106350]: 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-13T11:20:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:17 smithi139 ceph-mon[113400]: 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-13T11:20:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:17 smithi114 ceph-mon[106350]: 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-13T11:20:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:19 smithi139 ceph-mon[113400]: pgmap v441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:19 smithi114 ceph-mon[106350]: pgmap v441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:21 smithi139 ceph-mon[113400]: pgmap v442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:21 smithi114 ceph-mon[106350]: pgmap v442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:23 smithi139 ceph-mon[113400]: 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-13T11:20:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:23 smithi114 ceph-mon[106350]: 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-13T11:20:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:25 smithi139 ceph-mon[113400]: 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-13T11:20:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:25 smithi114 ceph-mon[106350]: 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-13T11:20:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:27 smithi139 ceph-mon[113400]: 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-13T11:20:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:27 smithi114 ceph-mon[106350]: 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-13T11:20:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:29 smithi139 ceph-mon[113400]: pgmap v446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:29 smithi114 ceph-mon[106350]: pgmap v446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:31 smithi139 ceph-mon[113400]: pgmap v447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:31 smithi114 ceph-mon[106350]: pgmap v447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:33 smithi139 ceph-mon[113400]: 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-13T11:20:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:33 smithi114 ceph-mon[106350]: 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-13T11:20:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:35 smithi139 ceph-mon[113400]: 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-13T11:20:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:35 smithi114 ceph-mon[106350]: 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-13T11:20:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:37 smithi139 ceph-mon[113400]: 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-13T11:20:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:37 smithi114 ceph-mon[106350]: 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-13T11:20:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:39 smithi139 ceph-mon[113400]: pgmap v451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:39 smithi114 ceph-mon[106350]: pgmap v451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:41 smithi139 ceph-mon[113400]: pgmap v452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:41 smithi114 ceph-mon[106350]: pgmap v452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:43 smithi139 ceph-mon[113400]: 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-13T11:20:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:43 smithi114 ceph-mon[106350]: 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-13T11:20:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:20:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:20:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:20:44.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:20:44.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:20:44.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:20:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:20:44.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:20:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:45 smithi139 ceph-mon[113400]: 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-13T11:20:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:45 smithi114 ceph-mon[106350]: 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-13T11:20:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:47 smithi139 ceph-mon[113400]: 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-13T11:20:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:47 smithi114 ceph-mon[106350]: 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-13T11:20:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:49 smithi139 ceph-mon[113400]: pgmap v456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:49 smithi114 ceph-mon[106350]: pgmap v456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:51 smithi139 ceph-mon[113400]: pgmap v457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:51 smithi114 ceph-mon[106350]: pgmap v457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:20:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:53 smithi139 ceph-mon[113400]: 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-13T11:20:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:53 smithi114 ceph-mon[106350]: 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-13T11:20:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:55 smithi139 ceph-mon[113400]: 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-13T11:20:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:55 smithi114 ceph-mon[106350]: 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-13T11:20:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:57 smithi139 ceph-mon[113400]: 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-13T11:20:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:57 smithi114 ceph-mon[106350]: 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-13T11:20:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:20:59 smithi139 ceph-mon[113400]: pgmap v461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:20:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:20:59 smithi114 ceph-mon[106350]: pgmap v461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:01 smithi139 ceph-mon[113400]: pgmap v462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:01 smithi114 ceph-mon[106350]: pgmap v462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:03 smithi139 ceph-mon[113400]: 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-13T11:21:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:03 smithi114 ceph-mon[106350]: 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-13T11:21:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:05 smithi139 ceph-mon[113400]: 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-13T11:21:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:05 smithi114 ceph-mon[106350]: 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-13T11:21:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:07 smithi139 ceph-mon[113400]: 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-13T11:21:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:07 smithi114 ceph-mon[106350]: 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-13T11:21:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:09 smithi139 ceph-mon[113400]: pgmap v466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:09 smithi114 ceph-mon[106350]: pgmap v466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:11 smithi139 ceph-mon[113400]: pgmap v467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:11 smithi114 ceph-mon[106350]: pgmap v467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:13 smithi139 ceph-mon[113400]: 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-13T11:21:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:13 smithi114 ceph-mon[106350]: 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-13T11:21:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:15 smithi139 ceph-mon[113400]: 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-13T11:21:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:15 smithi114 ceph-mon[106350]: 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-13T11:21:17.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:17 smithi139 ceph-mon[113400]: 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-13T11:21:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:17 smithi114 ceph-mon[106350]: 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-13T11:21:19.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:19 smithi139 ceph-mon[113400]: pgmap v471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:19 smithi114 ceph-mon[106350]: pgmap v471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:21.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:21 smithi139 ceph-mon[113400]: pgmap v472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:21 smithi114 ceph-mon[106350]: pgmap v472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:23.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:23 smithi139 ceph-mon[113400]: 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-13T11:21:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:23 smithi114 ceph-mon[106350]: 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-13T11:21:25.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:25 smithi139 ceph-mon[113400]: 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-13T11:21:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:25 smithi114 ceph-mon[106350]: 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-13T11:21:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:27 smithi139 ceph-mon[113400]: 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-13T11:21:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:27 smithi114 ceph-mon[106350]: 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-13T11:21:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:29 smithi139 ceph-mon[113400]: pgmap v476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:29 smithi114 ceph-mon[106350]: pgmap v476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:31.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:31 smithi139 ceph-mon[113400]: pgmap v477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:31 smithi114 ceph-mon[106350]: pgmap v477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:33.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:33 smithi139 ceph-mon[113400]: 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-13T11:21:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:33 smithi114 ceph-mon[106350]: 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-13T11:21:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:35 smithi139 ceph-mon[113400]: 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-13T11:21:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:35 smithi114 ceph-mon[106350]: 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-13T11:21:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:37 smithi139 ceph-mon[113400]: 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-13T11:21:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:37 smithi114 ceph-mon[106350]: 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-13T11:21:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:39 smithi139 ceph-mon[113400]: pgmap v481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:39 smithi114 ceph-mon[106350]: pgmap v481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:41 smithi114 ceph-mon[106350]: pgmap v482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:41 smithi139 ceph-mon[113400]: pgmap v482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:43 smithi114 ceph-mon[106350]: 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-13T11:21:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:43 smithi139 ceph-mon[113400]: 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-13T11:21:44.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:44 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:21:44.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:44 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:21:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:45 smithi114 ceph-mon[106350]: 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-13T11:21:45.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:21:45.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:21:45.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:21:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:45 smithi139 ceph-mon[113400]: 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-13T11:21:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:21:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:21:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:21:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:47 smithi114 ceph-mon[106350]: 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-13T11:21:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:47 smithi139 ceph-mon[113400]: 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-13T11:21:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:49 smithi114 ceph-mon[106350]: pgmap v486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:49 smithi139 ceph-mon[113400]: pgmap v486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:51 smithi114 ceph-mon[106350]: pgmap v487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:51 smithi139 ceph-mon[113400]: pgmap v487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:21:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:53 smithi114 ceph-mon[106350]: 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-13T11:21:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:53 smithi139 ceph-mon[113400]: 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-13T11:21:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:55 smithi114 ceph-mon[106350]: 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-13T11:21:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:55 smithi139 ceph-mon[113400]: 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-13T11:21:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:57 smithi114 ceph-mon[106350]: 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-13T11:21:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:57 smithi139 ceph-mon[113400]: 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-13T11:21:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:21:59 smithi114 ceph-mon[106350]: pgmap v491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:21:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:21:59 smithi139 ceph-mon[113400]: pgmap v491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:01.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:01 smithi114 ceph-mon[106350]: pgmap v492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:01 smithi139 ceph-mon[113400]: pgmap v492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:03.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:03 smithi114 ceph-mon[106350]: 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-13T11:22:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:03 smithi139 ceph-mon[113400]: 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-13T11:22:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:05 smithi114 ceph-mon[106350]: 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-13T11:22:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:05 smithi139 ceph-mon[113400]: 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-13T11:22:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:07 smithi114 ceph-mon[106350]: 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-13T11:22:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:07 smithi139 ceph-mon[113400]: 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-13T11:22:09.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:09 smithi114 ceph-mon[106350]: pgmap v496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:09 smithi139 ceph-mon[113400]: pgmap v496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:11 smithi114 ceph-mon[106350]: pgmap v497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:11 smithi139 ceph-mon[113400]: pgmap v497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:13 smithi114 ceph-mon[106350]: 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-13T11:22:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:13 smithi139 ceph-mon[113400]: 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-13T11:22:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:15 smithi114 ceph-mon[106350]: 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-13T11:22:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:15 smithi139 ceph-mon[113400]: 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-13T11:22:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:17 smithi114 ceph-mon[106350]: 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-13T11:22:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:17 smithi139 ceph-mon[113400]: 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-13T11:22:19.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:19 smithi114 ceph-mon[106350]: pgmap v501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:19 smithi139 ceph-mon[113400]: pgmap v501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:21 smithi114 ceph-mon[106350]: pgmap v502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:21.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:21 smithi139 ceph-mon[113400]: pgmap v502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:23 smithi114 ceph-mon[106350]: 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-13T11:22:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:23 smithi139 ceph-mon[113400]: 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-13T11:22:25.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:25 smithi114 ceph-mon[106350]: 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-13T11:22:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:25 smithi139 ceph-mon[113400]: 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-13T11:22:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:27 smithi114 ceph-mon[106350]: 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-13T11:22:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:27 smithi139 ceph-mon[113400]: 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-13T11:22:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:29 smithi114 ceph-mon[106350]: pgmap v506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:29 smithi139 ceph-mon[113400]: pgmap v506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:31.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:31 smithi114 ceph-mon[106350]: pgmap v507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:31 smithi139 ceph-mon[113400]: pgmap v507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:33.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:33 smithi114 ceph-mon[106350]: 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-13T11:22:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:33 smithi139 ceph-mon[113400]: 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-13T11:22:35.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:35 smithi114 ceph-mon[106350]: 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-13T11:22:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:35 smithi139 ceph-mon[113400]: 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-13T11:22:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:37 smithi114 ceph-mon[106350]: 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-13T11:22:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:37 smithi139 ceph-mon[113400]: 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-13T11:22:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:39 smithi139 ceph-mon[113400]: pgmap v511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:39 smithi114 ceph-mon[106350]: pgmap v511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:41 smithi139 ceph-mon[113400]: pgmap v512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:41 smithi114 ceph-mon[106350]: pgmap v512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:43 smithi139 ceph-mon[113400]: 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-13T11:22:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:43 smithi114 ceph-mon[106350]: 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-13T11:22:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:45 smithi139 ceph-mon[113400]: 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-13T11:22:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:22:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:22:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:22:45.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:22:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:45 smithi114 ceph-mon[106350]: 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-13T11:22:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:22:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:22:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:22:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:22:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:47 smithi139 ceph-mon[113400]: 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-13T11:22:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:47 smithi114 ceph-mon[106350]: 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-13T11:22:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:49 smithi139 ceph-mon[113400]: pgmap v516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:49 smithi114 ceph-mon[106350]: pgmap v516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:51 smithi139 ceph-mon[113400]: pgmap v517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:51 smithi114 ceph-mon[106350]: pgmap v517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:22:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:53 smithi139 ceph-mon[113400]: 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-13T11:22:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:53 smithi114 ceph-mon[106350]: 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-13T11:22:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:55 smithi139 ceph-mon[113400]: 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-13T11:22:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:55 smithi114 ceph-mon[106350]: 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-13T11:22:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:57 smithi139 ceph-mon[113400]: 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-13T11:22:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:57 smithi114 ceph-mon[106350]: 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-13T11:22:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:22:59 smithi139 ceph-mon[113400]: pgmap v521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:22:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:22:59 smithi114 ceph-mon[106350]: pgmap v521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:01 smithi139 ceph-mon[113400]: pgmap v522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:01 smithi114 ceph-mon[106350]: pgmap v522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:03 smithi139 ceph-mon[113400]: 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-13T11:23:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:03 smithi114 ceph-mon[106350]: 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-13T11:23:05.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:05 smithi139 ceph-mon[113400]: 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-13T11:23:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:05 smithi114 ceph-mon[106350]: 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-13T11:23:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:07 smithi139 ceph-mon[113400]: 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-13T11:23:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:07 smithi114 ceph-mon[106350]: 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-13T11:23:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:09 smithi139 ceph-mon[113400]: pgmap v526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:09 smithi114 ceph-mon[106350]: pgmap v526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:11 smithi139 ceph-mon[113400]: pgmap v527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:11 smithi114 ceph-mon[106350]: pgmap v527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:13 smithi139 ceph-mon[113400]: 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-13T11:23:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:13 smithi114 ceph-mon[106350]: 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-13T11:23:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:15 smithi139 ceph-mon[113400]: 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-13T11:23:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:15 smithi114 ceph-mon[106350]: 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-13T11:23:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:17 smithi139 ceph-mon[113400]: 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-13T11:23:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:17 smithi114 ceph-mon[106350]: 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-13T11:23:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:19 smithi139 ceph-mon[113400]: pgmap v531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:19 smithi114 ceph-mon[106350]: pgmap v531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:21 smithi139 ceph-mon[113400]: pgmap v532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:21 smithi114 ceph-mon[106350]: pgmap v532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:23 smithi139 ceph-mon[113400]: 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-13T11:23:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:23 smithi114 ceph-mon[106350]: 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-13T11:23:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:25 smithi139 ceph-mon[113400]: 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-13T11:23:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:25 smithi114 ceph-mon[106350]: 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-13T11:23:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:27 smithi139 ceph-mon[113400]: 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-13T11:23:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:27 smithi114 ceph-mon[106350]: 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-13T11:23:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:29 smithi139 ceph-mon[113400]: pgmap v536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:29 smithi114 ceph-mon[106350]: pgmap v536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:31 smithi139 ceph-mon[113400]: pgmap v537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:31 smithi114 ceph-mon[106350]: pgmap v537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:33 smithi139 ceph-mon[113400]: 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-13T11:23:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:33 smithi114 ceph-mon[106350]: 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-13T11:23:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:35 smithi139 ceph-mon[113400]: 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-13T11:23:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:35 smithi114 ceph-mon[106350]: 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-13T11:23:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:37 smithi139 ceph-mon[113400]: 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-13T11:23:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:37 smithi114 ceph-mon[106350]: 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-13T11:23:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:39 smithi139 ceph-mon[113400]: pgmap v541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:39 smithi114 ceph-mon[106350]: pgmap v541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:41 smithi139 ceph-mon[113400]: pgmap v542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:41 smithi114 ceph-mon[106350]: pgmap v542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:43 smithi139 ceph-mon[113400]: 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-13T11:23:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:43 smithi114 ceph-mon[106350]: 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-13T11:23:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:45 smithi139 ceph-mon[113400]: 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-13T11:23:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:45 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:23:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:45 smithi114 ceph-mon[106350]: 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-13T11:23:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:45 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:23:46.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:46 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:23:46.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:46 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:23:46.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:46 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:23:46.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:23:46.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:23:46.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:23:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:47 smithi139 ceph-mon[113400]: 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-13T11:23:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:47 smithi114 ceph-mon[106350]: 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-13T11:23:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:49 smithi139 ceph-mon[113400]: pgmap v546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:49 smithi114 ceph-mon[106350]: pgmap v546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:50.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:50 smithi139 ceph-mon[113400]: pgmap v547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:50.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:50 smithi114 ceph-mon[106350]: pgmap v547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:23:53.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:53 smithi139 ceph-mon[113400]: 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-13T11:23:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:53 smithi114 ceph-mon[106350]: 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-13T11:23:55.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:55 smithi139 ceph-mon[113400]: 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-13T11:23:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:55 smithi114 ceph-mon[106350]: 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-13T11:23:57.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:57 smithi139 ceph-mon[113400]: 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-13T11:23:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:57 smithi114 ceph-mon[106350]: 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-13T11:23:59.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:23:59 smithi139 ceph-mon[113400]: pgmap v551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:23:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:23:59 smithi114 ceph-mon[106350]: pgmap v551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:01 smithi139 ceph-mon[113400]: pgmap v552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:01 smithi114 ceph-mon[106350]: pgmap v552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:03.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:03 smithi139 ceph-mon[113400]: 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-13T11:24:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:03 smithi114 ceph-mon[106350]: 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-13T11:24:05.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:05 smithi139 ceph-mon[113400]: 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-13T11:24:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:05 smithi114 ceph-mon[106350]: 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-13T11:24:07.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:07 smithi139 ceph-mon[113400]: 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-13T11:24:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:07 smithi114 ceph-mon[106350]: 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-13T11:24:09.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:09 smithi139 ceph-mon[113400]: pgmap v556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:09 smithi114 ceph-mon[106350]: pgmap v556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:11.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:11 smithi139 ceph-mon[113400]: pgmap v557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:11 smithi114 ceph-mon[106350]: pgmap v557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:13.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:13 smithi139 ceph-mon[113400]: 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-13T11:24:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:13 smithi114 ceph-mon[106350]: 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-13T11:24:15.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:15 smithi139 ceph-mon[113400]: 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-13T11:24:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:15 smithi114 ceph-mon[106350]: 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-13T11:24:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:17 smithi114 ceph-mon[106350]: 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-13T11:24:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:17 smithi139 ceph-mon[113400]: 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-13T11:24:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:19 smithi114 ceph-mon[106350]: pgmap v561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:19 smithi139 ceph-mon[113400]: pgmap v561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:21 smithi114 ceph-mon[106350]: pgmap v562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:21 smithi139 ceph-mon[113400]: pgmap v562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:23.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:23 smithi114 ceph-mon[106350]: 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-13T11:24:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:23 smithi139 ceph-mon[113400]: 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-13T11:24:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:25 smithi114 ceph-mon[106350]: 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-13T11:24:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:25 smithi139 ceph-mon[113400]: 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-13T11:24:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:27 smithi114 ceph-mon[106350]: 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-13T11:24:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:27 smithi139 ceph-mon[113400]: 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-13T11:24:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:29 smithi114 ceph-mon[106350]: pgmap v566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:29 smithi139 ceph-mon[113400]: pgmap v566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:31 smithi114 ceph-mon[106350]: pgmap v567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:31 smithi139 ceph-mon[113400]: pgmap v567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:33.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:33 smithi114 ceph-mon[106350]: 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-13T11:24:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:33 smithi139 ceph-mon[113400]: 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-13T11:24:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:35 smithi114 ceph-mon[106350]: 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-13T11:24:35.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:35 smithi139 ceph-mon[113400]: 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-13T11:24:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:37 smithi114 ceph-mon[106350]: 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-13T11:24:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:37 smithi139 ceph-mon[113400]: 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-13T11:24:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:39 smithi114 ceph-mon[106350]: pgmap v571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:39 smithi139 ceph-mon[113400]: pgmap v571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:41 smithi114 ceph-mon[106350]: pgmap v572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:41 smithi139 ceph-mon[113400]: pgmap v572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:43 smithi114 ceph-mon[106350]: 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-13T11:24:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:43 smithi139 ceph-mon[113400]: 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-13T11:24:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:45 smithi114 ceph-mon[106350]: 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-13T11:24:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:45 smithi139 ceph-mon[113400]: 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-13T11:24:46.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:46 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:24:46.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:46 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:24:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:47 smithi114 ceph-mon[106350]: 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-13T11:24:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:24:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:24:47.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:24:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:47 smithi139 ceph-mon[113400]: 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-13T11:24:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:24:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:24:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:24:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:49 smithi114 ceph-mon[106350]: pgmap v576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:49 smithi139 ceph-mon[113400]: pgmap v576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:51 smithi114 ceph-mon[106350]: pgmap v577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:51 smithi139 ceph-mon[113400]: pgmap v577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:24:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:53 smithi114 ceph-mon[106350]: 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-13T11:24:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:53 smithi139 ceph-mon[113400]: 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-13T11:24:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:55 smithi114 ceph-mon[106350]: 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-13T11:24:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:55 smithi139 ceph-mon[113400]: 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-13T11:24:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:57 smithi114 ceph-mon[106350]: 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-13T11:24:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:57 smithi139 ceph-mon[113400]: 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-13T11:24:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:24:59 smithi114 ceph-mon[106350]: pgmap v581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:24:59.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:24:59 smithi139 ceph-mon[113400]: pgmap v581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:01 smithi114 ceph-mon[106350]: pgmap v582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:01 smithi139 ceph-mon[113400]: pgmap v582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:03 smithi114 ceph-mon[106350]: 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-13T11:25:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:03 smithi139 ceph-mon[113400]: 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-13T11:25:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:05 smithi114 ceph-mon[106350]: 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-13T11:25:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:05 smithi139 ceph-mon[113400]: 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-13T11:25:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:07 smithi139 ceph-mon[113400]: 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-13T11:25:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:07 smithi114 ceph-mon[106350]: 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-13T11:25:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:09 smithi139 ceph-mon[113400]: pgmap v586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:09 smithi114 ceph-mon[106350]: pgmap v586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:11 smithi139 ceph-mon[113400]: pgmap v587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:11 smithi114 ceph-mon[106350]: pgmap v587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:13 smithi139 ceph-mon[113400]: 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-13T11:25:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:13 smithi114 ceph-mon[106350]: 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-13T11:25:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:15 smithi139 ceph-mon[113400]: 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-13T11:25:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:15 smithi114 ceph-mon[106350]: 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-13T11:25:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:17 smithi139 ceph-mon[113400]: 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-13T11:25:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:17 smithi114 ceph-mon[106350]: 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-13T11:25:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:19 smithi139 ceph-mon[113400]: pgmap v591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:19 smithi114 ceph-mon[106350]: pgmap v591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:21 smithi139 ceph-mon[113400]: pgmap v592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:21 smithi114 ceph-mon[106350]: pgmap v592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:23 smithi139 ceph-mon[113400]: 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-13T11:25:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:23 smithi114 ceph-mon[106350]: 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-13T11:25:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:25 smithi139 ceph-mon[113400]: 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-13T11:25:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:25 smithi114 ceph-mon[106350]: 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-13T11:25:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:27 smithi139 ceph-mon[113400]: 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-13T11:25:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:27 smithi114 ceph-mon[106350]: 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-13T11:25:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:29 smithi139 ceph-mon[113400]: pgmap v596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:29 smithi114 ceph-mon[106350]: pgmap v596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:31 smithi139 ceph-mon[113400]: pgmap v597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:31 smithi114 ceph-mon[106350]: pgmap v597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:33 smithi139 ceph-mon[113400]: 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-13T11:25:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:33 smithi114 ceph-mon[106350]: 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-13T11:25:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:35 smithi139 ceph-mon[113400]: 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-13T11:25:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:35 smithi114 ceph-mon[106350]: 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-13T11:25:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:37 smithi139 ceph-mon[113400]: 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-13T11:25:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:37 smithi114 ceph-mon[106350]: 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-13T11:25:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:39 smithi139 ceph-mon[113400]: pgmap v601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:39 smithi114 ceph-mon[106350]: pgmap v601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:41 smithi139 ceph-mon[113400]: pgmap v602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:41 smithi114 ceph-mon[106350]: pgmap v602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:43 smithi139 ceph-mon[113400]: 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-13T11:25:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:43 smithi114 ceph-mon[106350]: 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-13T11:25:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:45 smithi139 ceph-mon[113400]: 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-13T11:25:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:45 smithi114 ceph-mon[106350]: 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-13T11:25:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:47 smithi139 ceph-mon[113400]: 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-13T11:25:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:25:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:25:47.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:25:47.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:25:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:47 smithi114 ceph-mon[106350]: 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-13T11:25:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:25:47.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:25:47.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:25:47.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:25:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:49 smithi139 ceph-mon[113400]: pgmap v606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:49 smithi114 ceph-mon[106350]: pgmap v606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:51 smithi139 ceph-mon[113400]: pgmap v607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:51 smithi114 ceph-mon[106350]: pgmap v607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:25:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:53 smithi139 ceph-mon[113400]: 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-13T11:25:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:53 smithi114 ceph-mon[106350]: 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-13T11:25:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:55 smithi139 ceph-mon[113400]: 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-13T11:25:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:55 smithi114 ceph-mon[106350]: 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-13T11:25:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:57 smithi139 ceph-mon[113400]: 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-13T11:25:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:57 smithi114 ceph-mon[106350]: 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-13T11:25:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:25:59 smithi139 ceph-mon[113400]: pgmap v611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:25:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:25:59 smithi114 ceph-mon[106350]: pgmap v611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:01 smithi139 ceph-mon[113400]: pgmap v612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:01 smithi114 ceph-mon[106350]: pgmap v612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:03 smithi139 ceph-mon[113400]: 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-13T11:26:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:03 smithi114 ceph-mon[106350]: 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-13T11:26:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:05 smithi139 ceph-mon[113400]: 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-13T11:26:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:05 smithi114 ceph-mon[106350]: 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-13T11:26:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:07 smithi139 ceph-mon[113400]: 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-13T11:26:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:07 smithi114 ceph-mon[106350]: 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-13T11:26:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:09 smithi139 ceph-mon[113400]: pgmap v616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:09 smithi114 ceph-mon[106350]: pgmap v616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:11 smithi139 ceph-mon[113400]: pgmap v617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:11 smithi114 ceph-mon[106350]: pgmap v617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:13 smithi139 ceph-mon[113400]: 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-13T11:26:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:13 smithi114 ceph-mon[106350]: 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-13T11:26:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:15 smithi139 ceph-mon[113400]: 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-13T11:26:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:15 smithi114 ceph-mon[106350]: 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-13T11:26:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:17 smithi139 ceph-mon[113400]: 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-13T11:26:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:17 smithi114 ceph-mon[106350]: 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-13T11:26:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:19 smithi139 ceph-mon[113400]: pgmap v621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:19 smithi114 ceph-mon[106350]: pgmap v621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:21 smithi139 ceph-mon[113400]: pgmap v622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:21 smithi114 ceph-mon[106350]: pgmap v622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:23 smithi139 ceph-mon[113400]: 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-13T11:26:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:23 smithi114 ceph-mon[106350]: 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-13T11:26:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:25 smithi139 ceph-mon[113400]: 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-13T11:26:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:25 smithi114 ceph-mon[106350]: 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-13T11:26:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:27 smithi139 ceph-mon[113400]: 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-13T11:26:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:27 smithi114 ceph-mon[106350]: 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-13T11:26:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:29 smithi139 ceph-mon[113400]: pgmap v626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:29 smithi114 ceph-mon[106350]: pgmap v626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:31 smithi139 ceph-mon[113400]: pgmap v627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:31 smithi114 ceph-mon[106350]: pgmap v627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:32.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:32 smithi139 ceph-mon[113400]: 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-13T11:26:32.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:32 smithi114 ceph-mon[106350]: 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-13T11:26:35.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:35 smithi139 ceph-mon[113400]: 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-13T11:26:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:35 smithi114 ceph-mon[106350]: 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-13T11:26:37.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:37 smithi139 ceph-mon[113400]: 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-13T11:26:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:37 smithi114 ceph-mon[106350]: 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-13T11:26:39.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:39 smithi139 ceph-mon[113400]: pgmap v631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:39 smithi114 ceph-mon[106350]: pgmap v631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:41.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:41 smithi139 ceph-mon[113400]: pgmap v632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:41 smithi114 ceph-mon[106350]: pgmap v632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:43.646 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:43 smithi139 ceph-mon[113400]: 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-13T11:26:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:43 smithi114 ceph-mon[106350]: 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-13T11:26:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:45 smithi139 ceph-mon[113400]: 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-13T11:26:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:45 smithi114 ceph-mon[106350]: 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-13T11:26:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:47 smithi139 ceph-mon[113400]: 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-13T11:26:47.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:47 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:26:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:47 smithi114 ceph-mon[106350]: 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-13T11:26:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:47 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:26:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:26:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:26:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:26:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:26:48.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:26:48.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:26:48.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:26:48.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:26:48.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:26:48.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:26:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:49 smithi139 ceph-mon[113400]: pgmap v636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:49 smithi114 ceph-mon[106350]: pgmap v636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:51 smithi139 ceph-mon[113400]: pgmap v637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:51 smithi114 ceph-mon[106350]: pgmap v637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:26:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:53 smithi139 ceph-mon[113400]: 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-13T11:26:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:53 smithi114 ceph-mon[106350]: 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-13T11:26:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:55 smithi139 ceph-mon[113400]: 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-13T11:26:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:55 smithi114 ceph-mon[106350]: 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-13T11:26:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:57 smithi139 ceph-mon[113400]: 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-13T11:26:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:57 smithi114 ceph-mon[106350]: 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-13T11:26:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:26:59 smithi139 ceph-mon[113400]: pgmap v641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:26:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:26:59 smithi114 ceph-mon[106350]: pgmap v641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:01.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:01 smithi139 ceph-mon[113400]: pgmap v642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:01 smithi114 ceph-mon[106350]: pgmap v642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:03 smithi139 ceph-mon[113400]: 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-13T11:27:03.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:03 smithi114 ceph-mon[106350]: 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-13T11:27:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:05 smithi139 ceph-mon[113400]: 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-13T11:27:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:05 smithi114 ceph-mon[106350]: 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-13T11:27:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:07 smithi139 ceph-mon[113400]: 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-13T11:27:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:07 smithi114 ceph-mon[106350]: 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-13T11:27:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:09 smithi139 ceph-mon[113400]: pgmap v646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:09 smithi114 ceph-mon[106350]: pgmap v646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:11 smithi139 ceph-mon[113400]: pgmap v647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:11 smithi114 ceph-mon[106350]: pgmap v647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:13 smithi139 ceph-mon[113400]: 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-13T11:27:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:13 smithi114 ceph-mon[106350]: 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-13T11:27:15.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:15 smithi139 ceph-mon[113400]: 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-13T11:27:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:15 smithi114 ceph-mon[106350]: 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-13T11:27:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:17 smithi139 ceph-mon[113400]: 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-13T11:27:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:17 smithi114 ceph-mon[106350]: 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-13T11:27:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:19 smithi139 ceph-mon[113400]: pgmap v651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:19 smithi114 ceph-mon[106350]: pgmap v651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:21.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:21 smithi139 ceph-mon[113400]: pgmap v652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:21 smithi114 ceph-mon[106350]: pgmap v652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:23 smithi139 ceph-mon[113400]: 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-13T11:27:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:23 smithi114 ceph-mon[106350]: 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-13T11:27:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:25 smithi139 ceph-mon[113400]: 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-13T11:27:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:25 smithi114 ceph-mon[106350]: 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-13T11:27:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:27 smithi139 ceph-mon[113400]: 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-13T11:27:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:27 smithi114 ceph-mon[106350]: 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-13T11:27:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:29 smithi139 ceph-mon[113400]: pgmap v656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:29 smithi114 ceph-mon[106350]: pgmap v656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:31.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:31 smithi139 ceph-mon[113400]: pgmap v657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:31 smithi114 ceph-mon[106350]: pgmap v657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:33 smithi139 ceph-mon[113400]: 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-13T11:27:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:33 smithi114 ceph-mon[106350]: 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-13T11:27:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:35 smithi139 ceph-mon[113400]: 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-13T11:27:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:35 smithi114 ceph-mon[106350]: 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-13T11:27:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:37 smithi139 ceph-mon[113400]: 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-13T11:27:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:37 smithi114 ceph-mon[106350]: 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-13T11:27:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:39 smithi139 ceph-mon[113400]: pgmap v661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:39 smithi114 ceph-mon[106350]: pgmap v661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:41 smithi139 ceph-mon[113400]: pgmap v662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:41 smithi114 ceph-mon[106350]: pgmap v662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:43 smithi139 ceph-mon[113400]: 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-13T11:27:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:43 smithi114 ceph-mon[106350]: 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-13T11:27:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:45 smithi139 ceph-mon[113400]: 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-13T11:27:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:45 smithi114 ceph-mon[106350]: 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-13T11:27:47.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:47 smithi139 ceph-mon[113400]: 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-13T11:27:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:47 smithi114 ceph-mon[106350]: 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-13T11:27:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:27:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:27:48.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:48 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:27:48.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:27:48.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:27:48.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:48 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:27:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:49 smithi139 ceph-mon[113400]: pgmap v666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:49.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:27:49.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:27:49.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:27:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:49 smithi114 ceph-mon[106350]: pgmap v666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:27:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:27:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:27:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:51 smithi139 ceph-mon[113400]: pgmap v667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:51 smithi114 ceph-mon[106350]: pgmap v667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:27:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:53 smithi139 ceph-mon[113400]: 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-13T11:27:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:53 smithi114 ceph-mon[106350]: 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-13T11:27:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:55 smithi139 ceph-mon[113400]: 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-13T11:27:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:55 smithi114 ceph-mon[106350]: 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-13T11:27:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:57 smithi139 ceph-mon[113400]: 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-13T11:27:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:57 smithi114 ceph-mon[106350]: 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-13T11:27:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:27:59 smithi139 ceph-mon[113400]: pgmap v671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:27:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:27:59 smithi114 ceph-mon[106350]: pgmap v671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:01 smithi139 ceph-mon[113400]: pgmap v672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:01 smithi114 ceph-mon[106350]: pgmap v672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:03 smithi139 ceph-mon[113400]: 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-13T11:28:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:03 smithi114 ceph-mon[106350]: 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-13T11:28:05.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:05 smithi139 ceph-mon[113400]: 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-13T11:28:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:05 smithi114 ceph-mon[106350]: 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-13T11:28:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:07 smithi139 ceph-mon[113400]: 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-13T11:28:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:07 smithi114 ceph-mon[106350]: 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-13T11:28:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:09 smithi139 ceph-mon[113400]: pgmap v676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:09 smithi114 ceph-mon[106350]: pgmap v676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:11 smithi139 ceph-mon[113400]: pgmap v677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:11 smithi114 ceph-mon[106350]: pgmap v677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:13 smithi139 ceph-mon[113400]: 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-13T11:28:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:13 smithi114 ceph-mon[106350]: 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-13T11:28:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:15 smithi139 ceph-mon[113400]: 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-13T11:28:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:15 smithi114 ceph-mon[106350]: 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-13T11:28:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:17 smithi139 ceph-mon[113400]: 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-13T11:28:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:17 smithi114 ceph-mon[106350]: 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-13T11:28:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:19 smithi139 ceph-mon[113400]: pgmap v681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:19 smithi114 ceph-mon[106350]: pgmap v681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:21 smithi139 ceph-mon[113400]: pgmap v682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:21 smithi114 ceph-mon[106350]: pgmap v682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:23 smithi139 ceph-mon[113400]: 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-13T11:28:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:23 smithi114 ceph-mon[106350]: 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-13T11:28:24.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:24 smithi139 ceph-mon[113400]: 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-13T11:28:24.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:24 smithi114 ceph-mon[106350]: 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-13T11:28:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:27 smithi139 ceph-mon[113400]: 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-13T11:28:27.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:27 smithi114 ceph-mon[106350]: 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-13T11:28:29.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:29 smithi139 ceph-mon[113400]: pgmap v686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:29 smithi114 ceph-mon[106350]: pgmap v686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:31 smithi114 ceph-mon[106350]: pgmap v687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:31 smithi139 ceph-mon[113400]: pgmap v687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:33 smithi114 ceph-mon[106350]: 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-13T11:28:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:33 smithi139 ceph-mon[113400]: 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-13T11:28:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:35 smithi114 ceph-mon[106350]: 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-13T11:28:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:35 smithi139 ceph-mon[113400]: 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-13T11:28:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:37 smithi114 ceph-mon[106350]: 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-13T11:28:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:37 smithi139 ceph-mon[113400]: 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-13T11:28:39.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:39 smithi114 ceph-mon[106350]: pgmap v691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:39 smithi139 ceph-mon[113400]: pgmap v691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:41.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:41 smithi114 ceph-mon[106350]: pgmap v692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:41 smithi139 ceph-mon[113400]: pgmap v692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:43 smithi114 ceph-mon[106350]: 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-13T11:28:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:43 smithi139 ceph-mon[113400]: 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-13T11:28:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:45 smithi114 ceph-mon[106350]: 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-13T11:28:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:45 smithi139 ceph-mon[113400]: 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-13T11:28:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:47 smithi114 ceph-mon[106350]: 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-13T11:28:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:47 smithi139 ceph-mon[113400]: 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-13T11:28:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:49 smithi114 ceph-mon[106350]: pgmap v696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:49.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:28:49.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:28:49.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:28:49.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:28:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:49 smithi139 ceph-mon[113400]: pgmap v696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:28:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:28:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:28:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:28:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:51 smithi114 ceph-mon[106350]: pgmap v697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:51.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:51 smithi139 ceph-mon[113400]: pgmap v697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:28:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:53 smithi114 ceph-mon[106350]: 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-13T11:28:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:53 smithi139 ceph-mon[113400]: 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-13T11:28:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:55 smithi114 ceph-mon[106350]: 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-13T11:28:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:55 smithi139 ceph-mon[113400]: 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-13T11:28:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:57 smithi114 ceph-mon[106350]: 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-13T11:28:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:57 smithi139 ceph-mon[113400]: 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-13T11:28:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:28:59 smithi114 ceph-mon[106350]: pgmap v701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:28:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:28:59 smithi139 ceph-mon[113400]: pgmap v701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:01 smithi114 ceph-mon[106350]: pgmap v702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:01 smithi139 ceph-mon[113400]: pgmap v702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:03 smithi114 ceph-mon[106350]: 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-13T11:29:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:03 smithi139 ceph-mon[113400]: 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-13T11:29:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:05 smithi114 ceph-mon[106350]: 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-13T11:29:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:05 smithi139 ceph-mon[113400]: 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-13T11:29:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:07 smithi114 ceph-mon[106350]: 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-13T11:29:07.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:07 smithi139 ceph-mon[113400]: 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-13T11:29:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:09 smithi114 ceph-mon[106350]: pgmap v706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:09.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:09 smithi139 ceph-mon[113400]: pgmap v706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:11 smithi114 ceph-mon[106350]: pgmap v707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:11 smithi139 ceph-mon[113400]: pgmap v707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:13 smithi114 ceph-mon[106350]: 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-13T11:29:13.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:13 smithi139 ceph-mon[113400]: 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-13T11:29:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:15 smithi114 ceph-mon[106350]: 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-13T11:29:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:15 smithi139 ceph-mon[113400]: 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-13T11:29:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:17 smithi114 ceph-mon[106350]: 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-13T11:29:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:17 smithi139 ceph-mon[113400]: 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-13T11:29:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:19 smithi139 ceph-mon[113400]: pgmap v711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:19 smithi114 ceph-mon[106350]: pgmap v711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:21 smithi139 ceph-mon[113400]: pgmap v712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:21 smithi114 ceph-mon[106350]: pgmap v712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:23 smithi139 ceph-mon[113400]: 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-13T11:29:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:23 smithi114 ceph-mon[106350]: 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-13T11:29:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:25 smithi139 ceph-mon[113400]: 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-13T11:29:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:25 smithi114 ceph-mon[106350]: 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-13T11:29:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:27 smithi139 ceph-mon[113400]: 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-13T11:29:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:27 smithi114 ceph-mon[106350]: 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-13T11:29:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:29 smithi139 ceph-mon[113400]: pgmap v716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:29 smithi114 ceph-mon[106350]: pgmap v716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:31 smithi139 ceph-mon[113400]: pgmap v717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:31 smithi114 ceph-mon[106350]: pgmap v717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:33 smithi139 ceph-mon[113400]: 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-13T11:29:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:33 smithi114 ceph-mon[106350]: 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-13T11:29:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:35 smithi139 ceph-mon[113400]: 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-13T11:29:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:35 smithi114 ceph-mon[106350]: 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-13T11:29:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:37 smithi139 ceph-mon[113400]: 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-13T11:29:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:37 smithi114 ceph-mon[106350]: 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-13T11:29:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:39 smithi139 ceph-mon[113400]: pgmap v721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:39 smithi114 ceph-mon[106350]: pgmap v721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:41 smithi139 ceph-mon[113400]: pgmap v722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:41 smithi114 ceph-mon[106350]: pgmap v722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:43 smithi139 ceph-mon[113400]: 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-13T11:29:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:43 smithi114 ceph-mon[106350]: 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-13T11:29:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:45 smithi139 ceph-mon[113400]: 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-13T11:29:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:45 smithi114 ceph-mon[106350]: 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-13T11:29:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:47 smithi139 ceph-mon[113400]: 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-13T11:29:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:47 smithi114 ceph-mon[106350]: 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-13T11:29:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:49 smithi139 ceph-mon[113400]: pgmap v726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:49 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:29:49.941 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:49 smithi114 ceph-mon[106350]: pgmap v726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:49.941 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:49 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:29:51.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: pgmap v727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:51.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:29:51.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:29:51.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: pgmap v727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:29:51.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:51.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:29:51.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:29:51.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:29:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:53 smithi114 ceph-mon[106350]: 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-13T11:29:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:53 smithi139 ceph-mon[113400]: 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-13T11:29:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:55 smithi114 ceph-mon[106350]: 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-13T11:29:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:55 smithi139 ceph-mon[113400]: 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-13T11:29:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:57 smithi114 ceph-mon[106350]: 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-13T11:29:57.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:57 smithi139 ceph-mon[113400]: 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-13T11:29:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:29:59 smithi114 ceph-mon[106350]: pgmap v731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:29:59.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:29:59 smithi139 ceph-mon[113400]: pgmap v731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:00.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T11:30:00.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T11:30:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:01 smithi114 ceph-mon[106350]: pgmap v732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:01.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:01 smithi139 ceph-mon[113400]: pgmap v732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:03 smithi114 ceph-mon[106350]: 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-13T11:30:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:03 smithi139 ceph-mon[113400]: 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-13T11:30:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:05 smithi114 ceph-mon[106350]: 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-13T11:30:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:05 smithi139 ceph-mon[113400]: 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-13T11:30:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:07 smithi114 ceph-mon[106350]: 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-13T11:30:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:07 smithi139 ceph-mon[113400]: 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-13T11:30:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:09 smithi114 ceph-mon[106350]: pgmap v736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:09 smithi139 ceph-mon[113400]: pgmap v736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:11 smithi114 ceph-mon[106350]: pgmap v737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:11 smithi139 ceph-mon[113400]: pgmap v737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:13 smithi114 ceph-mon[106350]: 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-13T11:30:13.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:13 smithi139 ceph-mon[113400]: 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-13T11:30:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:15 smithi114 ceph-mon[106350]: 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-13T11:30:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:15 smithi139 ceph-mon[113400]: 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-13T11:30:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:17 smithi114 ceph-mon[106350]: 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-13T11:30:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:17 smithi139 ceph-mon[113400]: 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-13T11:30:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:19 smithi114 ceph-mon[106350]: pgmap v741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:19.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:19 smithi139 ceph-mon[113400]: pgmap v741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:21.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:21 smithi114 ceph-mon[106350]: pgmap v742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:21 smithi139 ceph-mon[113400]: pgmap v742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:23.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:23 smithi114 ceph-mon[106350]: 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-13T11:30:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:23 smithi139 ceph-mon[113400]: 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-13T11:30:25.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:25 smithi114 ceph-mon[106350]: 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-13T11:30:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:25 smithi139 ceph-mon[113400]: 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-13T11:30:27.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:27 smithi114 ceph-mon[106350]: 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-13T11:30:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:27 smithi139 ceph-mon[113400]: 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-13T11:30:29.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:29 smithi114 ceph-mon[106350]: pgmap v746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:29 smithi139 ceph-mon[113400]: pgmap v746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:31.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:31 smithi114 ceph-mon[106350]: pgmap v747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:31 smithi139 ceph-mon[113400]: pgmap v747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:33.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:33 smithi114 ceph-mon[106350]: 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-13T11:30:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:33 smithi139 ceph-mon[113400]: 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-13T11:30:35.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:35 smithi114 ceph-mon[106350]: 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-13T11:30:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:35 smithi139 ceph-mon[113400]: 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-13T11:30:37.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:37 smithi114 ceph-mon[106350]: 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-13T11:30:37.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:37 smithi139 ceph-mon[113400]: 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-13T11:30:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:39 smithi139 ceph-mon[113400]: pgmap v751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:39 smithi114 ceph-mon[106350]: pgmap v751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:41 smithi139 ceph-mon[113400]: pgmap v752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:41 smithi114 ceph-mon[106350]: pgmap v752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:43.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:43 smithi139 ceph-mon[113400]: 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-13T11:30:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:43 smithi114 ceph-mon[106350]: 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-13T11:30:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:45 smithi139 ceph-mon[113400]: 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-13T11:30:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:45 smithi114 ceph-mon[106350]: 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-13T11:30:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:47 smithi139 ceph-mon[113400]: 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-13T11:30:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:47 smithi114 ceph-mon[106350]: 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-13T11:30:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:49 smithi139 ceph-mon[113400]: pgmap v756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:49 smithi114 ceph-mon[106350]: pgmap v756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:51 smithi139 ceph-mon[113400]: pgmap v757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:30:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:30:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:30:51.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:30:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:51 smithi114 ceph-mon[106350]: pgmap v757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:30:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:30:51.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:30:51.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:30:51.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:30:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:53 smithi139 ceph-mon[113400]: 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-13T11:30:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:53 smithi114 ceph-mon[106350]: 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-13T11:30:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:55 smithi139 ceph-mon[113400]: 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-13T11:30:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:55 smithi114 ceph-mon[106350]: 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-13T11:30:57.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:57 smithi139 ceph-mon[113400]: 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-13T11:30:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:57 smithi114 ceph-mon[106350]: 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-13T11:30:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:30:59 smithi139 ceph-mon[113400]: pgmap v761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:30:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:30:59 smithi114 ceph-mon[106350]: pgmap v761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:01 smithi139 ceph-mon[113400]: pgmap v762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:01 smithi114 ceph-mon[106350]: pgmap v762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:03 smithi139 ceph-mon[113400]: 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-13T11:31:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:03 smithi114 ceph-mon[106350]: 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-13T11:31:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:05 smithi139 ceph-mon[113400]: 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-13T11:31:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:05 smithi114 ceph-mon[106350]: 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-13T11:31:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:07 smithi139 ceph-mon[113400]: 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-13T11:31:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:07 smithi114 ceph-mon[106350]: 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-13T11:31:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:09 smithi139 ceph-mon[113400]: pgmap v766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:09 smithi114 ceph-mon[106350]: pgmap v766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:11 smithi139 ceph-mon[113400]: pgmap v767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:11 smithi114 ceph-mon[106350]: pgmap v767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:13 smithi139 ceph-mon[113400]: 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-13T11:31:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:13 smithi114 ceph-mon[106350]: 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-13T11:31:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:15 smithi139 ceph-mon[113400]: 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-13T11:31:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:15 smithi114 ceph-mon[106350]: 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-13T11:31:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:17 smithi139 ceph-mon[113400]: 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-13T11:31:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:17 smithi114 ceph-mon[106350]: 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-13T11:31:19.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:19 smithi139 ceph-mon[113400]: pgmap v771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:19 smithi114 ceph-mon[106350]: pgmap v771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:21 smithi139 ceph-mon[113400]: pgmap v772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:21 smithi114 ceph-mon[106350]: pgmap v772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:23 smithi139 ceph-mon[113400]: 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-13T11:31:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:23 smithi114 ceph-mon[106350]: 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-13T11:31:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:25 smithi139 ceph-mon[113400]: 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-13T11:31:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:25 smithi114 ceph-mon[106350]: 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-13T11:31:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:27 smithi139 ceph-mon[113400]: 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-13T11:31:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:27 smithi114 ceph-mon[106350]: 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-13T11:31:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:29 smithi139 ceph-mon[113400]: pgmap v776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:29 smithi114 ceph-mon[106350]: pgmap v776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:31 smithi139 ceph-mon[113400]: pgmap v777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:31 smithi114 ceph-mon[106350]: pgmap v777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:33 smithi139 ceph-mon[113400]: 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-13T11:31:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:33 smithi114 ceph-mon[106350]: 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-13T11:31:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:35 smithi139 ceph-mon[113400]: 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-13T11:31:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:35 smithi114 ceph-mon[106350]: 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-13T11:31:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:37 smithi139 ceph-mon[113400]: 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-13T11:31:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:37 smithi114 ceph-mon[106350]: 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-13T11:31:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:39 smithi139 ceph-mon[113400]: pgmap v781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:39 smithi114 ceph-mon[106350]: pgmap v781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:41 smithi139 ceph-mon[113400]: pgmap v782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:41 smithi114 ceph-mon[106350]: pgmap v782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:43 smithi139 ceph-mon[113400]: 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-13T11:31:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:43 smithi114 ceph-mon[106350]: 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-13T11:31:45.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:45 smithi139 ceph-mon[113400]: 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-13T11:31:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:45 smithi114 ceph-mon[106350]: 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-13T11:31:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:47 smithi139 ceph-mon[113400]: 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-13T11:31:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:47 smithi114 ceph-mon[106350]: 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-13T11:31:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:49 smithi139 ceph-mon[113400]: pgmap v786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:49 smithi114 ceph-mon[106350]: pgmap v786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:51 smithi139 ceph-mon[113400]: pgmap v787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:51 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:31:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:51 smithi114 ceph-mon[106350]: pgmap v787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:31:51.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:51 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:31:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:31:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:31:52.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:31:52.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:31:52.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:31:52.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:31:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:53 smithi139 ceph-mon[113400]: 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-13T11:31:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:53 smithi114 ceph-mon[106350]: 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-13T11:31:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:55 smithi139 ceph-mon[113400]: 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-13T11:31:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:55 smithi114 ceph-mon[106350]: 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-13T11:31:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:57 smithi139 ceph-mon[113400]: 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-13T11:31:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:57 smithi114 ceph-mon[106350]: 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-13T11:31:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:31:59 smithi139 ceph-mon[113400]: pgmap v791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:31:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:31:59 smithi114 ceph-mon[106350]: pgmap v791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:01 smithi139 ceph-mon[113400]: pgmap v792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:01 smithi114 ceph-mon[106350]: pgmap v792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:03 smithi139 ceph-mon[113400]: 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-13T11:32:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:03 smithi114 ceph-mon[106350]: 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-13T11:32:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:05 smithi139 ceph-mon[113400]: 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-13T11:32:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:05 smithi114 ceph-mon[106350]: 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-13T11:32:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:07 smithi139 ceph-mon[113400]: 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-13T11:32:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:07 smithi114 ceph-mon[106350]: 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-13T11:32:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:09 smithi139 ceph-mon[113400]: pgmap v796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:09 smithi114 ceph-mon[106350]: pgmap v796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:11 smithi139 ceph-mon[113400]: pgmap v797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:11 smithi114 ceph-mon[106350]: pgmap v797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:13 smithi139 ceph-mon[113400]: 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-13T11:32:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:13 smithi114 ceph-mon[106350]: 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-13T11:32:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:15 smithi139 ceph-mon[113400]: 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-13T11:32:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:15 smithi114 ceph-mon[106350]: 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-13T11:32:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:17 smithi139 ceph-mon[113400]: 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-13T11:32:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:17 smithi114 ceph-mon[106350]: 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-13T11:32:19.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:19 smithi139 ceph-mon[113400]: pgmap v801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:19 smithi114 ceph-mon[106350]: pgmap v801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:21.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:21 smithi139 ceph-mon[113400]: pgmap v802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:21 smithi114 ceph-mon[106350]: pgmap v802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:23 smithi139 ceph-mon[113400]: 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-13T11:32:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:23 smithi114 ceph-mon[106350]: 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-13T11:32:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:25 smithi139 ceph-mon[113400]: 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-13T11:32:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:25 smithi114 ceph-mon[106350]: 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-13T11:32:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:27 smithi139 ceph-mon[113400]: 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-13T11:32:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:27 smithi114 ceph-mon[106350]: 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-13T11:32:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:29 smithi139 ceph-mon[113400]: pgmap v806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:29 smithi114 ceph-mon[106350]: pgmap v806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:31 smithi139 ceph-mon[113400]: pgmap v807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:31 smithi114 ceph-mon[106350]: pgmap v807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:33.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:33 smithi139 ceph-mon[113400]: 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-13T11:32:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:33 smithi114 ceph-mon[106350]: 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-13T11:32:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:35 smithi139 ceph-mon[113400]: 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-13T11:32:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:35 smithi114 ceph-mon[106350]: 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-13T11:32:37.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:37 smithi139 ceph-mon[113400]: 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-13T11:32:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:37 smithi114 ceph-mon[106350]: 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-13T11:32:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:39 smithi139 ceph-mon[113400]: pgmap v811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:39 smithi114 ceph-mon[106350]: pgmap v811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:41 smithi139 ceph-mon[113400]: pgmap v812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:41 smithi114 ceph-mon[106350]: pgmap v812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:42.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:42 smithi139 ceph-mon[113400]: 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-13T11:32:42.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:42 smithi114 ceph-mon[106350]: 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-13T11:32:45.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:45 smithi139 ceph-mon[113400]: 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-13T11:32:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:45 smithi114 ceph-mon[106350]: 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-13T11:32:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:47 smithi114 ceph-mon[106350]: 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-13T11:32:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:47 smithi139 ceph-mon[113400]: 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-13T11:32:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:49 smithi114 ceph-mon[106350]: pgmap v816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:49 smithi139 ceph-mon[113400]: pgmap v816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:51 smithi114 ceph-mon[106350]: pgmap v817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:51 smithi139 ceph-mon[113400]: pgmap v817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:32:52.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:32:52.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:32:52.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:32:52.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:32:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:32:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:32:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:32:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:32:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:53 smithi114 ceph-mon[106350]: 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-13T11:32:53.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:53 smithi139 ceph-mon[113400]: 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-13T11:32:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:55 smithi114 ceph-mon[106350]: 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-13T11:32:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:55 smithi139 ceph-mon[113400]: 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-13T11:32:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:57 smithi114 ceph-mon[106350]: 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-13T11:32:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:57 smithi139 ceph-mon[113400]: 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-13T11:32:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:32:59 smithi114 ceph-mon[106350]: pgmap v821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:32:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:32:59 smithi139 ceph-mon[113400]: pgmap v821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:01.697 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:01 smithi139 ceph-mon[113400]: pgmap v822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:01 smithi114 ceph-mon[106350]: pgmap v822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:03 smithi114 ceph-mon[106350]: 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-13T11:33:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:03 smithi139 ceph-mon[113400]: 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-13T11:33:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:05 smithi114 ceph-mon[106350]: 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-13T11:33:05.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:05 smithi139 ceph-mon[113400]: 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-13T11:33:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:07 smithi114 ceph-mon[106350]: 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-13T11:33:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:07 smithi139 ceph-mon[113400]: 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-13T11:33:09.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:09 smithi114 ceph-mon[106350]: pgmap v826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:09 smithi139 ceph-mon[113400]: pgmap v826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:11.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:11 smithi114 ceph-mon[106350]: pgmap v827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:11.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:11 smithi139 ceph-mon[113400]: pgmap v827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:13.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:13 smithi114 ceph-mon[106350]: 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-13T11:33:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:13 smithi139 ceph-mon[113400]: 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-13T11:33:15.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:15 smithi114 ceph-mon[106350]: 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-13T11:33:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:15 smithi139 ceph-mon[113400]: 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-13T11:33:17.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:17 smithi114 ceph-mon[106350]: 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-13T11:33:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:17 smithi139 ceph-mon[113400]: 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-13T11:33:19.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:19 smithi114 ceph-mon[106350]: pgmap v831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:19.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:19 smithi139 ceph-mon[113400]: pgmap v831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:21 smithi139 ceph-mon[113400]: pgmap v832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:21 smithi114 ceph-mon[106350]: pgmap v832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:23 smithi139 ceph-mon[113400]: 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-13T11:33:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:23 smithi114 ceph-mon[106350]: 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-13T11:33:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:25 smithi139 ceph-mon[113400]: 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-13T11:33:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:25 smithi114 ceph-mon[106350]: 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-13T11:33:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:27 smithi139 ceph-mon[113400]: 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-13T11:33:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:27 smithi114 ceph-mon[106350]: 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-13T11:33:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:29 smithi139 ceph-mon[113400]: pgmap v836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:29 smithi114 ceph-mon[106350]: pgmap v836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:31 smithi139 ceph-mon[113400]: pgmap v837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:31 smithi114 ceph-mon[106350]: pgmap v837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:33 smithi139 ceph-mon[113400]: 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-13T11:33:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:33 smithi114 ceph-mon[106350]: 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-13T11:33:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:35 smithi139 ceph-mon[113400]: 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-13T11:33:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:35 smithi114 ceph-mon[106350]: 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-13T11:33:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:37 smithi139 ceph-mon[113400]: 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-13T11:33:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:37 smithi114 ceph-mon[106350]: 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-13T11:33:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:39 smithi139 ceph-mon[113400]: pgmap v841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:39 smithi114 ceph-mon[106350]: pgmap v841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:41 smithi139 ceph-mon[113400]: pgmap v842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:41 smithi114 ceph-mon[106350]: pgmap v842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:43 smithi139 ceph-mon[113400]: 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-13T11:33:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:43 smithi114 ceph-mon[106350]: 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-13T11:33:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:45 smithi139 ceph-mon[113400]: 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-13T11:33:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:45 smithi114 ceph-mon[106350]: 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-13T11:33:47.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:47 smithi139 ceph-mon[113400]: 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-13T11:33:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:47 smithi114 ceph-mon[106350]: 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-13T11:33:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:49 smithi139 ceph-mon[113400]: pgmap v846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:49 smithi114 ceph-mon[106350]: pgmap v846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:51 smithi139 ceph-mon[113400]: pgmap v847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:51 smithi114 ceph-mon[106350]: pgmap v847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:33:52.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:52 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:33:52.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:52 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:33:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:53 smithi139 ceph-mon[113400]: 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-13T11:33:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:33:53.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:33:53.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:33:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:53 smithi114 ceph-mon[106350]: 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-13T11:33:53.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:33:53.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:33:53.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:33:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:55 smithi139 ceph-mon[113400]: 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-13T11:33:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:55 smithi114 ceph-mon[106350]: 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-13T11:33:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:57 smithi139 ceph-mon[113400]: 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-13T11:33:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:57 smithi114 ceph-mon[106350]: 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-13T11:33:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:33:59 smithi139 ceph-mon[113400]: pgmap v851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:33:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:33:59 smithi114 ceph-mon[106350]: pgmap v851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:01 smithi139 ceph-mon[113400]: pgmap v852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:01 smithi114 ceph-mon[106350]: pgmap v852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:03 smithi139 ceph-mon[113400]: 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-13T11:34:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:03 smithi114 ceph-mon[106350]: 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-13T11:34:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:05 smithi139 ceph-mon[113400]: 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-13T11:34:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:05 smithi114 ceph-mon[106350]: 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-13T11:34:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:07 smithi139 ceph-mon[113400]: 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-13T11:34:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:07 smithi114 ceph-mon[106350]: 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-13T11:34:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:09 smithi139 ceph-mon[113400]: pgmap v856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:09 smithi114 ceph-mon[106350]: pgmap v856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:11 smithi139 ceph-mon[113400]: pgmap v857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:11 smithi114 ceph-mon[106350]: pgmap v857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:13 smithi139 ceph-mon[113400]: 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-13T11:34:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:13 smithi114 ceph-mon[106350]: 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-13T11:34:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:15 smithi139 ceph-mon[113400]: 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-13T11:34:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:15 smithi114 ceph-mon[106350]: 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-13T11:34:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:17 smithi139 ceph-mon[113400]: 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-13T11:34:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:17 smithi114 ceph-mon[106350]: 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-13T11:34:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:19 smithi139 ceph-mon[113400]: pgmap v861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:19 smithi114 ceph-mon[106350]: pgmap v861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:21 smithi139 ceph-mon[113400]: pgmap v862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:21 smithi114 ceph-mon[106350]: pgmap v862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:23 smithi139 ceph-mon[113400]: 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-13T11:34:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:23 smithi114 ceph-mon[106350]: 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-13T11:34:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:25 smithi139 ceph-mon[113400]: 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-13T11:34:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:25 smithi114 ceph-mon[106350]: 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-13T11:34:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:27 smithi139 ceph-mon[113400]: 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-13T11:34:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:27 smithi114 ceph-mon[106350]: 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-13T11:34:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:29 smithi139 ceph-mon[113400]: pgmap v866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:29 smithi114 ceph-mon[106350]: pgmap v866: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:31 smithi139 ceph-mon[113400]: pgmap v867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:31 smithi114 ceph-mon[106350]: pgmap v867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:33.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:33 smithi139 ceph-mon[113400]: 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-13T11:34:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:33 smithi114 ceph-mon[106350]: 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-13T11:34:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:35 smithi139 ceph-mon[113400]: 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-13T11:34:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:35 smithi114 ceph-mon[106350]: 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-13T11:34:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:37 smithi139 ceph-mon[113400]: 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-13T11:34:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:37 smithi114 ceph-mon[106350]: 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-13T11:34:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:39 smithi139 ceph-mon[113400]: pgmap v871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:39 smithi114 ceph-mon[106350]: pgmap v871: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:41 smithi139 ceph-mon[113400]: pgmap v872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:41 smithi114 ceph-mon[106350]: pgmap v872: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:43 smithi139 ceph-mon[113400]: 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-13T11:34:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:43 smithi114 ceph-mon[106350]: 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-13T11:34:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:45 smithi139 ceph-mon[113400]: 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-13T11:34:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:45 smithi114 ceph-mon[106350]: 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-13T11:34:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:47 smithi139 ceph-mon[113400]: 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-13T11:34:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:47 smithi114 ceph-mon[106350]: 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-13T11:34:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:49 smithi139 ceph-mon[113400]: pgmap v876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:49 smithi114 ceph-mon[106350]: pgmap v876: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:51 smithi139 ceph-mon[113400]: pgmap v877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:51 smithi114 ceph-mon[106350]: pgmap v877: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:34:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:53 smithi139 ceph-mon[113400]: 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-13T11:34:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:34:53.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:34:53.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:34:53.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:53 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:34:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:53 smithi114 ceph-mon[106350]: 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-13T11:34:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:34:53.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:34:53.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:34:53.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:53 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:34:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:55 smithi139 ceph-mon[113400]: 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-13T11:34:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:55 smithi114 ceph-mon[106350]: 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-13T11:34:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:57 smithi139 ceph-mon[113400]: 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-13T11:34:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:57 smithi114 ceph-mon[106350]: 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-13T11:34:59.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:34:59 smithi139 ceph-mon[113400]: pgmap v881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:34:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:34:59 smithi114 ceph-mon[106350]: pgmap v881: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:01 smithi139 ceph-mon[113400]: pgmap v882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:01 smithi114 ceph-mon[106350]: pgmap v882: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:03 smithi139 ceph-mon[113400]: 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-13T11:35:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:03 smithi114 ceph-mon[106350]: 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-13T11:35:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:05 smithi139 ceph-mon[113400]: 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-13T11:35:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:05 smithi114 ceph-mon[106350]: 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-13T11:35:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:07 smithi139 ceph-mon[113400]: 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-13T11:35:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:07 smithi114 ceph-mon[106350]: 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-13T11:35:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:09 smithi139 ceph-mon[113400]: pgmap v886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:09 smithi114 ceph-mon[106350]: pgmap v886: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:11 smithi139 ceph-mon[113400]: pgmap v887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:11 smithi114 ceph-mon[106350]: pgmap v887: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:13 smithi139 ceph-mon[113400]: 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-13T11:35:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:13 smithi114 ceph-mon[106350]: 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-13T11:35:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:15 smithi139 ceph-mon[113400]: 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-13T11:35:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:15 smithi114 ceph-mon[106350]: 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-13T11:35:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:17 smithi139 ceph-mon[113400]: 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-13T11:35:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:17 smithi114 ceph-mon[106350]: 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-13T11:35:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:19 smithi139 ceph-mon[113400]: pgmap v891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:19 smithi114 ceph-mon[106350]: pgmap v891: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:21 smithi139 ceph-mon[113400]: pgmap v892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:21 smithi114 ceph-mon[106350]: pgmap v892: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:23 smithi139 ceph-mon[113400]: 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-13T11:35:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:23 smithi114 ceph-mon[106350]: 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-13T11:35:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:25 smithi139 ceph-mon[113400]: 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-13T11:35:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:25 smithi114 ceph-mon[106350]: 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-13T11:35:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:27 smithi139 ceph-mon[113400]: 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-13T11:35:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:27 smithi114 ceph-mon[106350]: 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-13T11:35:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:29 smithi139 ceph-mon[113400]: pgmap v896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:29 smithi114 ceph-mon[106350]: pgmap v896: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:31 smithi139 ceph-mon[113400]: pgmap v897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:31 smithi114 ceph-mon[106350]: pgmap v897: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:33 smithi139 ceph-mon[113400]: 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-13T11:35:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:33 smithi114 ceph-mon[106350]: 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-13T11:35:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:35 smithi139 ceph-mon[113400]: 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-13T11:35:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:35 smithi114 ceph-mon[106350]: 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-13T11:35:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:37 smithi139 ceph-mon[113400]: 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-13T11:35:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:37 smithi114 ceph-mon[106350]: 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-13T11:35:38.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:38 smithi114 ceph-mon[106350]: pgmap v901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:39.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:38 smithi139 ceph-mon[113400]: pgmap v901: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:41.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:41 smithi114 ceph-mon[106350]: pgmap v902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:41.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:41 smithi139 ceph-mon[113400]: pgmap v902: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:43.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:43 smithi114 ceph-mon[106350]: 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-13T11:35:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:43 smithi139 ceph-mon[113400]: 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-13T11:35:45.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:45 smithi114 ceph-mon[106350]: 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-13T11:35:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:45 smithi139 ceph-mon[113400]: 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-13T11:35:47.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:47 smithi114 ceph-mon[106350]: 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-13T11:35:47.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:47 smithi139 ceph-mon[113400]: 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-13T11:35:49.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:49 smithi114 ceph-mon[106350]: pgmap v906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:49 smithi139 ceph-mon[113400]: pgmap v906: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:51.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:51 smithi114 ceph-mon[106350]: pgmap v907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:51 smithi139 ceph-mon[113400]: pgmap v907: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:35:53.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:53 smithi114 ceph-mon[106350]: 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-13T11:35:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:53 smithi139 ceph-mon[113400]: 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-13T11:35:54.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:35:54.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:35:54.718 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:35:54.719 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:35:54.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:35:54.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:35:54.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:35:54.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:35:55.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:55 smithi114 ceph-mon[106350]: 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-13T11:35:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:55 smithi139 ceph-mon[113400]: 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-13T11:35:57.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:57 smithi114 ceph-mon[106350]: 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-13T11:35:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:57 smithi139 ceph-mon[113400]: 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-13T11:35:59.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:35:59 smithi114 ceph-mon[106350]: pgmap v911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:35:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:35:59 smithi139 ceph-mon[113400]: pgmap v911: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:01 smithi114 ceph-mon[106350]: pgmap v912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:01 smithi139 ceph-mon[113400]: pgmap v912: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:03 smithi114 ceph-mon[106350]: 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-13T11:36:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:03 smithi139 ceph-mon[113400]: 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-13T11:36:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:05 smithi139 ceph-mon[113400]: 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-13T11:36:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:05 smithi114 ceph-mon[106350]: 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-13T11:36:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:07 smithi139 ceph-mon[113400]: 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-13T11:36:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:07 smithi114 ceph-mon[106350]: 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-13T11:36:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:09 smithi139 ceph-mon[113400]: pgmap v916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:09 smithi114 ceph-mon[106350]: pgmap v916: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:11 smithi139 ceph-mon[113400]: pgmap v917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:11 smithi114 ceph-mon[106350]: pgmap v917: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:13 smithi139 ceph-mon[113400]: 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-13T11:36:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:13 smithi114 ceph-mon[106350]: 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-13T11:36:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:15 smithi139 ceph-mon[113400]: 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-13T11:36:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:15 smithi114 ceph-mon[106350]: 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-13T11:36:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:17 smithi139 ceph-mon[113400]: 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-13T11:36:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:17 smithi114 ceph-mon[106350]: 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-13T11:36:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:19 smithi139 ceph-mon[113400]: pgmap v921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:19 smithi114 ceph-mon[106350]: pgmap v921: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:21 smithi139 ceph-mon[113400]: pgmap v922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:21 smithi114 ceph-mon[106350]: pgmap v922: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:23 smithi139 ceph-mon[113400]: 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-13T11:36:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:23 smithi114 ceph-mon[106350]: 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-13T11:36:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:25 smithi139 ceph-mon[113400]: 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-13T11:36:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:25 smithi114 ceph-mon[106350]: 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-13T11:36:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:27 smithi139 ceph-mon[113400]: 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-13T11:36:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:27 smithi114 ceph-mon[106350]: 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-13T11:36:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:29 smithi139 ceph-mon[113400]: pgmap v926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:29 smithi114 ceph-mon[106350]: pgmap v926: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:31 smithi139 ceph-mon[113400]: pgmap v927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:31 smithi114 ceph-mon[106350]: pgmap v927: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:33 smithi139 ceph-mon[113400]: 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-13T11:36:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:33 smithi114 ceph-mon[106350]: 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-13T11:36:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:35 smithi139 ceph-mon[113400]: 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-13T11:36:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:35 smithi114 ceph-mon[106350]: 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-13T11:36:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:37 smithi139 ceph-mon[113400]: 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-13T11:36:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:37 smithi114 ceph-mon[106350]: 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-13T11:36:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:39 smithi139 ceph-mon[113400]: pgmap v931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:39 smithi114 ceph-mon[106350]: pgmap v931: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:41 smithi139 ceph-mon[113400]: pgmap v932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:41 smithi114 ceph-mon[106350]: pgmap v932: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:43 smithi139 ceph-mon[113400]: 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-13T11:36:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:43 smithi114 ceph-mon[106350]: 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-13T11:36:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:45 smithi139 ceph-mon[113400]: 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-13T11:36:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:45 smithi114 ceph-mon[106350]: 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-13T11:36:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:47 smithi139 ceph-mon[113400]: 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-13T11:36:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:47 smithi114 ceph-mon[106350]: 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-13T11:36:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:49 smithi139 ceph-mon[113400]: pgmap v936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:49 smithi114 ceph-mon[106350]: pgmap v936: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:51 smithi139 ceph-mon[113400]: pgmap v937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:51 smithi114 ceph-mon[106350]: pgmap v937: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:36:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:53 smithi139 ceph-mon[113400]: 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-13T11:36:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:53 smithi114 ceph-mon[106350]: 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-13T11:36:54.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:36:54.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:54.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:54 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:54.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:36:54.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:54.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:54 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: 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-13T11:36:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:36:55.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:36:55.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: 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-13T11:36:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:55.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:36:55.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:36:55.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:36:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:57 smithi139 ceph-mon[113400]: 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-13T11:36:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:57 smithi114 ceph-mon[106350]: 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-13T11:36:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:36:59 smithi139 ceph-mon[113400]: pgmap v941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:36:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:36:59 smithi114 ceph-mon[106350]: pgmap v941: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:01.832 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:01 smithi114 ceph-mon[106350]: pgmap v942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:01 smithi139 ceph-mon[113400]: pgmap v942: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:03 smithi139 ceph-mon[113400]: 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-13T11:37:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:03 smithi114 ceph-mon[106350]: 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-13T11:37:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:05 smithi139 ceph-mon[113400]: 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-13T11:37:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:05 smithi114 ceph-mon[106350]: 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-13T11:37:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:07 smithi139 ceph-mon[113400]: 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-13T11:37:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:07 smithi114 ceph-mon[106350]: 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-13T11:37:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:09 smithi139 ceph-mon[113400]: pgmap v946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:09 smithi114 ceph-mon[106350]: pgmap v946: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:11 smithi139 ceph-mon[113400]: pgmap v947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:11 smithi114 ceph-mon[106350]: pgmap v947: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:13 smithi139 ceph-mon[113400]: 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-13T11:37:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:13 smithi114 ceph-mon[106350]: 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-13T11:37:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:15 smithi139 ceph-mon[113400]: 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-13T11:37:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:15 smithi114 ceph-mon[106350]: 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-13T11:37:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:17 smithi139 ceph-mon[113400]: 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-13T11:37:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:17 smithi114 ceph-mon[106350]: 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-13T11:37:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:19 smithi139 ceph-mon[113400]: pgmap v951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:19 smithi114 ceph-mon[106350]: pgmap v951: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:21.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:21 smithi139 ceph-mon[113400]: pgmap v952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:21 smithi114 ceph-mon[106350]: pgmap v952: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:23 smithi139 ceph-mon[113400]: 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-13T11:37:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:23 smithi114 ceph-mon[106350]: 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-13T11:37:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:25 smithi139 ceph-mon[113400]: 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-13T11:37:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:25 smithi114 ceph-mon[106350]: 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-13T11:37:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:27 smithi139 ceph-mon[113400]: 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-13T11:37:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:27 smithi114 ceph-mon[106350]: 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-13T11:37:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:29 smithi139 ceph-mon[113400]: pgmap v956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:29 smithi114 ceph-mon[106350]: pgmap v956: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:31 smithi139 ceph-mon[113400]: pgmap v957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:31 smithi114 ceph-mon[106350]: pgmap v957: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:33 smithi139 ceph-mon[113400]: 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-13T11:37:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:33 smithi114 ceph-mon[106350]: 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-13T11:37:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:35 smithi139 ceph-mon[113400]: 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-13T11:37:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:35 smithi114 ceph-mon[106350]: 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-13T11:37:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:37 smithi139 ceph-mon[113400]: 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-13T11:37:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:37 smithi114 ceph-mon[106350]: 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-13T11:37:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:39 smithi139 ceph-mon[113400]: pgmap v961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:39 smithi114 ceph-mon[106350]: pgmap v961: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:41 smithi139 ceph-mon[113400]: pgmap v962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:41 smithi114 ceph-mon[106350]: pgmap v962: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:43 smithi139 ceph-mon[113400]: 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-13T11:37:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:43 smithi114 ceph-mon[106350]: 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-13T11:37:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:45 smithi139 ceph-mon[113400]: 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-13T11:37:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:45 smithi114 ceph-mon[106350]: 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-13T11:37:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:47 smithi139 ceph-mon[113400]: 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-13T11:37:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:47 smithi114 ceph-mon[106350]: 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-13T11:37:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:49 smithi139 ceph-mon[113400]: pgmap v966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:49 smithi114 ceph-mon[106350]: pgmap v966: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:51 smithi139 ceph-mon[113400]: pgmap v967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:51 smithi114 ceph-mon[106350]: pgmap v967: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:37:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:53 smithi139 ceph-mon[113400]: 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-13T11:37:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:53 smithi114 ceph-mon[106350]: 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-13T11:37:55.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:55 smithi139 ceph-mon[113400]: 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-13T11:37:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:55 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:37:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:55 smithi114 ceph-mon[106350]: 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-13T11:37:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:55 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:37:56.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:56 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:56.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:56 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:56.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:56 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:56.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:56 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:57.758 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:57 smithi114 ceph-mon[106350]: 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-13T11:37:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:57 smithi139 ceph-mon[113400]: 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-13T11:37:59.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:59.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:59.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:37:59.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:37:59.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:59.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:37:58 smithi139 ceph-mon[113400]: pgmap v971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:37:59.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:59.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:59.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:37:59.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:37:59.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:37:59.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:37:58 smithi114 ceph-mon[106350]: pgmap v971: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:01 smithi114 ceph-mon[106350]: pgmap v972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:01 smithi139 ceph-mon[113400]: pgmap v972: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:03.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:03 smithi114 ceph-mon[106350]: 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-13T11:38:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:03 smithi139 ceph-mon[113400]: 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-13T11:38:05.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:05 smithi114 ceph-mon[106350]: 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-13T11:38:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:05 smithi139 ceph-mon[113400]: 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-13T11:38:07.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:07 smithi114 ceph-mon[106350]: 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-13T11:38:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:07 smithi139 ceph-mon[113400]: 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-13T11:38:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:09 smithi139 ceph-mon[113400]: pgmap v976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:09 smithi114 ceph-mon[106350]: pgmap v976: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:11 smithi139 ceph-mon[113400]: pgmap v977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:11 smithi114 ceph-mon[106350]: pgmap v977: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:13 smithi139 ceph-mon[113400]: 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-13T11:38:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:13 smithi114 ceph-mon[106350]: 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-13T11:38:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:15 smithi139 ceph-mon[113400]: 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-13T11:38:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:15 smithi114 ceph-mon[106350]: 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-13T11:38:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:17 smithi139 ceph-mon[113400]: 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-13T11:38:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:17 smithi114 ceph-mon[106350]: 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-13T11:38:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:19 smithi139 ceph-mon[113400]: pgmap v981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:19 smithi114 ceph-mon[106350]: pgmap v981: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:21 smithi139 ceph-mon[113400]: pgmap v982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:21 smithi114 ceph-mon[106350]: pgmap v982: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:23 smithi139 ceph-mon[113400]: 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-13T11:38:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:23 smithi114 ceph-mon[106350]: 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-13T11:38:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:25 smithi139 ceph-mon[113400]: 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-13T11:38:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:25 smithi114 ceph-mon[106350]: 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-13T11:38:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:27 smithi139 ceph-mon[113400]: 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-13T11:38:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:27 smithi114 ceph-mon[106350]: 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-13T11:38:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:29 smithi139 ceph-mon[113400]: pgmap v986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:29 smithi114 ceph-mon[106350]: pgmap v986: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:31 smithi139 ceph-mon[113400]: pgmap v987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:31 smithi114 ceph-mon[106350]: pgmap v987: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:33.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:33 smithi139 ceph-mon[113400]: 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-13T11:38:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:33 smithi114 ceph-mon[106350]: 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-13T11:38:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:35 smithi139 ceph-mon[113400]: 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-13T11:38:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:35 smithi114 ceph-mon[106350]: 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-13T11:38:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:37 smithi139 ceph-mon[113400]: 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-13T11:38:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:37 smithi114 ceph-mon[106350]: 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-13T11:38:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:39 smithi139 ceph-mon[113400]: pgmap v991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:39 smithi114 ceph-mon[106350]: pgmap v991: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:41 smithi139 ceph-mon[113400]: pgmap v992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:41 smithi114 ceph-mon[106350]: pgmap v992: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:43 smithi139 ceph-mon[113400]: 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-13T11:38:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:43 smithi114 ceph-mon[106350]: 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-13T11:38:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:45 smithi139 ceph-mon[113400]: 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-13T11:38:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:45 smithi114 ceph-mon[106350]: 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-13T11:38:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:47 smithi139 ceph-mon[113400]: 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-13T11:38:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:47 smithi114 ceph-mon[106350]: 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-13T11:38:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:49 smithi139 ceph-mon[113400]: pgmap v996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:49 smithi114 ceph-mon[106350]: pgmap v996: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:51 smithi139 ceph-mon[113400]: pgmap v997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:51 smithi114 ceph-mon[106350]: pgmap v997: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:38:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:53 smithi139 ceph-mon[113400]: 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-13T11:38:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:53 smithi114 ceph-mon[106350]: 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-13T11:38:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:55 smithi139 ceph-mon[113400]: 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-13T11:38:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:55 smithi114 ceph-mon[106350]: 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-13T11:38:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:57 smithi139 ceph-mon[113400]: 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-13T11:38:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:57 smithi114 ceph-mon[106350]: 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-13T11:38:58.789 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:58 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:38:58.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:58 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:38:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:38:59 smithi139 ceph-mon[113400]: pgmap v1001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:38:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:38:59 smithi114 ceph-mon[106350]: pgmap v1001: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:01 smithi139 ceph-mon[113400]: pgmap v1002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:39:01.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:39:01.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:39:01.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:39:01.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:39:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:01 smithi114 ceph-mon[106350]: pgmap v1002: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:01.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:39:01.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:39:01.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:39:01.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:39:01.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:39:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:03 smithi139 ceph-mon[113400]: 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-13T11:39:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:03 smithi114 ceph-mon[106350]: 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-13T11:39:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:05 smithi139 ceph-mon[113400]: 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-13T11:39:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:05 smithi114 ceph-mon[106350]: 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-13T11:39:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:07 smithi139 ceph-mon[113400]: 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-13T11:39:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:07 smithi114 ceph-mon[106350]: 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-13T11:39:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:09 smithi139 ceph-mon[113400]: pgmap v1006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:09 smithi114 ceph-mon[106350]: pgmap v1006: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:11 smithi139 ceph-mon[113400]: pgmap v1007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:11 smithi114 ceph-mon[106350]: pgmap v1007: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:13 smithi139 ceph-mon[113400]: 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-13T11:39:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:13 smithi114 ceph-mon[106350]: 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-13T11:39:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:15 smithi139 ceph-mon[113400]: 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-13T11:39:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:15 smithi114 ceph-mon[106350]: 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-13T11:39:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:17 smithi139 ceph-mon[113400]: 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-13T11:39:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:17 smithi114 ceph-mon[106350]: 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-13T11:39:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:19 smithi139 ceph-mon[113400]: pgmap v1011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:19 smithi114 ceph-mon[106350]: pgmap v1011: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:21 smithi114 ceph-mon[106350]: pgmap v1012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:21 smithi139 ceph-mon[113400]: pgmap v1012: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:23 smithi114 ceph-mon[106350]: 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-13T11:39:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:23 smithi139 ceph-mon[113400]: 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-13T11:39:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:25 smithi114 ceph-mon[106350]: 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-13T11:39:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:25 smithi139 ceph-mon[113400]: 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-13T11:39:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:27 smithi114 ceph-mon[106350]: 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-13T11:39:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:27 smithi139 ceph-mon[113400]: 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-13T11:39:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:29 smithi114 ceph-mon[106350]: pgmap v1016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:29 smithi139 ceph-mon[113400]: pgmap v1016: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:31 smithi114 ceph-mon[106350]: pgmap v1017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:31 smithi139 ceph-mon[113400]: pgmap v1017: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:33.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:33 smithi114 ceph-mon[106350]: 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-13T11:39:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:33 smithi139 ceph-mon[113400]: 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-13T11:39:34.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:34 smithi114 ceph-mon[106350]: 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-13T11:39:35.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:34 smithi139 ceph-mon[113400]: 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-13T11:39:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:37 smithi139 ceph-mon[113400]: 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-13T11:39:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:37 smithi114 ceph-mon[106350]: 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-13T11:39:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:39 smithi139 ceph-mon[113400]: pgmap v1021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:39 smithi114 ceph-mon[106350]: pgmap v1021: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:41 smithi139 ceph-mon[113400]: pgmap v1022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:41 smithi114 ceph-mon[106350]: pgmap v1022: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:43 smithi139 ceph-mon[113400]: 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-13T11:39:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:43 smithi114 ceph-mon[106350]: 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-13T11:39:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:45 smithi139 ceph-mon[113400]: 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-13T11:39:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:45 smithi114 ceph-mon[106350]: 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-13T11:39:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:47 smithi139 ceph-mon[113400]: 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-13T11:39:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:47 smithi114 ceph-mon[106350]: 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-13T11:39:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:49 smithi139 ceph-mon[113400]: pgmap v1026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:49 smithi114 ceph-mon[106350]: pgmap v1026: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:51 smithi139 ceph-mon[113400]: pgmap v1027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:51 smithi114 ceph-mon[106350]: pgmap v1027: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:39:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:53 smithi139 ceph-mon[113400]: 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-13T11:39:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:53 smithi114 ceph-mon[106350]: 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-13T11:39:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:55 smithi139 ceph-mon[113400]: 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-13T11:39:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:55 smithi114 ceph-mon[106350]: 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-13T11:39:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:57 smithi139 ceph-mon[113400]: 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-13T11:39:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:57 smithi114 ceph-mon[106350]: 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-13T11:39:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:39:59 smithi139 ceph-mon[113400]: pgmap v1031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:39:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:39:59 smithi114 ceph-mon[106350]: pgmap v1031: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:00.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T11:40:00.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T11:40:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:01 smithi139 ceph-mon[113400]: pgmap v1032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:01.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:01 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:40:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:01 smithi114 ceph-mon[106350]: pgmap v1032: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:01.717 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:01 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:40:02.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:40:02.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:40:02.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:02.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:40:02.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:40:02.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:40:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:03 smithi139 ceph-mon[113400]: 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-13T11:40:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:03 smithi114 ceph-mon[106350]: 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-13T11:40:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:05 smithi139 ceph-mon[113400]: 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-13T11:40:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:05 smithi114 ceph-mon[106350]: 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-13T11:40:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:07 smithi139 ceph-mon[113400]: 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-13T11:40:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:07 smithi114 ceph-mon[106350]: 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-13T11:40:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:09 smithi139 ceph-mon[113400]: pgmap v1036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:09 smithi114 ceph-mon[106350]: pgmap v1036: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:11 smithi139 ceph-mon[113400]: pgmap v1037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:11 smithi114 ceph-mon[106350]: pgmap v1037: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:13 smithi139 ceph-mon[113400]: 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-13T11:40:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:13 smithi114 ceph-mon[106350]: 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-13T11:40:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:15 smithi139 ceph-mon[113400]: 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-13T11:40:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:15 smithi114 ceph-mon[106350]: 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-13T11:40:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:17 smithi139 ceph-mon[113400]: 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-13T11:40:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:17 smithi114 ceph-mon[106350]: 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-13T11:40:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:19 smithi139 ceph-mon[113400]: pgmap v1041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:19 smithi114 ceph-mon[106350]: pgmap v1041: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:21 smithi139 ceph-mon[113400]: pgmap v1042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:21 smithi114 ceph-mon[106350]: pgmap v1042: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:23 smithi139 ceph-mon[113400]: 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-13T11:40:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:23 smithi114 ceph-mon[106350]: 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-13T11:40:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:25 smithi139 ceph-mon[113400]: 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-13T11:40:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:25 smithi114 ceph-mon[106350]: 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-13T11:40:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:27 smithi139 ceph-mon[113400]: 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-13T11:40:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:27 smithi114 ceph-mon[106350]: 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-13T11:40:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:29 smithi139 ceph-mon[113400]: pgmap v1046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:29 smithi114 ceph-mon[106350]: pgmap v1046: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:31 smithi139 ceph-mon[113400]: pgmap v1047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:31 smithi114 ceph-mon[106350]: pgmap v1047: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:33 smithi139 ceph-mon[113400]: 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-13T11:40:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:33 smithi114 ceph-mon[106350]: 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-13T11:40:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:35 smithi139 ceph-mon[113400]: 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-13T11:40:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:35 smithi114 ceph-mon[106350]: 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-13T11:40:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:37 smithi139 ceph-mon[113400]: 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-13T11:40:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:37 smithi114 ceph-mon[106350]: 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-13T11:40:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:39 smithi139 ceph-mon[113400]: pgmap v1051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:39 smithi114 ceph-mon[106350]: pgmap v1051: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:41 smithi139 ceph-mon[113400]: pgmap v1052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:41 smithi114 ceph-mon[106350]: pgmap v1052: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:43 smithi139 ceph-mon[113400]: 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-13T11:40:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:43 smithi114 ceph-mon[106350]: 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-13T11:40:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:45 smithi139 ceph-mon[113400]: 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-13T11:40:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:45 smithi114 ceph-mon[106350]: 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-13T11:40:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:47 smithi139 ceph-mon[113400]: 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-13T11:40:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:47 smithi114 ceph-mon[106350]: 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-13T11:40:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:49 smithi139 ceph-mon[113400]: pgmap v1056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:49 smithi114 ceph-mon[106350]: pgmap v1056: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:51 smithi139 ceph-mon[113400]: pgmap v1057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:51 smithi114 ceph-mon[106350]: pgmap v1057: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:40:53.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:53 smithi139 ceph-mon[113400]: 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-13T11:40:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:53 smithi114 ceph-mon[106350]: 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-13T11:40:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:55 smithi139 ceph-mon[113400]: 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-13T11:40:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:55 smithi114 ceph-mon[106350]: 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-13T11:40:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:57 smithi139 ceph-mon[113400]: 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-13T11:40:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:57 smithi114 ceph-mon[106350]: 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-13T11:40:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:40:59 smithi139 ceph-mon[113400]: pgmap v1061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:40:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:40:59 smithi114 ceph-mon[106350]: pgmap v1061: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:01 smithi139 ceph-mon[113400]: pgmap v1062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:01 smithi114 ceph-mon[106350]: pgmap v1062: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:02.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:02 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:41:02.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:02 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:41:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:03 smithi139 ceph-mon[113400]: 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-13T11:41:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:41:03.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:41:03.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:41:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:03 smithi114 ceph-mon[106350]: 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-13T11:41:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:41:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:41:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:41:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:05 smithi139 ceph-mon[113400]: 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-13T11:41:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:05 smithi114 ceph-mon[106350]: 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-13T11:41:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:07 smithi139 ceph-mon[113400]: 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-13T11:41:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:07 smithi114 ceph-mon[106350]: 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-13T11:41:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:09 smithi139 ceph-mon[113400]: pgmap v1066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:09 smithi114 ceph-mon[106350]: pgmap v1066: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:11 smithi139 ceph-mon[113400]: pgmap v1067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:11 smithi114 ceph-mon[106350]: pgmap v1067: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:13 smithi139 ceph-mon[113400]: 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-13T11:41:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:13 smithi114 ceph-mon[106350]: 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-13T11:41:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:15 smithi139 ceph-mon[113400]: 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-13T11:41:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:15 smithi114 ceph-mon[106350]: 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-13T11:41:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:17 smithi139 ceph-mon[113400]: 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-13T11:41:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:17 smithi114 ceph-mon[106350]: 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-13T11:41:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:19 smithi139 ceph-mon[113400]: pgmap v1071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:19 smithi114 ceph-mon[106350]: pgmap v1071: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:21 smithi139 ceph-mon[113400]: pgmap v1072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:21 smithi114 ceph-mon[106350]: pgmap v1072: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:23 smithi139 ceph-mon[113400]: 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-13T11:41:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:23 smithi114 ceph-mon[106350]: 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-13T11:41:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:25 smithi139 ceph-mon[113400]: 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-13T11:41:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:25 smithi114 ceph-mon[106350]: 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-13T11:41:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:27 smithi139 ceph-mon[113400]: 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-13T11:41:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:27 smithi114 ceph-mon[106350]: 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-13T11:41:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:29 smithi139 ceph-mon[113400]: pgmap v1076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:29 smithi114 ceph-mon[106350]: pgmap v1076: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:31 smithi114 ceph-mon[106350]: pgmap v1077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:31 smithi139 ceph-mon[113400]: pgmap v1077: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:33 smithi114 ceph-mon[106350]: 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-13T11:41:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:33 smithi139 ceph-mon[113400]: 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-13T11:41:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:35 smithi114 ceph-mon[106350]: 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-13T11:41:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:35 smithi139 ceph-mon[113400]: 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-13T11:41:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:37 smithi114 ceph-mon[106350]: 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-13T11:41:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:37 smithi139 ceph-mon[113400]: 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-13T11:41:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:39 smithi114 ceph-mon[106350]: pgmap v1081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:39 smithi139 ceph-mon[113400]: pgmap v1081: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:41 smithi114 ceph-mon[106350]: pgmap v1082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:41 smithi139 ceph-mon[113400]: pgmap v1082: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:43 smithi114 ceph-mon[106350]: 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-13T11:41:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:43 smithi139 ceph-mon[113400]: 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-13T11:41:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:45 smithi114 ceph-mon[106350]: 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-13T11:41:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:45 smithi139 ceph-mon[113400]: 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-13T11:41:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:47 smithi114 ceph-mon[106350]: 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-13T11:41:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:47 smithi139 ceph-mon[113400]: 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-13T11:41:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:49 smithi114 ceph-mon[106350]: pgmap v1086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:49 smithi139 ceph-mon[113400]: pgmap v1086: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:51 smithi114 ceph-mon[106350]: pgmap v1087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:51 smithi139 ceph-mon[113400]: pgmap v1087: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:41:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:53 smithi114 ceph-mon[106350]: 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-13T11:41:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:53 smithi139 ceph-mon[113400]: 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-13T11:41:55.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:54 smithi139 ceph-mon[113400]: 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-13T11:41:55.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:54 smithi114 ceph-mon[106350]: 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-13T11:41:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:57 smithi139 ceph-mon[113400]: 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-13T11:41:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:57 smithi114 ceph-mon[106350]: 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-13T11:41:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:41:59 smithi139 ceph-mon[113400]: pgmap v1091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:41:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:41:59 smithi114 ceph-mon[106350]: pgmap v1091: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:01 smithi139 ceph-mon[113400]: pgmap v1092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:01 smithi114 ceph-mon[106350]: pgmap v1092: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:03 smithi139 ceph-mon[113400]: 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-13T11:42:03.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:42:03.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:42:03.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:42:03.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:42:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:03 smithi114 ceph-mon[106350]: 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-13T11:42:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:42:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:42:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:42:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:42:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:05 smithi139 ceph-mon[113400]: 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-13T11:42:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:05 smithi114 ceph-mon[106350]: 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-13T11:42:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:07 smithi139 ceph-mon[113400]: 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-13T11:42:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:07 smithi114 ceph-mon[106350]: 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-13T11:42:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:09 smithi139 ceph-mon[113400]: pgmap v1096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:09 smithi114 ceph-mon[106350]: pgmap v1096: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:11 smithi139 ceph-mon[113400]: pgmap v1097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:11 smithi114 ceph-mon[106350]: pgmap v1097: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:13 smithi139 ceph-mon[113400]: 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-13T11:42:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:13 smithi114 ceph-mon[106350]: 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-13T11:42:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:15 smithi139 ceph-mon[113400]: 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-13T11:42:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:15 smithi114 ceph-mon[106350]: 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-13T11:42:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:17 smithi139 ceph-mon[113400]: 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-13T11:42:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:17 smithi114 ceph-mon[106350]: 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-13T11:42:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:19 smithi139 ceph-mon[113400]: pgmap v1101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:19 smithi114 ceph-mon[106350]: pgmap v1101: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:21 smithi139 ceph-mon[113400]: pgmap v1102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:21 smithi114 ceph-mon[106350]: pgmap v1102: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:23 smithi139 ceph-mon[113400]: 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-13T11:42:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:23 smithi114 ceph-mon[106350]: 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-13T11:42:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:25 smithi139 ceph-mon[113400]: 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-13T11:42:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:25 smithi114 ceph-mon[106350]: 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-13T11:42:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:27 smithi139 ceph-mon[113400]: 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-13T11:42:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:27 smithi114 ceph-mon[106350]: 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-13T11:42:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:29 smithi139 ceph-mon[113400]: pgmap v1106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:29 smithi114 ceph-mon[106350]: pgmap v1106: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:31 smithi139 ceph-mon[113400]: pgmap v1107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:31 smithi114 ceph-mon[106350]: pgmap v1107: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:33 smithi139 ceph-mon[113400]: 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-13T11:42:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:33 smithi114 ceph-mon[106350]: 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-13T11:42:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:35 smithi139 ceph-mon[113400]: 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-13T11:42:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:35 smithi114 ceph-mon[106350]: 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-13T11:42:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:37 smithi139 ceph-mon[113400]: 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-13T11:42:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:37 smithi114 ceph-mon[106350]: 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-13T11:42:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:39 smithi139 ceph-mon[113400]: pgmap v1111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:39 smithi114 ceph-mon[106350]: pgmap v1111: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:41 smithi139 ceph-mon[113400]: pgmap v1112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:41 smithi114 ceph-mon[106350]: pgmap v1112: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:43 smithi139 ceph-mon[113400]: 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-13T11:42:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:43 smithi114 ceph-mon[106350]: 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-13T11:42:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:45 smithi139 ceph-mon[113400]: 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-13T11:42:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:45 smithi114 ceph-mon[106350]: 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-13T11:42:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:47 smithi139 ceph-mon[113400]: 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-13T11:42:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:47 smithi114 ceph-mon[106350]: 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-13T11:42:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:49 smithi139 ceph-mon[113400]: pgmap v1116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:49 smithi114 ceph-mon[106350]: pgmap v1116: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:51 smithi139 ceph-mon[113400]: pgmap v1117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:51 smithi114 ceph-mon[106350]: pgmap v1117: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:42:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:53 smithi139 ceph-mon[113400]: 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-13T11:42:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:53 smithi114 ceph-mon[106350]: 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-13T11:42:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:55 smithi139 ceph-mon[113400]: 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-13T11:42:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:55 smithi114 ceph-mon[106350]: 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-13T11:42:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:57 smithi139 ceph-mon[113400]: 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-13T11:42:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:57 smithi114 ceph-mon[106350]: 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-13T11:42:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:42:59 smithi139 ceph-mon[113400]: pgmap v1121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:42:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:42:59 smithi114 ceph-mon[106350]: pgmap v1121: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:01 smithi139 ceph-mon[113400]: pgmap v1122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:01 smithi114 ceph-mon[106350]: pgmap v1122: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:03 smithi139 ceph-mon[113400]: 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-13T11:43:03.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:03 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:43:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:03 smithi114 ceph-mon[106350]: 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-13T11:43:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:03 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:43:04.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:43:04.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:43:04.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:43:04.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:43:04.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:43:04.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:43:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:05 smithi139 ceph-mon[113400]: 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-13T11:43:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:05 smithi114 ceph-mon[106350]: 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-13T11:43:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:07 smithi139 ceph-mon[113400]: 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-13T11:43:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:07 smithi114 ceph-mon[106350]: 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-13T11:43:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:09 smithi139 ceph-mon[113400]: pgmap v1126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:09 smithi114 ceph-mon[106350]: pgmap v1126: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:11 smithi139 ceph-mon[113400]: pgmap v1127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:11 smithi114 ceph-mon[106350]: pgmap v1127: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:13 smithi139 ceph-mon[113400]: 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-13T11:43:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:13 smithi114 ceph-mon[106350]: 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-13T11:43:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:15 smithi139 ceph-mon[113400]: 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-13T11:43:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:15 smithi114 ceph-mon[106350]: 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-13T11:43:17.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:17 smithi139 ceph-mon[113400]: 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-13T11:43:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:17 smithi114 ceph-mon[106350]: 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-13T11:43:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:19 smithi139 ceph-mon[113400]: pgmap v1131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:19 smithi114 ceph-mon[106350]: pgmap v1131: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:21 smithi139 ceph-mon[113400]: pgmap v1132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:21 smithi114 ceph-mon[106350]: pgmap v1132: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:23 smithi139 ceph-mon[113400]: 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-13T11:43:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:23 smithi114 ceph-mon[106350]: 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-13T11:43:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:25 smithi139 ceph-mon[113400]: 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-13T11:43:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:25 smithi114 ceph-mon[106350]: 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-13T11:43:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:27 smithi139 ceph-mon[113400]: 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-13T11:43:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:27 smithi114 ceph-mon[106350]: 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-13T11:43:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:29 smithi139 ceph-mon[113400]: pgmap v1136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:29 smithi114 ceph-mon[106350]: pgmap v1136: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:31 smithi139 ceph-mon[113400]: pgmap v1137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:31 smithi114 ceph-mon[106350]: pgmap v1137: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:33 smithi139 ceph-mon[113400]: 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-13T11:43:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:33 smithi114 ceph-mon[106350]: 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-13T11:43:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:35 smithi139 ceph-mon[113400]: 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-13T11:43:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:35 smithi114 ceph-mon[106350]: 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-13T11:43:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:37 smithi139 ceph-mon[113400]: 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-13T11:43:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:37 smithi114 ceph-mon[106350]: 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-13T11:43:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:39 smithi139 ceph-mon[113400]: pgmap v1141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:39 smithi114 ceph-mon[106350]: pgmap v1141: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:41 smithi139 ceph-mon[113400]: pgmap v1142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:41 smithi114 ceph-mon[106350]: pgmap v1142: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:43 smithi139 ceph-mon[113400]: 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-13T11:43:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:43 smithi114 ceph-mon[106350]: 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-13T11:43:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:45 smithi139 ceph-mon[113400]: 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-13T11:43:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:45 smithi114 ceph-mon[106350]: 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-13T11:43:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:47 smithi139 ceph-mon[113400]: 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-13T11:43:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:47 smithi114 ceph-mon[106350]: 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-13T11:43:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:49 smithi139 ceph-mon[113400]: pgmap v1146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:49 smithi114 ceph-mon[106350]: pgmap v1146: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:51 smithi139 ceph-mon[113400]: pgmap v1147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:51 smithi114 ceph-mon[106350]: pgmap v1147: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:43:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:53 smithi139 ceph-mon[113400]: 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-13T11:43:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:53 smithi114 ceph-mon[106350]: 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-13T11:43:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:55 smithi139 ceph-mon[113400]: 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-13T11:43:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:55 smithi114 ceph-mon[106350]: 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-13T11:43:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:57 smithi139 ceph-mon[113400]: 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-13T11:43:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:57 smithi114 ceph-mon[106350]: 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-13T11:43:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:43:59 smithi139 ceph-mon[113400]: pgmap v1151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:43:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:43:59 smithi114 ceph-mon[106350]: pgmap v1151: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:01 smithi139 ceph-mon[113400]: pgmap v1152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:01 smithi114 ceph-mon[106350]: pgmap v1152: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:03 smithi139 ceph-mon[113400]: 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-13T11:44:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:03 smithi114 ceph-mon[106350]: 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-13T11:44:04.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:44:04.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:44:04.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:44:04.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:04 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:44:04.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:44:04.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:44:04.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:44:04.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:04 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:44:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:05 smithi139 ceph-mon[113400]: 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-13T11:44:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:05 smithi114 ceph-mon[106350]: 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-13T11:44:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:07 smithi139 ceph-mon[113400]: 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-13T11:44:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:07 smithi114 ceph-mon[106350]: 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-13T11:44:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:09 smithi139 ceph-mon[113400]: pgmap v1156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:09 smithi114 ceph-mon[106350]: pgmap v1156: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:11 smithi114 ceph-mon[106350]: pgmap v1157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:11 smithi139 ceph-mon[113400]: pgmap v1157: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:13 smithi114 ceph-mon[106350]: 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-13T11:44:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:13 smithi139 ceph-mon[113400]: 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-13T11:44:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:15 smithi114 ceph-mon[106350]: 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-13T11:44:16.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:15 smithi139 ceph-mon[113400]: 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-13T11:44:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:17 smithi114 ceph-mon[106350]: 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-13T11:44:18.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:17 smithi139 ceph-mon[113400]: 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-13T11:44:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:19 smithi114 ceph-mon[106350]: pgmap v1161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:19 smithi139 ceph-mon[113400]: pgmap v1161: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:21 smithi114 ceph-mon[106350]: pgmap v1162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:21 smithi139 ceph-mon[113400]: pgmap v1162: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:23 smithi114 ceph-mon[106350]: 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-13T11:44:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:23 smithi139 ceph-mon[113400]: 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-13T11:44:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:25 smithi114 ceph-mon[106350]: 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-13T11:44:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:25 smithi139 ceph-mon[113400]: 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-13T11:44:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:27 smithi114 ceph-mon[106350]: 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-13T11:44:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:27 smithi139 ceph-mon[113400]: 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-13T11:44:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:29 smithi114 ceph-mon[106350]: pgmap v1166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:29 smithi139 ceph-mon[113400]: pgmap v1166: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:31 smithi114 ceph-mon[106350]: pgmap v1167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:31 smithi139 ceph-mon[113400]: pgmap v1167: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:33 smithi114 ceph-mon[106350]: 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-13T11:44:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:33 smithi139 ceph-mon[113400]: 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-13T11:44:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:35 smithi114 ceph-mon[106350]: 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-13T11:44:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:35 smithi139 ceph-mon[113400]: 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-13T11:44:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:37 smithi114 ceph-mon[106350]: 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-13T11:44:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:37 smithi139 ceph-mon[113400]: 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-13T11:44:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:39 smithi114 ceph-mon[106350]: pgmap v1171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:39 smithi139 ceph-mon[113400]: pgmap v1171: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:41 smithi114 ceph-mon[106350]: pgmap v1172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:41 smithi139 ceph-mon[113400]: pgmap v1172: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:43 smithi114 ceph-mon[106350]: 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-13T11:44:44.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:43 smithi139 ceph-mon[113400]: 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-13T11:44:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:45 smithi114 ceph-mon[106350]: 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-13T11:44:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:45 smithi139 ceph-mon[113400]: 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-13T11:44:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:47 smithi114 ceph-mon[106350]: 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-13T11:44:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:47 smithi139 ceph-mon[113400]: 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-13T11:44:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:49 smithi114 ceph-mon[106350]: pgmap v1176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:49 smithi139 ceph-mon[113400]: pgmap v1176: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:51 smithi114 ceph-mon[106350]: pgmap v1177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:51 smithi139 ceph-mon[113400]: pgmap v1177: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:44:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:53 smithi114 ceph-mon[106350]: 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-13T11:44:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:53 smithi139 ceph-mon[113400]: 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-13T11:44:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:55 smithi114 ceph-mon[106350]: 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-13T11:44:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:55 smithi139 ceph-mon[113400]: 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-13T11:44:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:57 smithi139 ceph-mon[113400]: 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-13T11:44:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:57 smithi114 ceph-mon[106350]: 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-13T11:44:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:44:59 smithi139 ceph-mon[113400]: pgmap v1181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:44:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:44:59 smithi114 ceph-mon[106350]: pgmap v1181: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:01 smithi139 ceph-mon[113400]: pgmap v1182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:01 smithi114 ceph-mon[106350]: pgmap v1182: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:03 smithi139 ceph-mon[113400]: 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-13T11:45:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:03 smithi114 ceph-mon[106350]: 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-13T11:45:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:05 smithi139 ceph-mon[113400]: 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-13T11:45:05.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:45:05.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:45:05.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:45:05.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:45:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:05 smithi114 ceph-mon[106350]: 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-13T11:45:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:45:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:45:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:45:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:45:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:07 smithi139 ceph-mon[113400]: 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-13T11:45:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:07 smithi114 ceph-mon[106350]: 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-13T11:45:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:09 smithi139 ceph-mon[113400]: pgmap v1186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:09 smithi114 ceph-mon[106350]: pgmap v1186: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:11 smithi139 ceph-mon[113400]: pgmap v1187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:11 smithi114 ceph-mon[106350]: pgmap v1187: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:13 smithi139 ceph-mon[113400]: 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-13T11:45:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:13 smithi114 ceph-mon[106350]: 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-13T11:45:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:15 smithi139 ceph-mon[113400]: 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-13T11:45:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:15 smithi114 ceph-mon[106350]: 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-13T11:45:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:17 smithi139 ceph-mon[113400]: 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-13T11:45:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:17 smithi114 ceph-mon[106350]: 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-13T11:45:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:19 smithi139 ceph-mon[113400]: pgmap v1191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:19 smithi114 ceph-mon[106350]: pgmap v1191: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:21 smithi139 ceph-mon[113400]: pgmap v1192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:21 smithi114 ceph-mon[106350]: pgmap v1192: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:23 smithi139 ceph-mon[113400]: 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-13T11:45:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:23 smithi114 ceph-mon[106350]: 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-13T11:45:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:25 smithi139 ceph-mon[113400]: 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-13T11:45:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:25 smithi114 ceph-mon[106350]: 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-13T11:45:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:27 smithi139 ceph-mon[113400]: 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-13T11:45:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:27 smithi114 ceph-mon[106350]: 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-13T11:45:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:29 smithi139 ceph-mon[113400]: pgmap v1196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:29 smithi114 ceph-mon[106350]: pgmap v1196: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:31 smithi139 ceph-mon[113400]: pgmap v1197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:31 smithi114 ceph-mon[106350]: pgmap v1197: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:33 smithi139 ceph-mon[113400]: 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-13T11:45:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:33 smithi114 ceph-mon[106350]: 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-13T11:45:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:35 smithi139 ceph-mon[113400]: 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-13T11:45:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:35 smithi114 ceph-mon[106350]: 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-13T11:45:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:37 smithi139 ceph-mon[113400]: 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-13T11:45:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:37 smithi114 ceph-mon[106350]: 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-13T11:45:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:39 smithi139 ceph-mon[113400]: pgmap v1201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:39 smithi114 ceph-mon[106350]: pgmap v1201: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:41 smithi139 ceph-mon[113400]: pgmap v1202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:41 smithi114 ceph-mon[106350]: pgmap v1202: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:43 smithi139 ceph-mon[113400]: 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-13T11:45:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:43 smithi114 ceph-mon[106350]: 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-13T11:45:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:45 smithi139 ceph-mon[113400]: 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-13T11:45:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:45 smithi114 ceph-mon[106350]: 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-13T11:45:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:47 smithi139 ceph-mon[113400]: 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-13T11:45:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:47 smithi114 ceph-mon[106350]: 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-13T11:45:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:49 smithi139 ceph-mon[113400]: pgmap v1206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:49 smithi114 ceph-mon[106350]: pgmap v1206: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:51 smithi139 ceph-mon[113400]: pgmap v1207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:51 smithi114 ceph-mon[106350]: pgmap v1207: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:45:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:53 smithi139 ceph-mon[113400]: 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-13T11:45:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:53 smithi114 ceph-mon[106350]: 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-13T11:45:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:55 smithi139 ceph-mon[113400]: 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-13T11:45:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:55 smithi114 ceph-mon[106350]: 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-13T11:45:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:57 smithi139 ceph-mon[113400]: 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-13T11:45:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:57 smithi114 ceph-mon[106350]: 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-13T11:45:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:45:59 smithi139 ceph-mon[113400]: pgmap v1211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:45:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:45:59 smithi114 ceph-mon[106350]: pgmap v1211: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:01 smithi139 ceph-mon[113400]: pgmap v1212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:01 smithi114 ceph-mon[106350]: pgmap v1212: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:03 smithi139 ceph-mon[113400]: 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-13T11:46:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:03 smithi114 ceph-mon[106350]: 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-13T11:46:05.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:05 smithi139 ceph-mon[113400]: 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-13T11:46:05.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:05 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:46:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:05 smithi114 ceph-mon[106350]: 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-13T11:46:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:05 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:46:06.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:46:06.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:46:06.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:46:06.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:46:06.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:46:06.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:46:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:07 smithi139 ceph-mon[113400]: 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-13T11:46:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:07 smithi114 ceph-mon[106350]: 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-13T11:46:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:09 smithi139 ceph-mon[113400]: pgmap v1216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:09 smithi114 ceph-mon[106350]: pgmap v1216: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:11 smithi139 ceph-mon[113400]: pgmap v1217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:11 smithi114 ceph-mon[106350]: pgmap v1217: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:13 smithi139 ceph-mon[113400]: 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-13T11:46:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:13 smithi114 ceph-mon[106350]: 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-13T11:46:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:15 smithi139 ceph-mon[113400]: 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-13T11:46:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:15 smithi114 ceph-mon[106350]: 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-13T11:46:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:17 smithi139 ceph-mon[113400]: 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-13T11:46:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:17 smithi114 ceph-mon[106350]: 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-13T11:46:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:19 smithi139 ceph-mon[113400]: pgmap v1221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:19 smithi114 ceph-mon[106350]: pgmap v1221: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:21 smithi139 ceph-mon[113400]: pgmap v1222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:21 smithi114 ceph-mon[106350]: pgmap v1222: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:23 smithi139 ceph-mon[113400]: 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-13T11:46:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:23 smithi114 ceph-mon[106350]: 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-13T11:46:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:25 smithi139 ceph-mon[113400]: 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-13T11:46:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:25 smithi114 ceph-mon[106350]: 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-13T11:46:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:27 smithi139 ceph-mon[113400]: 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-13T11:46:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:27 smithi114 ceph-mon[106350]: 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-13T11:46:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:29 smithi139 ceph-mon[113400]: pgmap v1226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:29 smithi114 ceph-mon[106350]: pgmap v1226: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:31 smithi139 ceph-mon[113400]: pgmap v1227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:31 smithi114 ceph-mon[106350]: pgmap v1227: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:33 smithi139 ceph-mon[113400]: 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-13T11:46:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:33 smithi114 ceph-mon[106350]: 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-13T11:46:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:35 smithi139 ceph-mon[113400]: 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-13T11:46:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:35 smithi114 ceph-mon[106350]: 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-13T11:46:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:37 smithi139 ceph-mon[113400]: 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-13T11:46:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:37 smithi114 ceph-mon[106350]: 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-13T11:46:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:39 smithi139 ceph-mon[113400]: pgmap v1231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:39 smithi114 ceph-mon[106350]: pgmap v1231: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:41 smithi139 ceph-mon[113400]: pgmap v1232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:41 smithi114 ceph-mon[106350]: pgmap v1232: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:43 smithi139 ceph-mon[113400]: 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-13T11:46:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:43 smithi114 ceph-mon[106350]: 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-13T11:46:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:45 smithi139 ceph-mon[113400]: 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-13T11:46:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:45 smithi114 ceph-mon[106350]: 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-13T11:46:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:47 smithi139 ceph-mon[113400]: 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-13T11:46:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:47 smithi114 ceph-mon[106350]: 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-13T11:46:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:49 smithi139 ceph-mon[113400]: pgmap v1236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:49 smithi114 ceph-mon[106350]: pgmap v1236: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:46:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:51 smithi139 ceph-mon[113400]: pgmap v1237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:51 smithi114 ceph-mon[106350]: pgmap v1237: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:46:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:53 smithi114 ceph-mon[106350]: 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-13T11:46:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:53 smithi139 ceph-mon[113400]: 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-13T11:46:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:55 smithi114 ceph-mon[106350]: 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-13T11:46:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:55 smithi139 ceph-mon[113400]: 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-13T11:46:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:57 smithi114 ceph-mon[106350]: 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-13T11:46:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:57 smithi139 ceph-mon[113400]: 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-13T11:46:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:46:59 smithi114 ceph-mon[106350]: pgmap v1241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:46:59 smithi139 ceph-mon[113400]: pgmap v1241: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:01 smithi114 ceph-mon[106350]: pgmap v1242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:01 smithi139 ceph-mon[113400]: pgmap v1242: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:03 smithi114 ceph-mon[106350]: 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-13T11:47:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:03 smithi139 ceph-mon[113400]: 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-13T11:47:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:05 smithi114 ceph-mon[106350]: 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-13T11:47:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:05 smithi139 ceph-mon[113400]: 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-13T11:47:06.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:47:06.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:47:06.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:47:06.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:47:06.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:47:06.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:06 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:47:07.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:47:07.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:47:07.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:47:07.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:47:07.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:47:07.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:06 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:47:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:07 smithi114 ceph-mon[106350]: 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-13T11:47:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:07 smithi139 ceph-mon[113400]: 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-13T11:47:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:09 smithi114 ceph-mon[106350]: pgmap v1246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:09 smithi139 ceph-mon[113400]: pgmap v1246: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:11 smithi114 ceph-mon[106350]: pgmap v1247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:11 smithi139 ceph-mon[113400]: pgmap v1247: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:13 smithi114 ceph-mon[106350]: 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-13T11:47:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:13 smithi139 ceph-mon[113400]: 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-13T11:47:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:15 smithi114 ceph-mon[106350]: 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-13T11:47:16.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:15 smithi139 ceph-mon[113400]: 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-13T11:47:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:17 smithi114 ceph-mon[106350]: 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-13T11:47:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:17 smithi139 ceph-mon[113400]: 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-13T11:47:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:19 smithi114 ceph-mon[106350]: pgmap v1251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:19 smithi139 ceph-mon[113400]: pgmap v1251: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:21 smithi114 ceph-mon[106350]: pgmap v1252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:22.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:21 smithi139 ceph-mon[113400]: pgmap v1252: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:23 smithi114 ceph-mon[106350]: pgmap v1253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:23 smithi139 ceph-mon[113400]: pgmap v1253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:25 smithi114 ceph-mon[106350]: 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-13T11:47:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:25 smithi139 ceph-mon[113400]: 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-13T11:47:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:27 smithi114 ceph-mon[106350]: 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-13T11:47:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:27 smithi139 ceph-mon[113400]: 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-13T11:47:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:29 smithi114 ceph-mon[106350]: pgmap v1256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:29 smithi139 ceph-mon[113400]: pgmap v1256: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:31 smithi114 ceph-mon[106350]: pgmap v1257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:31 smithi139 ceph-mon[113400]: pgmap v1257: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:33 smithi114 ceph-mon[106350]: pgmap v1258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:34.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:33 smithi139 ceph-mon[113400]: pgmap v1258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:35 smithi114 ceph-mon[106350]: pgmap v1259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:35 smithi139 ceph-mon[113400]: pgmap v1259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:37 smithi114 ceph-mon[106350]: 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-13T11:47:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:37 smithi139 ceph-mon[113400]: 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-13T11:47:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:39 smithi114 ceph-mon[106350]: pgmap v1261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:39 smithi139 ceph-mon[113400]: pgmap v1261: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:41 smithi114 ceph-mon[106350]: pgmap v1262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:41 smithi139 ceph-mon[113400]: pgmap v1262: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:43 smithi114 ceph-mon[106350]: pgmap v1263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:43 smithi139 ceph-mon[113400]: pgmap v1263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:45 smithi114 ceph-mon[106350]: pgmap v1264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:45 smithi139 ceph-mon[113400]: pgmap v1264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:47 smithi139 ceph-mon[113400]: 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-13T11:47:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:47 smithi114 ceph-mon[106350]: 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-13T11:47:49.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:48 smithi139 ceph-mon[113400]: pgmap v1266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:49.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:48 smithi114 ceph-mon[106350]: pgmap v1266: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:51 smithi139 ceph-mon[113400]: pgmap v1267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:51 smithi114 ceph-mon[106350]: pgmap v1267: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:53 smithi139 ceph-mon[113400]: pgmap v1268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:53 smithi114 ceph-mon[106350]: pgmap v1268: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:55 smithi139 ceph-mon[113400]: pgmap v1269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:55 smithi114 ceph-mon[106350]: pgmap v1269: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:47:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:57 smithi139 ceph-mon[113400]: 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-13T11:47:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:57 smithi114 ceph-mon[106350]: 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-13T11:47:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:47:59 smithi139 ceph-mon[113400]: pgmap v1271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:47:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:47:59 smithi114 ceph-mon[106350]: pgmap v1271: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:01 smithi139 ceph-mon[113400]: pgmap v1272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:01 smithi114 ceph-mon[106350]: pgmap v1272: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:03 smithi139 ceph-mon[113400]: pgmap v1273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:03 smithi114 ceph-mon[106350]: pgmap v1273: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:05 smithi139 ceph-mon[113400]: pgmap v1274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:05 smithi114 ceph-mon[106350]: pgmap v1274: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: 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-13T11:48:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:48:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:48:07.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:48:07.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:48:07.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:48:07.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:48:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: 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-13T11:48:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:48:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:48:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:48:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:48:07.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:48:07.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:48:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:09 smithi139 ceph-mon[113400]: pgmap v1276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:09 smithi114 ceph-mon[106350]: pgmap v1276: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:11 smithi139 ceph-mon[113400]: pgmap v1277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:11 smithi114 ceph-mon[106350]: pgmap v1277: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:13 smithi139 ceph-mon[113400]: pgmap v1278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:13 smithi114 ceph-mon[106350]: pgmap v1278: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:15 smithi139 ceph-mon[113400]: pgmap v1279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:15 smithi114 ceph-mon[106350]: pgmap v1279: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:17 smithi139 ceph-mon[113400]: 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-13T11:48:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:17 smithi114 ceph-mon[106350]: 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-13T11:48:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:19 smithi139 ceph-mon[113400]: pgmap v1281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:19 smithi114 ceph-mon[106350]: pgmap v1281: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:21 smithi139 ceph-mon[113400]: pgmap v1282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:21 smithi114 ceph-mon[106350]: pgmap v1282: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:23 smithi139 ceph-mon[113400]: pgmap v1283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:23 smithi114 ceph-mon[106350]: pgmap v1283: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:25.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:25 smithi139 ceph-mon[113400]: pgmap v1284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:25 smithi114 ceph-mon[106350]: pgmap v1284: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:27 smithi139 ceph-mon[113400]: 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-13T11:48:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:27 smithi114 ceph-mon[106350]: 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-13T11:48:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:29 smithi139 ceph-mon[113400]: pgmap v1286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:29 smithi114 ceph-mon[106350]: pgmap v1286: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:31 smithi139 ceph-mon[113400]: pgmap v1287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:31 smithi114 ceph-mon[106350]: pgmap v1287: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:33 smithi139 ceph-mon[113400]: pgmap v1288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:33 smithi114 ceph-mon[106350]: pgmap v1288: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:35 smithi139 ceph-mon[113400]: pgmap v1289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:35 smithi114 ceph-mon[106350]: pgmap v1289: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:37 smithi139 ceph-mon[113400]: 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-13T11:48:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:37 smithi114 ceph-mon[106350]: 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-13T11:48:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:39 smithi139 ceph-mon[113400]: pgmap v1291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:39 smithi114 ceph-mon[106350]: pgmap v1291: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:41 smithi139 ceph-mon[113400]: pgmap v1292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:41 smithi114 ceph-mon[106350]: pgmap v1292: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:43 smithi139 ceph-mon[113400]: pgmap v1293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:43 smithi114 ceph-mon[106350]: pgmap v1293: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:45 smithi139 ceph-mon[113400]: pgmap v1294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:45 smithi114 ceph-mon[106350]: pgmap v1294: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:47 smithi139 ceph-mon[113400]: 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-13T11:48:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:47 smithi114 ceph-mon[106350]: 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-13T11:48:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:49 smithi139 ceph-mon[113400]: pgmap v1296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:49 smithi114 ceph-mon[106350]: pgmap v1296: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:51 smithi139 ceph-mon[113400]: pgmap v1297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:51 smithi114 ceph-mon[106350]: pgmap v1297: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:53 smithi139 ceph-mon[113400]: pgmap v1298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:53 smithi114 ceph-mon[106350]: pgmap v1298: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:55 smithi139 ceph-mon[113400]: pgmap v1299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:55 smithi114 ceph-mon[106350]: pgmap v1299: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:48:57.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:57 smithi139 ceph-mon[113400]: 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-13T11:48:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:57 smithi114 ceph-mon[106350]: 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-13T11:48:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:48:59 smithi139 ceph-mon[113400]: pgmap v1301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:48:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:48:59 smithi114 ceph-mon[106350]: pgmap v1301: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:01 smithi139 ceph-mon[113400]: pgmap v1302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:01 smithi114 ceph-mon[106350]: pgmap v1302: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:03 smithi139 ceph-mon[113400]: pgmap v1303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:03 smithi114 ceph-mon[106350]: pgmap v1303: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:05 smithi139 ceph-mon[113400]: pgmap v1304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:05 smithi114 ceph-mon[106350]: pgmap v1304: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:07 smithi139 ceph-mon[113400]: 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-13T11:49:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:07 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:49:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:07 smithi114 ceph-mon[106350]: 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-13T11:49:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:07 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:49:08.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:08 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:49:08.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:08 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:49:08.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:08 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:49:08.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:08 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:49:08.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:08 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:49:08.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:08 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:49:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:09 smithi139 ceph-mon[113400]: pgmap v1306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:09 smithi114 ceph-mon[106350]: pgmap v1306: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:11 smithi139 ceph-mon[113400]: pgmap v1307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:11 smithi114 ceph-mon[106350]: pgmap v1307: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:13 smithi139 ceph-mon[113400]: pgmap v1308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:13 smithi114 ceph-mon[106350]: pgmap v1308: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:15 smithi139 ceph-mon[113400]: pgmap v1309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:15 smithi114 ceph-mon[106350]: pgmap v1309: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:17 smithi139 ceph-mon[113400]: 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-13T11:49:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:17 smithi114 ceph-mon[106350]: 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-13T11:49:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:19 smithi139 ceph-mon[113400]: pgmap v1311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:19 smithi114 ceph-mon[106350]: pgmap v1311: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:21 smithi139 ceph-mon[113400]: pgmap v1312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:21 smithi114 ceph-mon[106350]: pgmap v1312: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:23 smithi139 ceph-mon[113400]: pgmap v1313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:23 smithi114 ceph-mon[106350]: pgmap v1313: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:25 smithi139 ceph-mon[113400]: pgmap v1314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:25 smithi114 ceph-mon[106350]: pgmap v1314: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:27 smithi139 ceph-mon[113400]: 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-13T11:49:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:27 smithi114 ceph-mon[106350]: 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-13T11:49:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:29 smithi139 ceph-mon[113400]: pgmap v1316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:29 smithi114 ceph-mon[106350]: pgmap v1316: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:31 smithi139 ceph-mon[113400]: pgmap v1317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:31 smithi114 ceph-mon[106350]: pgmap v1317: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:33 smithi139 ceph-mon[113400]: pgmap v1318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:33 smithi114 ceph-mon[106350]: pgmap v1318: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:35 smithi114 ceph-mon[106350]: pgmap v1319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:36.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:35 smithi139 ceph-mon[113400]: pgmap v1319: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:37 smithi114 ceph-mon[106350]: 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-13T11:49:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:37 smithi139 ceph-mon[113400]: 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-13T11:49:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:39 smithi114 ceph-mon[106350]: pgmap v1321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:39 smithi139 ceph-mon[113400]: pgmap v1321: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:41 smithi114 ceph-mon[106350]: pgmap v1322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:42.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:41 smithi139 ceph-mon[113400]: pgmap v1322: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:43 smithi114 ceph-mon[106350]: pgmap v1323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:43 smithi139 ceph-mon[113400]: pgmap v1323: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:45 smithi114 ceph-mon[106350]: pgmap v1324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:45 smithi139 ceph-mon[113400]: pgmap v1324: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:47 smithi114 ceph-mon[106350]: 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-13T11:49:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:47 smithi139 ceph-mon[113400]: 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-13T11:49:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:49 smithi114 ceph-mon[106350]: pgmap v1326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:49 smithi139 ceph-mon[113400]: pgmap v1326: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:51 smithi114 ceph-mon[106350]: pgmap v1327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:51 smithi139 ceph-mon[113400]: pgmap v1327: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:53 smithi114 ceph-mon[106350]: pgmap v1328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:53 smithi139 ceph-mon[113400]: pgmap v1328: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:49:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:55 smithi114 ceph-mon[106350]: pgmap v1329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:55 smithi139 ceph-mon[113400]: pgmap v1329: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:49:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:57 smithi114 ceph-mon[106350]: 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-13T11:49:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:57 smithi139 ceph-mon[113400]: 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-13T11:49:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:49:59 smithi114 ceph-mon[106350]: pgmap v1331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:49:59 smithi139 ceph-mon[113400]: pgmap v1331: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:00.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T11:50:01.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T11:50:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:01 smithi114 ceph-mon[106350]: pgmap v1332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:01 smithi139 ceph-mon[113400]: pgmap v1332: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:03 smithi114 ceph-mon[106350]: pgmap v1333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:03 smithi139 ceph-mon[113400]: pgmap v1333: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:05 smithi114 ceph-mon[106350]: pgmap v1334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:05 smithi139 ceph-mon[113400]: pgmap v1334: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:07 smithi114 ceph-mon[106350]: 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-13T11:50:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:07 smithi139 ceph-mon[113400]: 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-13T11:50:08.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:08 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:50:09.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:08 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:50:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: pgmap v1336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:50:09.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:50:09.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: pgmap v1336: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:10.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:50:10.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:50:10.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:50:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:11 smithi114 ceph-mon[106350]: pgmap v1337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:11 smithi139 ceph-mon[113400]: pgmap v1337: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:13 smithi114 ceph-mon[106350]: pgmap v1338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:13 smithi139 ceph-mon[113400]: pgmap v1338: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:15 smithi114 ceph-mon[106350]: pgmap v1339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:15 smithi139 ceph-mon[113400]: pgmap v1339: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:17 smithi114 ceph-mon[106350]: 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-13T11:50:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:17 smithi139 ceph-mon[113400]: 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-13T11:50:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:19 smithi114 ceph-mon[106350]: pgmap v1341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:19 smithi139 ceph-mon[113400]: pgmap v1341: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:21 smithi114 ceph-mon[106350]: pgmap v1342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:22.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:21 smithi139 ceph-mon[113400]: pgmap v1342: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:23 smithi114 ceph-mon[106350]: pgmap v1343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:23 smithi139 ceph-mon[113400]: pgmap v1343: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:25 smithi114 ceph-mon[106350]: pgmap v1344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:25 smithi139 ceph-mon[113400]: pgmap v1344: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:27 smithi114 ceph-mon[106350]: 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-13T11:50:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:27 smithi139 ceph-mon[113400]: 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-13T11:50:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:29 smithi139 ceph-mon[113400]: pgmap v1346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:29 smithi114 ceph-mon[106350]: pgmap v1346: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:31 smithi139 ceph-mon[113400]: pgmap v1347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:31 smithi114 ceph-mon[106350]: pgmap v1347: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:33 smithi139 ceph-mon[113400]: pgmap v1348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:33 smithi114 ceph-mon[106350]: pgmap v1348: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:35 smithi139 ceph-mon[113400]: pgmap v1349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:35 smithi114 ceph-mon[106350]: pgmap v1349: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:37 smithi139 ceph-mon[113400]: 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-13T11:50:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:37 smithi114 ceph-mon[106350]: 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-13T11:50:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:39 smithi139 ceph-mon[113400]: pgmap v1351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:39 smithi114 ceph-mon[106350]: pgmap v1351: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:41 smithi139 ceph-mon[113400]: pgmap v1352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:41 smithi114 ceph-mon[106350]: pgmap v1352: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:43 smithi139 ceph-mon[113400]: pgmap v1353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:43 smithi114 ceph-mon[106350]: pgmap v1353: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:45 smithi139 ceph-mon[113400]: pgmap v1354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:45 smithi114 ceph-mon[106350]: pgmap v1354: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:47 smithi139 ceph-mon[113400]: 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-13T11:50:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:47 smithi114 ceph-mon[106350]: 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-13T11:50:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:49 smithi139 ceph-mon[113400]: pgmap v1356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:49 smithi114 ceph-mon[106350]: pgmap v1356: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:51 smithi139 ceph-mon[113400]: pgmap v1357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:51 smithi114 ceph-mon[106350]: pgmap v1357: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:53 smithi139 ceph-mon[113400]: pgmap v1358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:53 smithi114 ceph-mon[106350]: pgmap v1358: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:55 smithi139 ceph-mon[113400]: pgmap v1359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:55 smithi114 ceph-mon[106350]: pgmap v1359: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:50:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:57 smithi139 ceph-mon[113400]: 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-13T11:50:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:57 smithi114 ceph-mon[106350]: 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-13T11:50:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:50:59 smithi139 ceph-mon[113400]: pgmap v1361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:50:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:50:59 smithi114 ceph-mon[106350]: pgmap v1361: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:01 smithi139 ceph-mon[113400]: pgmap v1362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:01 smithi114 ceph-mon[106350]: pgmap v1362: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:03 smithi139 ceph-mon[113400]: pgmap v1363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:03 smithi114 ceph-mon[106350]: pgmap v1363: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:05 smithi139 ceph-mon[113400]: pgmap v1364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:05 smithi114 ceph-mon[106350]: pgmap v1364: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:07 smithi139 ceph-mon[113400]: 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-13T11:51:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:07 smithi114 ceph-mon[106350]: 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-13T11:51:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:09 smithi139 ceph-mon[113400]: pgmap v1366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:09 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:51:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:09 smithi114 ceph-mon[106350]: pgmap v1366: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:09 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:51:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:51:10.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:51:10.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:51:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:51:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:51:10.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:51:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:11 smithi139 ceph-mon[113400]: pgmap v1367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:11 smithi114 ceph-mon[106350]: pgmap v1367: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:13 smithi139 ceph-mon[113400]: pgmap v1368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:13 smithi114 ceph-mon[106350]: pgmap v1368: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:15 smithi139 ceph-mon[113400]: pgmap v1369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:15 smithi114 ceph-mon[106350]: pgmap v1369: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:17 smithi139 ceph-mon[113400]: 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-13T11:51:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:17 smithi114 ceph-mon[106350]: 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-13T11:51:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:19 smithi139 ceph-mon[113400]: pgmap v1371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:19 smithi114 ceph-mon[106350]: pgmap v1371: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:21 smithi139 ceph-mon[113400]: pgmap v1372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:21 smithi114 ceph-mon[106350]: pgmap v1372: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:23 smithi139 ceph-mon[113400]: pgmap v1373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:23 smithi114 ceph-mon[106350]: pgmap v1373: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:25 smithi139 ceph-mon[113400]: pgmap v1374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:25 smithi114 ceph-mon[106350]: pgmap v1374: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:27.896 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:27 smithi139 ceph-mon[113400]: 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-13T11:51:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:27 smithi114 ceph-mon[106350]: 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-13T11:51:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:29 smithi139 ceph-mon[113400]: pgmap v1376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:29 smithi114 ceph-mon[106350]: pgmap v1376: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:31 smithi139 ceph-mon[113400]: pgmap v1377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:31 smithi114 ceph-mon[106350]: pgmap v1377: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:33 smithi139 ceph-mon[113400]: pgmap v1378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:33 smithi114 ceph-mon[106350]: pgmap v1378: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:35 smithi139 ceph-mon[113400]: pgmap v1379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:35 smithi114 ceph-mon[106350]: pgmap v1379: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:37 smithi139 ceph-mon[113400]: 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-13T11:51:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:37 smithi114 ceph-mon[106350]: 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-13T11:51:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:39 smithi139 ceph-mon[113400]: pgmap v1381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:39 smithi114 ceph-mon[106350]: pgmap v1381: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:41 smithi139 ceph-mon[113400]: pgmap v1382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:41 smithi114 ceph-mon[106350]: pgmap v1382: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:43 smithi139 ceph-mon[113400]: pgmap v1383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:43 smithi114 ceph-mon[106350]: pgmap v1383: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:45 smithi139 ceph-mon[113400]: pgmap v1384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:45 smithi114 ceph-mon[106350]: pgmap v1384: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:47 smithi139 ceph-mon[113400]: 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-13T11:51:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:47 smithi114 ceph-mon[106350]: 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-13T11:51:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:49 smithi139 ceph-mon[113400]: pgmap v1386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:49 smithi114 ceph-mon[106350]: pgmap v1386: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:51 smithi139 ceph-mon[113400]: pgmap v1387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:51 smithi114 ceph-mon[106350]: pgmap v1387: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:53 smithi139 ceph-mon[113400]: pgmap v1388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:53 smithi114 ceph-mon[106350]: pgmap v1388: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:55 smithi139 ceph-mon[113400]: pgmap v1389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:55 smithi114 ceph-mon[106350]: pgmap v1389: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:51:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:57 smithi139 ceph-mon[113400]: 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-13T11:51:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:57 smithi114 ceph-mon[106350]: 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-13T11:51:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:51:59 smithi139 ceph-mon[113400]: pgmap v1391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:51:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:51:59 smithi114 ceph-mon[106350]: pgmap v1391: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:01 smithi139 ceph-mon[113400]: pgmap v1392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:01 smithi114 ceph-mon[106350]: pgmap v1392: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:03 smithi139 ceph-mon[113400]: pgmap v1393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:03 smithi114 ceph-mon[106350]: pgmap v1393: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:05 smithi139 ceph-mon[113400]: pgmap v1394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:05 smithi114 ceph-mon[106350]: pgmap v1394: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:07 smithi139 ceph-mon[113400]: 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-13T11:52:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:07 smithi114 ceph-mon[106350]: 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-13T11:52:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:09 smithi139 ceph-mon[113400]: pgmap v1396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:09 smithi114 ceph-mon[106350]: pgmap v1396: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:52:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:52:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:52:10.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:52:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:52:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:52:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:52:10.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:52:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:11 smithi139 ceph-mon[113400]: pgmap v1397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:11 smithi114 ceph-mon[106350]: pgmap v1397: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:13 smithi139 ceph-mon[113400]: pgmap v1398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:13 smithi114 ceph-mon[106350]: pgmap v1398: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:15 smithi114 ceph-mon[106350]: pgmap v1399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:15 smithi139 ceph-mon[113400]: pgmap v1399: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:17 smithi114 ceph-mon[106350]: 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-13T11:52:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:17 smithi139 ceph-mon[113400]: 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-13T11:52:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:19 smithi114 ceph-mon[106350]: pgmap v1401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:19 smithi139 ceph-mon[113400]: pgmap v1401: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:21 smithi114 ceph-mon[106350]: pgmap v1402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:21 smithi139 ceph-mon[113400]: pgmap v1402: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:23 smithi114 ceph-mon[106350]: pgmap v1403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:23 smithi139 ceph-mon[113400]: pgmap v1403: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:25 smithi114 ceph-mon[106350]: pgmap v1404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:25 smithi139 ceph-mon[113400]: pgmap v1404: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:27 smithi114 ceph-mon[106350]: 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-13T11:52:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:27 smithi139 ceph-mon[113400]: 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-13T11:52:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:29 smithi114 ceph-mon[106350]: pgmap v1406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:30.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:29 smithi139 ceph-mon[113400]: pgmap v1406: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:31 smithi114 ceph-mon[106350]: pgmap v1407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:31 smithi139 ceph-mon[113400]: pgmap v1407: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:33 smithi114 ceph-mon[106350]: pgmap v1408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:33 smithi139 ceph-mon[113400]: pgmap v1408: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:35 smithi114 ceph-mon[106350]: pgmap v1409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:35 smithi139 ceph-mon[113400]: pgmap v1409: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:37 smithi114 ceph-mon[106350]: 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-13T11:52:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:37 smithi139 ceph-mon[113400]: 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-13T11:52:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:39 smithi114 ceph-mon[106350]: pgmap v1411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:39 smithi139 ceph-mon[113400]: pgmap v1411: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:41 smithi114 ceph-mon[106350]: pgmap v1412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:41 smithi139 ceph-mon[113400]: pgmap v1412: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:43 smithi114 ceph-mon[106350]: pgmap v1413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:43 smithi139 ceph-mon[113400]: pgmap v1413: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:45 smithi114 ceph-mon[106350]: pgmap v1414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:45 smithi139 ceph-mon[113400]: pgmap v1414: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:47 smithi114 ceph-mon[106350]: 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-13T11:52:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:47 smithi139 ceph-mon[113400]: 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-13T11:52:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:49 smithi114 ceph-mon[106350]: pgmap v1416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:49 smithi139 ceph-mon[113400]: pgmap v1416: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:51 smithi114 ceph-mon[106350]: pgmap v1417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:51 smithi139 ceph-mon[113400]: pgmap v1417: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:53 smithi114 ceph-mon[106350]: pgmap v1418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:53 smithi139 ceph-mon[113400]: pgmap v1418: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:52:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:55 smithi114 ceph-mon[106350]: pgmap v1419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:56.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:55 smithi139 ceph-mon[113400]: pgmap v1419: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:52:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:57 smithi114 ceph-mon[106350]: 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-13T11:52:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:57 smithi139 ceph-mon[113400]: 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-13T11:52:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:52:59 smithi114 ceph-mon[106350]: pgmap v1421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:52:59 smithi139 ceph-mon[113400]: pgmap v1421: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:01 smithi114 ceph-mon[106350]: pgmap v1422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:01 smithi139 ceph-mon[113400]: pgmap v1422: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:03 smithi114 ceph-mon[106350]: pgmap v1423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:03 smithi139 ceph-mon[113400]: pgmap v1423: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:05 smithi114 ceph-mon[106350]: pgmap v1424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:06.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:05 smithi139 ceph-mon[113400]: pgmap v1424: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:07 smithi114 ceph-mon[106350]: 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-13T11:53:08.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:07 smithi139 ceph-mon[113400]: 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-13T11:53:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:09 smithi114 ceph-mon[106350]: pgmap v1426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:09 smithi139 ceph-mon[113400]: pgmap v1426: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:10.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:10 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:53:11.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:10 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:53:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:11 smithi114 ceph-mon[106350]: pgmap v1427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:11.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:11 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:53:11.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:11 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:53:11.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:11 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:53:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:11 smithi139 ceph-mon[113400]: pgmap v1427: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:11 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:53:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:11 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:53:12.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:11 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:53:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:13 smithi139 ceph-mon[113400]: pgmap v1428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:13 smithi114 ceph-mon[106350]: pgmap v1428: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:15 smithi139 ceph-mon[113400]: pgmap v1429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:15 smithi114 ceph-mon[106350]: pgmap v1429: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:17 smithi139 ceph-mon[113400]: 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-13T11:53:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:17 smithi114 ceph-mon[106350]: 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-13T11:53:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:19 smithi139 ceph-mon[113400]: pgmap v1431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:19 smithi114 ceph-mon[106350]: pgmap v1431: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:21 smithi139 ceph-mon[113400]: pgmap v1432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:21 smithi114 ceph-mon[106350]: pgmap v1432: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:23 smithi139 ceph-mon[113400]: pgmap v1433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:23 smithi114 ceph-mon[106350]: pgmap v1433: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:25 smithi139 ceph-mon[113400]: pgmap v1434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:25 smithi114 ceph-mon[106350]: pgmap v1434: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:27 smithi139 ceph-mon[113400]: 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-13T11:53:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:27 smithi114 ceph-mon[106350]: 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-13T11:53:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:29 smithi139 ceph-mon[113400]: pgmap v1436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:29 smithi114 ceph-mon[106350]: pgmap v1436: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:31 smithi139 ceph-mon[113400]: pgmap v1437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:31 smithi114 ceph-mon[106350]: pgmap v1437: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:34.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:33 smithi139 ceph-mon[113400]: pgmap v1438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:33 smithi114 ceph-mon[106350]: pgmap v1438: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:35 smithi139 ceph-mon[113400]: pgmap v1439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:35 smithi114 ceph-mon[106350]: pgmap v1439: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:37 smithi139 ceph-mon[113400]: 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-13T11:53:38.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:37 smithi114 ceph-mon[106350]: 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-13T11:53:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:39 smithi139 ceph-mon[113400]: pgmap v1441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:40.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:39 smithi114 ceph-mon[106350]: pgmap v1441: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:41 smithi139 ceph-mon[113400]: pgmap v1442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:42.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:41 smithi114 ceph-mon[106350]: pgmap v1442: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:43 smithi139 ceph-mon[113400]: pgmap v1443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:43 smithi114 ceph-mon[106350]: pgmap v1443: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:45 smithi139 ceph-mon[113400]: pgmap v1444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:45 smithi114 ceph-mon[106350]: pgmap v1444: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:47 smithi139 ceph-mon[113400]: 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-13T11:53:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:47 smithi114 ceph-mon[106350]: 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-13T11:53:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:49 smithi139 ceph-mon[113400]: pgmap v1446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:49 smithi114 ceph-mon[106350]: pgmap v1446: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:51 smithi139 ceph-mon[113400]: pgmap v1447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:51 smithi114 ceph-mon[106350]: pgmap v1447: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:53 smithi139 ceph-mon[113400]: pgmap v1448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:53 smithi114 ceph-mon[106350]: pgmap v1448: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:55.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:54 smithi139 ceph-mon[113400]: pgmap v1449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:55.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:54 smithi114 ceph-mon[106350]: pgmap v1449: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:53:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:57 smithi139 ceph-mon[113400]: 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-13T11:53:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:57 smithi114 ceph-mon[106350]: 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-13T11:53:59.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:53:59 smithi139 ceph-mon[113400]: pgmap v1451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:53:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:53:59 smithi114 ceph-mon[106350]: pgmap v1451: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:01 smithi139 ceph-mon[113400]: pgmap v1452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:01 smithi114 ceph-mon[106350]: pgmap v1452: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:03 smithi139 ceph-mon[113400]: pgmap v1453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:03 smithi114 ceph-mon[106350]: pgmap v1453: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:05 smithi139 ceph-mon[113400]: pgmap v1454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:05 smithi114 ceph-mon[106350]: pgmap v1454: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:07 smithi139 ceph-mon[113400]: 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-13T11:54:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:07 smithi114 ceph-mon[106350]: 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-13T11:54:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:09 smithi139 ceph-mon[113400]: pgmap v1456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:09 smithi114 ceph-mon[106350]: pgmap v1456: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:11 smithi139 ceph-mon[113400]: pgmap v1457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:11 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:54:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:11 smithi114 ceph-mon[106350]: pgmap v1457: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:11 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:54:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:54:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:54:12.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:54:12.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:54:12.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:54:12.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:54:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:13 smithi139 ceph-mon[113400]: pgmap v1458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:13 smithi114 ceph-mon[106350]: pgmap v1458: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:15 smithi139 ceph-mon[113400]: pgmap v1459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:15 smithi114 ceph-mon[106350]: pgmap v1459: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:17 smithi139 ceph-mon[113400]: 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-13T11:54:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:17 smithi114 ceph-mon[106350]: 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-13T11:54:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:19 smithi139 ceph-mon[113400]: pgmap v1461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:19 smithi114 ceph-mon[106350]: pgmap v1461: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:21 smithi139 ceph-mon[113400]: pgmap v1462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:21 smithi114 ceph-mon[106350]: pgmap v1462: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:23 smithi139 ceph-mon[113400]: pgmap v1463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:23 smithi114 ceph-mon[106350]: pgmap v1463: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:25 smithi139 ceph-mon[113400]: pgmap v1464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:25 smithi114 ceph-mon[106350]: pgmap v1464: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:27 smithi139 ceph-mon[113400]: 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-13T11:54:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:27 smithi114 ceph-mon[106350]: 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-13T11:54:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:29 smithi139 ceph-mon[113400]: pgmap v1466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:29 smithi114 ceph-mon[106350]: pgmap v1466: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:31 smithi139 ceph-mon[113400]: pgmap v1467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:31 smithi114 ceph-mon[106350]: pgmap v1467: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:33 smithi139 ceph-mon[113400]: pgmap v1468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:33 smithi114 ceph-mon[106350]: pgmap v1468: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:35 smithi139 ceph-mon[113400]: pgmap v1469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:35 smithi114 ceph-mon[106350]: pgmap v1469: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:37 smithi139 ceph-mon[113400]: 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-13T11:54:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:37 smithi114 ceph-mon[106350]: 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-13T11:54:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:39 smithi139 ceph-mon[113400]: pgmap v1471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:39 smithi114 ceph-mon[106350]: pgmap v1471: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:41 smithi139 ceph-mon[113400]: pgmap v1472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:41 smithi114 ceph-mon[106350]: pgmap v1472: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:43 smithi139 ceph-mon[113400]: pgmap v1473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:43 smithi114 ceph-mon[106350]: pgmap v1473: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:45 smithi139 ceph-mon[113400]: pgmap v1474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:45 smithi114 ceph-mon[106350]: pgmap v1474: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:47 smithi139 ceph-mon[113400]: 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-13T11:54:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:47 smithi114 ceph-mon[106350]: 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-13T11:54:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:49 smithi139 ceph-mon[113400]: pgmap v1476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:49 smithi114 ceph-mon[106350]: pgmap v1476: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:51 smithi114 ceph-mon[106350]: pgmap v1477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:51 smithi139 ceph-mon[113400]: pgmap v1477: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:53 smithi114 ceph-mon[106350]: pgmap v1478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:53 smithi139 ceph-mon[113400]: pgmap v1478: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:54:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:55 smithi114 ceph-mon[106350]: pgmap v1479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:55 smithi139 ceph-mon[113400]: pgmap v1479: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:54:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:57 smithi114 ceph-mon[106350]: 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-13T11:54:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:57 smithi139 ceph-mon[113400]: 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-13T11:54:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:54:59 smithi114 ceph-mon[106350]: pgmap v1481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:54:59 smithi139 ceph-mon[113400]: pgmap v1481: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:01 smithi114 ceph-mon[106350]: pgmap v1482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:01 smithi139 ceph-mon[113400]: pgmap v1482: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:03 smithi114 ceph-mon[106350]: pgmap v1483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:03 smithi139 ceph-mon[113400]: pgmap v1483: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:05 smithi114 ceph-mon[106350]: pgmap v1484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:05 smithi139 ceph-mon[113400]: pgmap v1484: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:07 smithi114 ceph-mon[106350]: 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-13T11:55:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:07 smithi139 ceph-mon[113400]: 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-13T11:55:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:09 smithi114 ceph-mon[106350]: pgmap v1486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:09 smithi139 ceph-mon[113400]: pgmap v1486: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:11 smithi114 ceph-mon[106350]: pgmap v1487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:11 smithi139 ceph-mon[113400]: pgmap v1487: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:12.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:55:12.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:55:12.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:55:12.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:55:13.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:55:13.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:55:13.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:55:13.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:55:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:13 smithi114 ceph-mon[106350]: pgmap v1488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:13 smithi139 ceph-mon[113400]: pgmap v1488: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:15 smithi114 ceph-mon[106350]: pgmap v1489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:15 smithi139 ceph-mon[113400]: pgmap v1489: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:17 smithi114 ceph-mon[106350]: 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-13T11:55:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:17 smithi139 ceph-mon[113400]: 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-13T11:55:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:19 smithi114 ceph-mon[106350]: pgmap v1491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:19 smithi139 ceph-mon[113400]: pgmap v1491: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:21 smithi114 ceph-mon[106350]: pgmap v1492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:21 smithi139 ceph-mon[113400]: pgmap v1492: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:23 smithi114 ceph-mon[106350]: pgmap v1493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:23 smithi139 ceph-mon[113400]: pgmap v1493: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:25 smithi114 ceph-mon[106350]: pgmap v1494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:25 smithi139 ceph-mon[113400]: pgmap v1494: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:27 smithi114 ceph-mon[106350]: 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-13T11:55:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:27 smithi139 ceph-mon[113400]: 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-13T11:55:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:29 smithi114 ceph-mon[106350]: pgmap v1496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:29 smithi139 ceph-mon[113400]: pgmap v1496: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:31 smithi114 ceph-mon[106350]: pgmap v1497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:31 smithi139 ceph-mon[113400]: pgmap v1497: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:33 smithi114 ceph-mon[106350]: pgmap v1498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:33 smithi139 ceph-mon[113400]: pgmap v1498: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:35 smithi114 ceph-mon[106350]: pgmap v1499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:35 smithi139 ceph-mon[113400]: pgmap v1499: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:37 smithi114 ceph-mon[106350]: 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-13T11:55:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:37 smithi139 ceph-mon[113400]: 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-13T11:55:39.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:39 smithi114 ceph-mon[106350]: pgmap v1501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:39 smithi139 ceph-mon[113400]: pgmap v1501: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:41 smithi114 ceph-mon[106350]: pgmap v1502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:41 smithi139 ceph-mon[113400]: pgmap v1502: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:43 smithi114 ceph-mon[106350]: pgmap v1503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:43 smithi139 ceph-mon[113400]: pgmap v1503: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:45 smithi114 ceph-mon[106350]: pgmap v1504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:45 smithi139 ceph-mon[113400]: pgmap v1504: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:47.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:47 smithi114 ceph-mon[106350]: 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-13T11:55:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:47 smithi139 ceph-mon[113400]: 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-13T11:55:50.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:49 smithi139 ceph-mon[113400]: pgmap v1506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:49 smithi114 ceph-mon[106350]: pgmap v1506: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:51 smithi139 ceph-mon[113400]: pgmap v1507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:51 smithi114 ceph-mon[106350]: pgmap v1507: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:53 smithi139 ceph-mon[113400]: pgmap v1508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:53 smithi114 ceph-mon[106350]: pgmap v1508: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:55:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:55 smithi139 ceph-mon[113400]: pgmap v1509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:55 smithi114 ceph-mon[106350]: pgmap v1509: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:55:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:57 smithi139 ceph-mon[113400]: 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-13T11:55:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:57 smithi114 ceph-mon[106350]: 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-13T11:56:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:55:59 smithi139 ceph-mon[113400]: pgmap v1511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:55:59 smithi114 ceph-mon[106350]: pgmap v1511: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:01 smithi139 ceph-mon[113400]: pgmap v1512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:01 smithi114 ceph-mon[106350]: pgmap v1512: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:03 smithi139 ceph-mon[113400]: pgmap v1513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:03 smithi114 ceph-mon[106350]: pgmap v1513: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:06.150 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:05 smithi139 ceph-mon[113400]: pgmap v1514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:06.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:05 smithi114 ceph-mon[106350]: pgmap v1514: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:07 smithi139 ceph-mon[113400]: 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-13T11:56:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:07 smithi114 ceph-mon[106350]: 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-13T11:56:10.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:09 smithi139 ceph-mon[113400]: pgmap v1516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:10.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:09 smithi114 ceph-mon[106350]: pgmap v1516: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:11 smithi139 ceph-mon[113400]: pgmap v1517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:11 smithi114 ceph-mon[106350]: pgmap v1517: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:13.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:56:13.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:56:13.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:56:13.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:12 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:56:13.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:56:13.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:56:13.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:56:13.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:12 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:56:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:13 smithi139 ceph-mon[113400]: pgmap v1518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:13 smithi114 ceph-mon[106350]: pgmap v1518: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:15 smithi139 ceph-mon[113400]: pgmap v1519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:15 smithi114 ceph-mon[106350]: pgmap v1519: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:17 smithi139 ceph-mon[113400]: 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-13T11:56:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:17 smithi114 ceph-mon[106350]: 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-13T11:56:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:19 smithi139 ceph-mon[113400]: pgmap v1521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:19 smithi114 ceph-mon[106350]: pgmap v1521: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:21 smithi139 ceph-mon[113400]: pgmap v1522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:21 smithi114 ceph-mon[106350]: pgmap v1522: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:23 smithi139 ceph-mon[113400]: pgmap v1523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:23 smithi114 ceph-mon[106350]: pgmap v1523: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:25 smithi139 ceph-mon[113400]: pgmap v1524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:25 smithi114 ceph-mon[106350]: pgmap v1524: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:27 smithi139 ceph-mon[113400]: 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-13T11:56:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:27 smithi114 ceph-mon[106350]: 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-13T11:56:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:29 smithi139 ceph-mon[113400]: pgmap v1526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:29 smithi114 ceph-mon[106350]: pgmap v1526: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:31 smithi139 ceph-mon[113400]: pgmap v1527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:31 smithi114 ceph-mon[106350]: pgmap v1527: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:33 smithi139 ceph-mon[113400]: pgmap v1528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:33 smithi114 ceph-mon[106350]: pgmap v1528: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:35 smithi139 ceph-mon[113400]: pgmap v1529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:35 smithi114 ceph-mon[106350]: pgmap v1529: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:37 smithi139 ceph-mon[113400]: 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-13T11:56:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:37 smithi114 ceph-mon[106350]: 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-13T11:56:39.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:39 smithi139 ceph-mon[113400]: pgmap v1531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:39 smithi114 ceph-mon[106350]: pgmap v1531: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:41.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:41 smithi139 ceph-mon[113400]: pgmap v1532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:41 smithi114 ceph-mon[106350]: pgmap v1532: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:43.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:43 smithi139 ceph-mon[113400]: pgmap v1533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:43 smithi114 ceph-mon[106350]: pgmap v1533: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:45.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:45 smithi139 ceph-mon[113400]: pgmap v1534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:45 smithi114 ceph-mon[106350]: pgmap v1534: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:47.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:47 smithi139 ceph-mon[113400]: 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-13T11:56:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:47 smithi114 ceph-mon[106350]: 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-13T11:56:49.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:49 smithi139 ceph-mon[113400]: pgmap v1536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:49 smithi114 ceph-mon[106350]: pgmap v1536: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:51.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:51 smithi139 ceph-mon[113400]: pgmap v1537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:51 smithi114 ceph-mon[106350]: pgmap v1537: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:53.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:53 smithi139 ceph-mon[113400]: pgmap v1538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:53 smithi114 ceph-mon[106350]: pgmap v1538: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:55.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:55 smithi139 ceph-mon[113400]: pgmap v1539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:55 smithi114 ceph-mon[106350]: pgmap v1539: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:56:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:57 smithi139 ceph-mon[113400]: 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-13T11:56:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:57 smithi114 ceph-mon[106350]: 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-13T11:56:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:56:59 smithi139 ceph-mon[113400]: pgmap v1541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:56:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:56:59 smithi114 ceph-mon[106350]: pgmap v1541: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:01 smithi139 ceph-mon[113400]: pgmap v1542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:01 smithi114 ceph-mon[106350]: pgmap v1542: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:03 smithi139 ceph-mon[113400]: pgmap v1543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:03 smithi114 ceph-mon[106350]: pgmap v1543: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:05 smithi139 ceph-mon[113400]: pgmap v1544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:05 smithi114 ceph-mon[106350]: pgmap v1544: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:07 smithi139 ceph-mon[113400]: 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-13T11:57:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:07 smithi114 ceph-mon[106350]: 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-13T11:57:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:09 smithi139 ceph-mon[113400]: pgmap v1546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:09 smithi114 ceph-mon[106350]: pgmap v1546: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:11.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:11 smithi139 ceph-mon[113400]: pgmap v1547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:11 smithi114 ceph-mon[106350]: pgmap v1547: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:13.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: pgmap v1548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:13.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:57:13.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:57:13.898 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:57:13.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:57:13.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:57:13.899 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:57:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: pgmap v1548: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:57:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:57:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:57:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:57:13.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:57:13.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:57:15.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:15 smithi139 ceph-mon[113400]: pgmap v1549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:15 smithi114 ceph-mon[106350]: pgmap v1549: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:17 smithi139 ceph-mon[113400]: 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-13T11:57:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:17 smithi114 ceph-mon[106350]: 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-13T11:57:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:19 smithi139 ceph-mon[113400]: pgmap v1551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:19 smithi114 ceph-mon[106350]: pgmap v1551: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:21 smithi139 ceph-mon[113400]: pgmap v1552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:21 smithi114 ceph-mon[106350]: pgmap v1552: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:23 smithi139 ceph-mon[113400]: pgmap v1553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:23 smithi114 ceph-mon[106350]: pgmap v1553: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:25 smithi139 ceph-mon[113400]: pgmap v1554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:25 smithi114 ceph-mon[106350]: pgmap v1554: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:27 smithi139 ceph-mon[113400]: 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-13T11:57:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:27 smithi114 ceph-mon[106350]: 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-13T11:57:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:29 smithi139 ceph-mon[113400]: pgmap v1556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:29 smithi114 ceph-mon[106350]: pgmap v1556: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:31 smithi114 ceph-mon[106350]: pgmap v1557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:31 smithi139 ceph-mon[113400]: pgmap v1557: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:33 smithi114 ceph-mon[106350]: pgmap v1558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:33 smithi139 ceph-mon[113400]: pgmap v1558: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:35 smithi114 ceph-mon[106350]: pgmap v1559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:35 smithi139 ceph-mon[113400]: pgmap v1559: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:37 smithi114 ceph-mon[106350]: 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-13T11:57:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:37 smithi139 ceph-mon[113400]: 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-13T11:57:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:39 smithi114 ceph-mon[106350]: pgmap v1561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:39 smithi139 ceph-mon[113400]: pgmap v1561: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:41 smithi114 ceph-mon[106350]: pgmap v1562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:41 smithi139 ceph-mon[113400]: pgmap v1562: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:43 smithi114 ceph-mon[106350]: pgmap v1563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:43 smithi139 ceph-mon[113400]: pgmap v1563: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:45 smithi114 ceph-mon[106350]: pgmap v1564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:45 smithi139 ceph-mon[113400]: pgmap v1564: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:47 smithi114 ceph-mon[106350]: 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-13T11:57:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:47 smithi139 ceph-mon[113400]: 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-13T11:57:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:49 smithi114 ceph-mon[106350]: pgmap v1566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:49 smithi139 ceph-mon[113400]: pgmap v1566: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:51 smithi114 ceph-mon[106350]: pgmap v1567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:51 smithi139 ceph-mon[113400]: pgmap v1567: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:53 smithi114 ceph-mon[106350]: pgmap v1568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:53 smithi139 ceph-mon[113400]: pgmap v1568: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:57:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:55 smithi114 ceph-mon[106350]: pgmap v1569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:55 smithi139 ceph-mon[113400]: pgmap v1569: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:57:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:57 smithi114 ceph-mon[106350]: 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-13T11:57:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:57 smithi139 ceph-mon[113400]: 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-13T11:57:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:57:59 smithi114 ceph-mon[106350]: pgmap v1571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:57:59 smithi139 ceph-mon[113400]: pgmap v1571: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:01 smithi114 ceph-mon[106350]: pgmap v1572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:01 smithi139 ceph-mon[113400]: pgmap v1572: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:03 smithi114 ceph-mon[106350]: pgmap v1573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:03 smithi139 ceph-mon[113400]: pgmap v1573: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:05 smithi114 ceph-mon[106350]: pgmap v1574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:05 smithi139 ceph-mon[113400]: pgmap v1574: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:07 smithi114 ceph-mon[106350]: 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-13T11:58:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:07 smithi139 ceph-mon[113400]: 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-13T11:58:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:09 smithi114 ceph-mon[106350]: pgmap v1576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:09 smithi139 ceph-mon[113400]: pgmap v1576: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:11 smithi114 ceph-mon[106350]: pgmap v1577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:11 smithi139 ceph-mon[113400]: pgmap v1577: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:13 smithi114 ceph-mon[106350]: pgmap v1578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:13 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:58:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:13 smithi139 ceph-mon[113400]: pgmap v1578: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:13 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:58:15.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:58:15.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:58:15.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:58:15.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:58:15.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:58:15.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:14 smithi114 ceph-mon[106350]: pgmap v1579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:15.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:58:15.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:58:15.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:58:15.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:58:15.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:58:15.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:14 smithi139 ceph-mon[113400]: pgmap v1579: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:17.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:17 smithi139 ceph-mon[113400]: 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-13T11:58:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:17 smithi114 ceph-mon[106350]: 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-13T11:58:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:19 smithi139 ceph-mon[113400]: pgmap v1581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:19 smithi114 ceph-mon[106350]: pgmap v1581: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:21 smithi139 ceph-mon[113400]: pgmap v1582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:21 smithi114 ceph-mon[106350]: pgmap v1582: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:23.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:23 smithi139 ceph-mon[113400]: pgmap v1583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:23 smithi114 ceph-mon[106350]: pgmap v1583: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:25.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:25 smithi139 ceph-mon[113400]: pgmap v1584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:25 smithi114 ceph-mon[106350]: pgmap v1584: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:27.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:27 smithi139 ceph-mon[113400]: 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-13T11:58:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:27 smithi114 ceph-mon[106350]: 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-13T11:58:29.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:29 smithi139 ceph-mon[113400]: pgmap v1586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:29 smithi114 ceph-mon[106350]: pgmap v1586: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:31.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:31 smithi139 ceph-mon[113400]: pgmap v1587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:31 smithi114 ceph-mon[106350]: pgmap v1587: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:33.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:33 smithi139 ceph-mon[113400]: pgmap v1588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:33 smithi114 ceph-mon[106350]: pgmap v1588: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:35.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:35 smithi139 ceph-mon[113400]: pgmap v1589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:35 smithi114 ceph-mon[106350]: pgmap v1589: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:37.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:37 smithi139 ceph-mon[113400]: 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-13T11:58:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:37 smithi114 ceph-mon[106350]: 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-13T11:58:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:39 smithi114 ceph-mon[106350]: pgmap v1591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:39 smithi139 ceph-mon[113400]: pgmap v1591: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:41 smithi114 ceph-mon[106350]: pgmap v1592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:41 smithi139 ceph-mon[113400]: pgmap v1592: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:43 smithi114 ceph-mon[106350]: pgmap v1593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:43 smithi139 ceph-mon[113400]: pgmap v1593: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:45 smithi114 ceph-mon[106350]: pgmap v1594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:45 smithi139 ceph-mon[113400]: pgmap v1594: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:47 smithi114 ceph-mon[106350]: 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-13T11:58:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:47 smithi139 ceph-mon[113400]: 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-13T11:58:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:49 smithi114 ceph-mon[106350]: pgmap v1596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:49 smithi139 ceph-mon[113400]: pgmap v1596: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:51 smithi114 ceph-mon[106350]: pgmap v1597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:51 smithi139 ceph-mon[113400]: pgmap v1597: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:53 smithi114 ceph-mon[106350]: pgmap v1598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:53 smithi139 ceph-mon[113400]: pgmap v1598: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:58:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:55 smithi114 ceph-mon[106350]: pgmap v1599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:55 smithi139 ceph-mon[113400]: pgmap v1599: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:58:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:57 smithi114 ceph-mon[106350]: 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-13T11:58:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:57 smithi139 ceph-mon[113400]: 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-13T11:58:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:58:59 smithi114 ceph-mon[106350]: pgmap v1601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:58:59 smithi139 ceph-mon[113400]: pgmap v1601: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:01 smithi114 ceph-mon[106350]: pgmap v1602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:01 smithi139 ceph-mon[113400]: pgmap v1602: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:03 smithi114 ceph-mon[106350]: pgmap v1603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:03 smithi139 ceph-mon[113400]: pgmap v1603: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:05 smithi114 ceph-mon[106350]: pgmap v1604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:05 smithi139 ceph-mon[113400]: pgmap v1604: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:07 smithi114 ceph-mon[106350]: 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-13T11:59:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:07 smithi139 ceph-mon[113400]: 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-13T11:59:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:09 smithi114 ceph-mon[106350]: pgmap v1606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:09 smithi139 ceph-mon[113400]: pgmap v1606: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:11 smithi114 ceph-mon[106350]: pgmap v1607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:11 smithi139 ceph-mon[113400]: pgmap v1607: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:13 smithi114 ceph-mon[106350]: pgmap v1608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:13 smithi139 ceph-mon[113400]: pgmap v1608: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:14.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:14 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:59:15.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:14 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:59:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:15 smithi114 ceph-mon[106350]: pgmap v1609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:59:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:59:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:59:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:15 smithi139 ceph-mon[113400]: pgmap v1609: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:59:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:59:16.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T11:59:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:17 smithi114 ceph-mon[106350]: 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-13T11:59:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:17 smithi139 ceph-mon[113400]: 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-13T11:59:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:19 smithi114 ceph-mon[106350]: pgmap v1611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:19 smithi139 ceph-mon[113400]: pgmap v1611: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:21 smithi114 ceph-mon[106350]: pgmap v1612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:21 smithi139 ceph-mon[113400]: pgmap v1612: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:23 smithi114 ceph-mon[106350]: pgmap v1613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:23 smithi139 ceph-mon[113400]: pgmap v1613: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:25 smithi114 ceph-mon[106350]: pgmap v1614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:25 smithi139 ceph-mon[113400]: pgmap v1614: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:27 smithi114 ceph-mon[106350]: 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-13T11:59:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:27 smithi139 ceph-mon[113400]: 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-13T11:59:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:29 smithi114 ceph-mon[106350]: pgmap v1616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:29 smithi139 ceph-mon[113400]: pgmap v1616: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:31 smithi114 ceph-mon[106350]: pgmap v1617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:31 smithi139 ceph-mon[113400]: pgmap v1617: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:33 smithi114 ceph-mon[106350]: pgmap v1618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:33 smithi139 ceph-mon[113400]: pgmap v1618: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:35 smithi114 ceph-mon[106350]: pgmap v1619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:35 smithi139 ceph-mon[113400]: pgmap v1619: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:37 smithi139 ceph-mon[113400]: 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-13T11:59:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:37 smithi114 ceph-mon[106350]: 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-13T11:59:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:39 smithi139 ceph-mon[113400]: pgmap v1621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:39 smithi114 ceph-mon[106350]: pgmap v1621: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:41 smithi139 ceph-mon[113400]: pgmap v1622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:41 smithi114 ceph-mon[106350]: pgmap v1622: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:43 smithi139 ceph-mon[113400]: pgmap v1623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:43 smithi114 ceph-mon[106350]: pgmap v1623: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:45 smithi139 ceph-mon[113400]: pgmap v1624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:45 smithi114 ceph-mon[106350]: pgmap v1624: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:47 smithi139 ceph-mon[113400]: 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-13T11:59:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:47 smithi114 ceph-mon[106350]: 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-13T11:59:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:49 smithi139 ceph-mon[113400]: pgmap v1626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:49 smithi114 ceph-mon[106350]: pgmap v1626: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:51 smithi139 ceph-mon[113400]: pgmap v1627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:51 smithi114 ceph-mon[106350]: pgmap v1627: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:53 smithi139 ceph-mon[113400]: pgmap v1628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:53 smithi114 ceph-mon[106350]: pgmap v1628: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:59:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:55 smithi139 ceph-mon[113400]: pgmap v1629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:55 smithi114 ceph-mon[106350]: pgmap v1629: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T11:59:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:57 smithi139 ceph-mon[113400]: 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-13T11:59:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:57 smithi114 ceph-mon[106350]: 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-13T12:00:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 11:59:59 smithi139 ceph-mon[113400]: pgmap v1631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 11:59:59 smithi114 ceph-mon[106350]: pgmap v1631: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:01.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T12:00:01.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T12:00:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:01 smithi139 ceph-mon[113400]: pgmap v1632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:01 smithi114 ceph-mon[106350]: pgmap v1632: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:03 smithi139 ceph-mon[113400]: pgmap v1633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:04.159 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:03 smithi114 ceph-mon[106350]: pgmap v1633: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:05 smithi139 ceph-mon[113400]: pgmap v1634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:05 smithi114 ceph-mon[106350]: pgmap v1634: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:07 smithi139 ceph-mon[113400]: 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-13T12:00:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:07 smithi114 ceph-mon[106350]: 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-13T12:00:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:09 smithi139 ceph-mon[113400]: pgmap v1636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:09 smithi114 ceph-mon[106350]: pgmap v1636: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:11 smithi139 ceph-mon[113400]: pgmap v1637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:11 smithi114 ceph-mon[106350]: pgmap v1637: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:13 smithi139 ceph-mon[113400]: pgmap v1638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:13 smithi114 ceph-mon[106350]: pgmap v1638: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:15 smithi114 ceph-mon[106350]: pgmap v1639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:00:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:15 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:15 smithi139 ceph-mon[113400]: pgmap v1639: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:00:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:15 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:00:17.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:00:17.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:16 smithi139 ceph-mon[113400]: 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-13T12:00:17.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:00:17.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:00:17.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:00:17.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:16 smithi114 ceph-mon[106350]: 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-13T12:00:19.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:19 smithi139 ceph-mon[113400]: pgmap v1641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:19 smithi114 ceph-mon[106350]: pgmap v1641: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:21.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:21 smithi139 ceph-mon[113400]: pgmap v1642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:21 smithi114 ceph-mon[106350]: pgmap v1642: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:23 smithi114 ceph-mon[106350]: pgmap v1643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:23 smithi139 ceph-mon[113400]: pgmap v1643: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:25.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:25 smithi114 ceph-mon[106350]: pgmap v1644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:25 smithi139 ceph-mon[113400]: pgmap v1644: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:27.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:27 smithi114 ceph-mon[106350]: 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-13T12:00:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:27 smithi139 ceph-mon[113400]: 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-13T12:00:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:29 smithi114 ceph-mon[106350]: pgmap v1646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:29 smithi139 ceph-mon[113400]: pgmap v1646: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:31.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:31 smithi114 ceph-mon[106350]: pgmap v1647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:31 smithi139 ceph-mon[113400]: pgmap v1647: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:33 smithi114 ceph-mon[106350]: pgmap v1648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:33 smithi139 ceph-mon[113400]: pgmap v1648: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:35 smithi114 ceph-mon[106350]: pgmap v1649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:35 smithi139 ceph-mon[113400]: pgmap v1649: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:37 smithi114 ceph-mon[106350]: 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-13T12:00:38.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:37 smithi139 ceph-mon[113400]: 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-13T12:00:39.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:39 smithi114 ceph-mon[106350]: pgmap v1651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:39 smithi139 ceph-mon[113400]: pgmap v1651: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:41 smithi114 ceph-mon[106350]: pgmap v1652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:41 smithi139 ceph-mon[113400]: pgmap v1652: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:43 smithi114 ceph-mon[106350]: pgmap v1653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:43 smithi139 ceph-mon[113400]: pgmap v1653: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:45 smithi114 ceph-mon[106350]: pgmap v1654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:45 smithi139 ceph-mon[113400]: pgmap v1654: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:47 smithi114 ceph-mon[106350]: 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-13T12:00:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:47 smithi139 ceph-mon[113400]: 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-13T12:00:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:49 smithi114 ceph-mon[106350]: pgmap v1656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:49 smithi139 ceph-mon[113400]: pgmap v1656: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:51 smithi114 ceph-mon[106350]: pgmap v1657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:51 smithi139 ceph-mon[113400]: pgmap v1657: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:53 smithi114 ceph-mon[106350]: pgmap v1658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:53 smithi139 ceph-mon[113400]: pgmap v1658: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:00:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:55 smithi114 ceph-mon[106350]: pgmap v1659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:56.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:55 smithi139 ceph-mon[113400]: pgmap v1659: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:00:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:57 smithi114 ceph-mon[106350]: 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-13T12:00:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:57 smithi139 ceph-mon[113400]: 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-13T12:00:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:00:59 smithi114 ceph-mon[106350]: pgmap v1661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:00:59 smithi139 ceph-mon[113400]: pgmap v1661: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:01 smithi114 ceph-mon[106350]: pgmap v1662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:01 smithi139 ceph-mon[113400]: pgmap v1662: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:03 smithi114 ceph-mon[106350]: pgmap v1663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:03 smithi139 ceph-mon[113400]: pgmap v1663: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:05 smithi114 ceph-mon[106350]: pgmap v1664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:05 smithi139 ceph-mon[113400]: pgmap v1664: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:07 smithi114 ceph-mon[106350]: 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-13T12:01:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:07 smithi139 ceph-mon[113400]: 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-13T12:01:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:09 smithi114 ceph-mon[106350]: pgmap v1666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:09 smithi139 ceph-mon[113400]: pgmap v1666: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:11 smithi114 ceph-mon[106350]: pgmap v1667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:11 smithi139 ceph-mon[113400]: pgmap v1667: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:13 smithi114 ceph-mon[106350]: pgmap v1668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:13 smithi139 ceph-mon[113400]: pgmap v1668: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:15 smithi114 ceph-mon[106350]: pgmap v1669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:15 smithi139 ceph-mon[113400]: pgmap v1669: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:16.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:16 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:01:17.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:16 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:01:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:17 smithi114 ceph-mon[106350]: 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-13T12:01:17.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:01:17.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:01:17.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:01:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:17 smithi139 ceph-mon[113400]: 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-13T12:01:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:01:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:01:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:01:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:19 smithi139 ceph-mon[113400]: pgmap v1671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:19 smithi114 ceph-mon[106350]: pgmap v1671: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:21 smithi139 ceph-mon[113400]: pgmap v1672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:21 smithi114 ceph-mon[106350]: pgmap v1672: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:23 smithi139 ceph-mon[113400]: pgmap v1673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:23 smithi114 ceph-mon[106350]: pgmap v1673: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:25 smithi139 ceph-mon[113400]: pgmap v1674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:25 smithi114 ceph-mon[106350]: pgmap v1674: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:27 smithi139 ceph-mon[113400]: 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-13T12:01:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:27 smithi114 ceph-mon[106350]: 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-13T12:01:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:29 smithi139 ceph-mon[113400]: pgmap v1676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:29 smithi114 ceph-mon[106350]: pgmap v1676: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:32.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:31 smithi139 ceph-mon[113400]: pgmap v1677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:31 smithi114 ceph-mon[106350]: pgmap v1677: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:33 smithi139 ceph-mon[113400]: pgmap v1678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:33 smithi114 ceph-mon[106350]: pgmap v1678: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:35 smithi139 ceph-mon[113400]: pgmap v1679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:35 smithi114 ceph-mon[106350]: pgmap v1679: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:37 smithi139 ceph-mon[113400]: 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-13T12:01:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:37 smithi114 ceph-mon[106350]: 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-13T12:01:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:39 smithi139 ceph-mon[113400]: pgmap v1681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:39 smithi114 ceph-mon[106350]: pgmap v1681: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:41 smithi139 ceph-mon[113400]: pgmap v1682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:41 smithi114 ceph-mon[106350]: pgmap v1682: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:43 smithi139 ceph-mon[113400]: pgmap v1683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:43 smithi114 ceph-mon[106350]: pgmap v1683: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:45 smithi139 ceph-mon[113400]: pgmap v1684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:45 smithi114 ceph-mon[106350]: pgmap v1684: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:47 smithi139 ceph-mon[113400]: 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-13T12:01:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:47 smithi114 ceph-mon[106350]: 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-13T12:01:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:49 smithi139 ceph-mon[113400]: pgmap v1686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:49 smithi114 ceph-mon[106350]: pgmap v1686: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:51 smithi139 ceph-mon[113400]: pgmap v1687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:51 smithi114 ceph-mon[106350]: pgmap v1687: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:53 smithi139 ceph-mon[113400]: pgmap v1688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:53 smithi114 ceph-mon[106350]: pgmap v1688: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:01:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:55 smithi139 ceph-mon[113400]: pgmap v1689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:55 smithi114 ceph-mon[106350]: pgmap v1689: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:01:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:57 smithi139 ceph-mon[113400]: 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-13T12:01:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:57 smithi114 ceph-mon[106350]: 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-13T12:02:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:01:59 smithi139 ceph-mon[113400]: pgmap v1691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:01:59 smithi114 ceph-mon[106350]: pgmap v1691: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:01 smithi139 ceph-mon[113400]: pgmap v1692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:01 smithi114 ceph-mon[106350]: pgmap v1692: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:03 smithi139 ceph-mon[113400]: pgmap v1693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:03 smithi114 ceph-mon[106350]: pgmap v1693: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:05 smithi139 ceph-mon[113400]: pgmap v1694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:05 smithi114 ceph-mon[106350]: pgmap v1694: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:07 smithi139 ceph-mon[113400]: 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-13T12:02:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:07 smithi114 ceph-mon[106350]: 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-13T12:02:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:09 smithi139 ceph-mon[113400]: pgmap v1696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:09 smithi114 ceph-mon[106350]: pgmap v1696: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:11 smithi139 ceph-mon[113400]: pgmap v1697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:11 smithi114 ceph-mon[106350]: pgmap v1697: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:13 smithi139 ceph-mon[113400]: pgmap v1698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:13 smithi114 ceph-mon[106350]: pgmap v1698: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:15 smithi139 ceph-mon[113400]: pgmap v1699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:15 smithi114 ceph-mon[106350]: pgmap v1699: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:18.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:17 smithi139 ceph-mon[113400]: 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-13T12:02:18.150 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:02:18.150 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:02:18.150 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:02:18.150 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:02:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:17 smithi114 ceph-mon[106350]: 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-13T12:02:18.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:02:18.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:02:18.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:02:18.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:02:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:19 smithi139 ceph-mon[113400]: pgmap v1701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:19 smithi114 ceph-mon[106350]: pgmap v1701: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:21 smithi139 ceph-mon[113400]: pgmap v1702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:21 smithi114 ceph-mon[106350]: pgmap v1702: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:23 smithi139 ceph-mon[113400]: pgmap v1703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:23 smithi114 ceph-mon[106350]: pgmap v1703: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:25 smithi139 ceph-mon[113400]: pgmap v1704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:25 smithi114 ceph-mon[106350]: pgmap v1704: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:27 smithi139 ceph-mon[113400]: 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-13T12:02:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:27 smithi114 ceph-mon[106350]: 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-13T12:02:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:29 smithi139 ceph-mon[113400]: pgmap v1706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:29 smithi114 ceph-mon[106350]: pgmap v1706: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:31 smithi139 ceph-mon[113400]: pgmap v1707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:31 smithi114 ceph-mon[106350]: pgmap v1707: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:33 smithi139 ceph-mon[113400]: pgmap v1708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:33 smithi114 ceph-mon[106350]: pgmap v1708: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:35 smithi139 ceph-mon[113400]: pgmap v1709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:35 smithi114 ceph-mon[106350]: pgmap v1709: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:37 smithi139 ceph-mon[113400]: 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-13T12:02:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:37 smithi114 ceph-mon[106350]: 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-13T12:02:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:39 smithi139 ceph-mon[113400]: pgmap v1711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:39 smithi114 ceph-mon[106350]: pgmap v1711: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:41 smithi139 ceph-mon[113400]: pgmap v1712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:41 smithi114 ceph-mon[106350]: pgmap v1712: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:43 smithi139 ceph-mon[113400]: pgmap v1713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:43 smithi114 ceph-mon[106350]: pgmap v1713: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:46.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:45 smithi139 ceph-mon[113400]: pgmap v1714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:45 smithi114 ceph-mon[106350]: pgmap v1714: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:47 smithi139 ceph-mon[113400]: 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-13T12:02:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:47 smithi114 ceph-mon[106350]: 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-13T12:02:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:49 smithi139 ceph-mon[113400]: pgmap v1716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:49 smithi114 ceph-mon[106350]: pgmap v1716: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:51 smithi139 ceph-mon[113400]: pgmap v1717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:51 smithi114 ceph-mon[106350]: pgmap v1717: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:53 smithi139 ceph-mon[113400]: pgmap v1718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:53 smithi114 ceph-mon[106350]: pgmap v1718: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:55 smithi139 ceph-mon[113400]: pgmap v1719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:55 smithi114 ceph-mon[106350]: pgmap v1719: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:02:57.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:57 smithi139 ceph-mon[113400]: 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-13T12:02:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:57 smithi114 ceph-mon[106350]: 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-13T12:02:59.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:02:59 smithi139 ceph-mon[113400]: pgmap v1721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:02:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:02:59 smithi114 ceph-mon[106350]: pgmap v1721: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:01.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:01 smithi139 ceph-mon[113400]: pgmap v1722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:01 smithi114 ceph-mon[106350]: pgmap v1722: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:03.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:03 smithi139 ceph-mon[113400]: pgmap v1723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:03 smithi114 ceph-mon[106350]: pgmap v1723: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:05.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:05 smithi139 ceph-mon[113400]: pgmap v1724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:05 smithi114 ceph-mon[106350]: pgmap v1724: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:07.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:07 smithi139 ceph-mon[113400]: 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-13T12:03:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:07 smithi114 ceph-mon[106350]: 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-13T12:03:09.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:09 smithi139 ceph-mon[113400]: pgmap v1726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:09 smithi114 ceph-mon[106350]: pgmap v1726: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:11 smithi114 ceph-mon[106350]: pgmap v1727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:11 smithi139 ceph-mon[113400]: pgmap v1727: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:13 smithi114 ceph-mon[106350]: pgmap v1728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:13 smithi139 ceph-mon[113400]: pgmap v1728: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:15 smithi114 ceph-mon[106350]: pgmap v1729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:15 smithi139 ceph-mon[113400]: pgmap v1729: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:17.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:17 smithi114 ceph-mon[106350]: 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-13T12:03:17.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:17 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:03:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:17 smithi139 ceph-mon[113400]: 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-13T12:03:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:17 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:03:18.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:03:18.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:03:18.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:03:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:03:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:03:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:03:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:19 smithi114 ceph-mon[106350]: pgmap v1731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:19 smithi139 ceph-mon[113400]: pgmap v1731: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:21 smithi114 ceph-mon[106350]: pgmap v1732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:21 smithi139 ceph-mon[113400]: pgmap v1732: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:23 smithi114 ceph-mon[106350]: pgmap v1733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:23 smithi139 ceph-mon[113400]: pgmap v1733: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:25.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:25 smithi114 ceph-mon[106350]: pgmap v1734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:25 smithi139 ceph-mon[113400]: pgmap v1734: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:27 smithi114 ceph-mon[106350]: 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-13T12:03:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:27 smithi139 ceph-mon[113400]: 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-13T12:03:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:29 smithi114 ceph-mon[106350]: pgmap v1736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:29 smithi139 ceph-mon[113400]: pgmap v1736: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:31.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:31 smithi114 ceph-mon[106350]: pgmap v1737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:31 smithi139 ceph-mon[113400]: pgmap v1737: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:33.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:33 smithi114 ceph-mon[106350]: pgmap v1738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:33 smithi139 ceph-mon[113400]: pgmap v1738: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:35.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:35 smithi114 ceph-mon[106350]: pgmap v1739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:35 smithi139 ceph-mon[113400]: pgmap v1739: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:37 smithi114 ceph-mon[106350]: 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-13T12:03:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:37 smithi139 ceph-mon[113400]: 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-13T12:03:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:39 smithi114 ceph-mon[106350]: pgmap v1741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:39 smithi139 ceph-mon[113400]: pgmap v1741: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:41 smithi114 ceph-mon[106350]: pgmap v1742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:41 smithi139 ceph-mon[113400]: pgmap v1742: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:43.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:43 smithi114 ceph-mon[106350]: pgmap v1743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:43 smithi139 ceph-mon[113400]: pgmap v1743: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:45 smithi114 ceph-mon[106350]: pgmap v1744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:45 smithi139 ceph-mon[113400]: pgmap v1744: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:47 smithi114 ceph-mon[106350]: 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-13T12:03:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:47 smithi139 ceph-mon[113400]: 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-13T12:03:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:49 smithi114 ceph-mon[106350]: pgmap v1746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:49 smithi139 ceph-mon[113400]: pgmap v1746: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:51 smithi114 ceph-mon[106350]: pgmap v1747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:51 smithi139 ceph-mon[113400]: pgmap v1747: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:53 smithi114 ceph-mon[106350]: pgmap v1748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:53 smithi139 ceph-mon[113400]: pgmap v1748: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:03:55.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:55 smithi114 ceph-mon[106350]: pgmap v1749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:55 smithi139 ceph-mon[113400]: pgmap v1749: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:03:57.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:57 smithi114 ceph-mon[106350]: 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-13T12:03:58.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:57 smithi139 ceph-mon[113400]: 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-13T12:03:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:03:59 smithi114 ceph-mon[106350]: pgmap v1751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:03:59 smithi139 ceph-mon[113400]: pgmap v1751: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:01.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:01 smithi114 ceph-mon[106350]: pgmap v1752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:01 smithi139 ceph-mon[113400]: pgmap v1752: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:03 smithi114 ceph-mon[106350]: pgmap v1753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:03 smithi139 ceph-mon[113400]: pgmap v1753: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:05 smithi114 ceph-mon[106350]: pgmap v1754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:05 smithi139 ceph-mon[113400]: pgmap v1754: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:07 smithi114 ceph-mon[106350]: 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-13T12:04:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:07 smithi139 ceph-mon[113400]: 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-13T12:04:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:09 smithi114 ceph-mon[106350]: pgmap v1756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:09 smithi139 ceph-mon[113400]: pgmap v1756: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:11 smithi114 ceph-mon[106350]: pgmap v1757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:11 smithi139 ceph-mon[113400]: pgmap v1757: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:13 smithi114 ceph-mon[106350]: pgmap v1758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:13 smithi139 ceph-mon[113400]: pgmap v1758: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:15.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:15 smithi114 ceph-mon[106350]: pgmap v1759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:15 smithi139 ceph-mon[113400]: pgmap v1759: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:17 smithi139 ceph-mon[113400]: 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-13T12:04:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:17 smithi114 ceph-mon[106350]: 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-13T12:04:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:04:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:04:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:04:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:04:19.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:04:19.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:04:19.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:04:19.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:04:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:19 smithi139 ceph-mon[113400]: pgmap v1761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:19 smithi114 ceph-mon[106350]: pgmap v1761: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:21 smithi139 ceph-mon[113400]: pgmap v1762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:21 smithi114 ceph-mon[106350]: pgmap v1762: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:23 smithi139 ceph-mon[113400]: pgmap v1763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:23 smithi114 ceph-mon[106350]: pgmap v1763: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:25 smithi139 ceph-mon[113400]: pgmap v1764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:25 smithi114 ceph-mon[106350]: pgmap v1764: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:27 smithi139 ceph-mon[113400]: 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-13T12:04:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:27 smithi114 ceph-mon[106350]: 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-13T12:04:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:29 smithi139 ceph-mon[113400]: pgmap v1766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:29 smithi114 ceph-mon[106350]: pgmap v1766: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:31 smithi139 ceph-mon[113400]: pgmap v1767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:31 smithi114 ceph-mon[106350]: pgmap v1767: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:33 smithi139 ceph-mon[113400]: pgmap v1768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:33 smithi114 ceph-mon[106350]: pgmap v1768: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:35 smithi139 ceph-mon[113400]: pgmap v1769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:35 smithi114 ceph-mon[106350]: pgmap v1769: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:37 smithi139 ceph-mon[113400]: 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-13T12:04:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:37 smithi114 ceph-mon[106350]: 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-13T12:04:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:39 smithi139 ceph-mon[113400]: pgmap v1771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:39 smithi114 ceph-mon[106350]: pgmap v1771: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:41 smithi139 ceph-mon[113400]: pgmap v1772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:41 smithi114 ceph-mon[106350]: pgmap v1772: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:43 smithi139 ceph-mon[113400]: pgmap v1773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:43 smithi114 ceph-mon[106350]: pgmap v1773: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:45 smithi139 ceph-mon[113400]: pgmap v1774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:45 smithi114 ceph-mon[106350]: pgmap v1774: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:47 smithi139 ceph-mon[113400]: 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-13T12:04:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:47 smithi114 ceph-mon[106350]: 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-13T12:04:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:49 smithi139 ceph-mon[113400]: pgmap v1776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:49 smithi114 ceph-mon[106350]: pgmap v1776: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:51 smithi139 ceph-mon[113400]: pgmap v1777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:51 smithi114 ceph-mon[106350]: pgmap v1777: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:53 smithi139 ceph-mon[113400]: pgmap v1778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:53 smithi114 ceph-mon[106350]: pgmap v1778: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:04:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:55 smithi139 ceph-mon[113400]: pgmap v1779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:55 smithi114 ceph-mon[106350]: pgmap v1779: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:04:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:57 smithi139 ceph-mon[113400]: 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-13T12:04:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:57 smithi114 ceph-mon[106350]: 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-13T12:05:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:04:59 smithi139 ceph-mon[113400]: pgmap v1781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:04:59 smithi114 ceph-mon[106350]: pgmap v1781: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:01 smithi139 ceph-mon[113400]: pgmap v1782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:01 smithi114 ceph-mon[106350]: pgmap v1782: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:03 smithi139 ceph-mon[113400]: pgmap v1783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:03 smithi114 ceph-mon[106350]: pgmap v1783: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:05 smithi139 ceph-mon[113400]: pgmap v1784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:05 smithi114 ceph-mon[106350]: pgmap v1784: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:07 smithi139 ceph-mon[113400]: 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-13T12:05:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:07 smithi114 ceph-mon[106350]: 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-13T12:05:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:09 smithi139 ceph-mon[113400]: pgmap v1786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:09 smithi114 ceph-mon[106350]: pgmap v1786: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:11 smithi139 ceph-mon[113400]: pgmap v1787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:11 smithi114 ceph-mon[106350]: pgmap v1787: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:13 smithi139 ceph-mon[113400]: pgmap v1788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:13 smithi114 ceph-mon[106350]: pgmap v1788: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:15 smithi139 ceph-mon[113400]: pgmap v1789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:15 smithi114 ceph-mon[106350]: pgmap v1789: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:17 smithi139 ceph-mon[113400]: 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-13T12:05:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:17 smithi114 ceph-mon[106350]: 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-13T12:05:19.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:18 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:05:19.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:18 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:05:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:19 smithi139 ceph-mon[113400]: pgmap v1791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:05:20.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:05:20.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:05:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:19 smithi114 ceph-mon[106350]: pgmap v1791: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:05:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:05:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:05:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:21 smithi139 ceph-mon[113400]: pgmap v1792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:21 smithi114 ceph-mon[106350]: pgmap v1792: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:23 smithi139 ceph-mon[113400]: pgmap v1793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:23 smithi114 ceph-mon[106350]: pgmap v1793: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:25 smithi139 ceph-mon[113400]: pgmap v1794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:25 smithi114 ceph-mon[106350]: pgmap v1794: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:27 smithi139 ceph-mon[113400]: 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-13T12:05:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:27 smithi114 ceph-mon[106350]: 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-13T12:05:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:29 smithi139 ceph-mon[113400]: pgmap v1796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:29 smithi114 ceph-mon[106350]: pgmap v1796: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:31 smithi139 ceph-mon[113400]: pgmap v1797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:31 smithi114 ceph-mon[106350]: pgmap v1797: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:33 smithi139 ceph-mon[113400]: pgmap v1798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:33 smithi114 ceph-mon[106350]: pgmap v1798: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:35 smithi139 ceph-mon[113400]: pgmap v1799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:35 smithi114 ceph-mon[106350]: pgmap v1799: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:37 smithi139 ceph-mon[113400]: 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-13T12:05:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:37 smithi114 ceph-mon[106350]: 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-13T12:05:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:39 smithi139 ceph-mon[113400]: pgmap v1801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:39 smithi114 ceph-mon[106350]: pgmap v1801: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:41 smithi139 ceph-mon[113400]: pgmap v1802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:41 smithi114 ceph-mon[106350]: pgmap v1802: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:43 smithi139 ceph-mon[113400]: pgmap v1803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:43 smithi114 ceph-mon[106350]: pgmap v1803: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:45 smithi139 ceph-mon[113400]: pgmap v1804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:45 smithi114 ceph-mon[106350]: pgmap v1804: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:47 smithi139 ceph-mon[113400]: 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-13T12:05:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:47 smithi114 ceph-mon[106350]: 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-13T12:05:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:49 smithi139 ceph-mon[113400]: pgmap v1806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:49 smithi114 ceph-mon[106350]: pgmap v1806: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:51 smithi139 ceph-mon[113400]: pgmap v1807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:51 smithi114 ceph-mon[106350]: pgmap v1807: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:53 smithi139 ceph-mon[113400]: pgmap v1808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:53 smithi114 ceph-mon[106350]: pgmap v1808: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:05:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:55 smithi139 ceph-mon[113400]: pgmap v1809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:55 smithi114 ceph-mon[106350]: pgmap v1809: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:05:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:57 smithi139 ceph-mon[113400]: 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-13T12:05:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:57 smithi114 ceph-mon[106350]: 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-13T12:06:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:05:59 smithi139 ceph-mon[113400]: pgmap v1811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:05:59 smithi114 ceph-mon[106350]: pgmap v1811: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:01 smithi139 ceph-mon[113400]: pgmap v1812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:01 smithi114 ceph-mon[106350]: pgmap v1812: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:03.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:02 smithi139 ceph-mon[113400]: pgmap v1813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:03.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:02 smithi114 ceph-mon[106350]: pgmap v1813: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:05 smithi114 ceph-mon[106350]: pgmap v1814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:06.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:05 smithi139 ceph-mon[113400]: pgmap v1814: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:07 smithi114 ceph-mon[106350]: 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-13T12:06:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:07 smithi139 ceph-mon[113400]: 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-13T12:06:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:09 smithi114 ceph-mon[106350]: pgmap v1816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:09 smithi139 ceph-mon[113400]: pgmap v1816: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:11.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:11 smithi114 ceph-mon[106350]: pgmap v1817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:11 smithi139 ceph-mon[113400]: pgmap v1817: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:13.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:13 smithi114 ceph-mon[106350]: pgmap v1818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:13 smithi139 ceph-mon[113400]: pgmap v1818: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:15 smithi114 ceph-mon[106350]: pgmap v1819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:15 smithi139 ceph-mon[113400]: pgmap v1819: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:17 smithi114 ceph-mon[106350]: 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-13T12:06:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:17 smithi139 ceph-mon[113400]: 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-13T12:06:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:19 smithi139 ceph-mon[113400]: pgmap v1821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:20.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:06:20.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:06:20.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:06:20.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:06:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:19 smithi114 ceph-mon[106350]: pgmap v1821: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:06:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:06:20.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:06:20.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:06:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:21 smithi139 ceph-mon[113400]: pgmap v1822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:21 smithi114 ceph-mon[106350]: pgmap v1822: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:23 smithi139 ceph-mon[113400]: pgmap v1823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:23 smithi114 ceph-mon[106350]: pgmap v1823: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:25 smithi139 ceph-mon[113400]: pgmap v1824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:25 smithi114 ceph-mon[106350]: pgmap v1824: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:27 smithi139 ceph-mon[113400]: 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-13T12:06:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:27 smithi114 ceph-mon[106350]: 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-13T12:06:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:29 smithi139 ceph-mon[113400]: pgmap v1826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:29 smithi114 ceph-mon[106350]: pgmap v1826: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:31 smithi139 ceph-mon[113400]: pgmap v1827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:31 smithi114 ceph-mon[106350]: pgmap v1827: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:33 smithi139 ceph-mon[113400]: pgmap v1828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:33 smithi114 ceph-mon[106350]: pgmap v1828: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:35 smithi139 ceph-mon[113400]: pgmap v1829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:35 smithi114 ceph-mon[106350]: pgmap v1829: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:37 smithi139 ceph-mon[113400]: 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-13T12:06:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:37 smithi114 ceph-mon[106350]: 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-13T12:06:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:39 smithi139 ceph-mon[113400]: pgmap v1831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:39 smithi114 ceph-mon[106350]: pgmap v1831: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:41 smithi139 ceph-mon[113400]: pgmap v1832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:41 smithi114 ceph-mon[106350]: pgmap v1832: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:43 smithi139 ceph-mon[113400]: pgmap v1833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:43 smithi114 ceph-mon[106350]: pgmap v1833: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:45 smithi139 ceph-mon[113400]: pgmap v1834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:45 smithi114 ceph-mon[106350]: pgmap v1834: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:47 smithi139 ceph-mon[113400]: 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-13T12:06:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:47 smithi114 ceph-mon[106350]: 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-13T12:06:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:49 smithi139 ceph-mon[113400]: pgmap v1836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:49 smithi114 ceph-mon[106350]: pgmap v1836: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:51 smithi139 ceph-mon[113400]: pgmap v1837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:51 smithi114 ceph-mon[106350]: pgmap v1837: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:53 smithi139 ceph-mon[113400]: pgmap v1838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:53 smithi114 ceph-mon[106350]: pgmap v1838: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:06:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:55 smithi139 ceph-mon[113400]: pgmap v1839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:55 smithi114 ceph-mon[106350]: pgmap v1839: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:06:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:57 smithi139 ceph-mon[113400]: 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-13T12:06:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:57 smithi114 ceph-mon[106350]: 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-13T12:07:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:06:59 smithi139 ceph-mon[113400]: pgmap v1841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:06:59 smithi114 ceph-mon[106350]: pgmap v1841: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:01 smithi139 ceph-mon[113400]: pgmap v1842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:01 smithi114 ceph-mon[106350]: pgmap v1842: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:03 smithi139 ceph-mon[113400]: pgmap v1843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:03 smithi114 ceph-mon[106350]: pgmap v1843: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:05 smithi139 ceph-mon[113400]: pgmap v1844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:05 smithi114 ceph-mon[106350]: pgmap v1844: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:07 smithi139 ceph-mon[113400]: 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-13T12:07:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:07 smithi114 ceph-mon[106350]: 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-13T12:07:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:09 smithi139 ceph-mon[113400]: pgmap v1846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:09 smithi114 ceph-mon[106350]: pgmap v1846: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:11 smithi139 ceph-mon[113400]: pgmap v1847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:11 smithi114 ceph-mon[106350]: pgmap v1847: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:13 smithi139 ceph-mon[113400]: pgmap v1848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:13 smithi114 ceph-mon[106350]: pgmap v1848: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:15 smithi139 ceph-mon[113400]: pgmap v1849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:15 smithi114 ceph-mon[106350]: pgmap v1849: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:17 smithi139 ceph-mon[113400]: 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-13T12:07:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:17 smithi114 ceph-mon[106350]: 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-13T12:07:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:19 smithi139 ceph-mon[113400]: pgmap v1851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:19 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:07:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:19 smithi114 ceph-mon[106350]: pgmap v1851: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:20.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:19 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:07:21.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: pgmap v1852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:21.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:07:21.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:07:21.400 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: pgmap v1852: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:21.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:21.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:07:21.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:07:21.470 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:07:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:23 smithi114 ceph-mon[106350]: pgmap v1853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:23 smithi139 ceph-mon[113400]: pgmap v1853: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:25 smithi114 ceph-mon[106350]: pgmap v1854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:25 smithi139 ceph-mon[113400]: pgmap v1854: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:27 smithi114 ceph-mon[106350]: 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-13T12:07:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:27 smithi139 ceph-mon[113400]: 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-13T12:07:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:29 smithi114 ceph-mon[106350]: pgmap v1856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:29 smithi139 ceph-mon[113400]: pgmap v1856: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:31 smithi114 ceph-mon[106350]: pgmap v1857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:31 smithi139 ceph-mon[113400]: pgmap v1857: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:33 smithi114 ceph-mon[106350]: pgmap v1858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:33 smithi139 ceph-mon[113400]: pgmap v1858: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:35.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:35 smithi114 ceph-mon[106350]: pgmap v1859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:35 smithi139 ceph-mon[113400]: pgmap v1859: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:37 smithi114 ceph-mon[106350]: 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-13T12:07:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:37 smithi139 ceph-mon[113400]: 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-13T12:07:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:39 smithi114 ceph-mon[106350]: pgmap v1861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:39 smithi139 ceph-mon[113400]: pgmap v1861: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:41 smithi114 ceph-mon[106350]: pgmap v1862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:41 smithi139 ceph-mon[113400]: pgmap v1862: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:43 smithi114 ceph-mon[106350]: pgmap v1863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:43 smithi139 ceph-mon[113400]: pgmap v1863: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:45.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:45 smithi114 ceph-mon[106350]: pgmap v1864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:45 smithi139 ceph-mon[113400]: pgmap v1864: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:47 smithi114 ceph-mon[106350]: 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-13T12:07:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:47 smithi139 ceph-mon[113400]: 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-13T12:07:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:49 smithi114 ceph-mon[106350]: 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-13T12:07:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:49 smithi139 ceph-mon[113400]: 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-13T12:07:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:51 smithi114 ceph-mon[106350]: pgmap v1867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:51 smithi139 ceph-mon[113400]: pgmap v1867: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:53 smithi114 ceph-mon[106350]: pgmap v1868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:53 smithi139 ceph-mon[113400]: pgmap v1868: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:07:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:55 smithi114 ceph-mon[106350]: pgmap v1869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:55 smithi139 ceph-mon[113400]: pgmap v1869: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:07:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:57 smithi114 ceph-mon[106350]: 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-13T12:07:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:57 smithi139 ceph-mon[113400]: 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-13T12:07:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:07:59 smithi114 ceph-mon[106350]: 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-13T12:08:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:07:59 smithi139 ceph-mon[113400]: 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-13T12:08:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:01 smithi114 ceph-mon[106350]: 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-13T12:08:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:01 smithi139 ceph-mon[113400]: 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-13T12:08:03.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:03 smithi114 ceph-mon[106350]: pgmap v1873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:03 smithi139 ceph-mon[113400]: pgmap v1873: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:05.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:05 smithi114 ceph-mon[106350]: pgmap v1874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:05 smithi139 ceph-mon[113400]: pgmap v1874: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:07 smithi114 ceph-mon[106350]: 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-13T12:08:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:07 smithi139 ceph-mon[113400]: 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-13T12:08:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:09 smithi114 ceph-mon[106350]: 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-13T12:08:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:09 smithi139 ceph-mon[113400]: 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-13T12:08:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:11 smithi114 ceph-mon[106350]: 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-13T12:08:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:11 smithi139 ceph-mon[113400]: 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-13T12:08:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:13 smithi139 ceph-mon[113400]: pgmap v1878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:13 smithi114 ceph-mon[106350]: pgmap v1878: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:15 smithi139 ceph-mon[113400]: pgmap v1879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:15 smithi114 ceph-mon[106350]: pgmap v1879: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:17 smithi139 ceph-mon[113400]: 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-13T12:08:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:17 smithi114 ceph-mon[106350]: 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-13T12:08:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:19 smithi139 ceph-mon[113400]: 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-13T12:08:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:19 smithi114 ceph-mon[106350]: 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-13T12:08:21.963 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:21 smithi114 ceph-mon[106350]: 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-13T12:08:21.964 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:08:21.964 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:21.964 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:21 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:21 smithi139 ceph-mon[113400]: 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-13T12:08:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:08:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:22.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:21 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:23 smithi139 ceph-mon[113400]: pgmap v1883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:24.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:23 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:24.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:23 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:24.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:23 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:08:24.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:23 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:08:24.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:23 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:23 smithi114 ceph-mon[106350]: pgmap v1883: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:24.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:23 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:24.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:23 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:24.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:23 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:08:24.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:23 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:08:24.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:23 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:08:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:25 smithi139 ceph-mon[113400]: pgmap v1884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:25 smithi114 ceph-mon[106350]: pgmap v1884: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:27 smithi139 ceph-mon[113400]: 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-13T12:08:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:27 smithi114 ceph-mon[106350]: 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-13T12:08:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:29 smithi139 ceph-mon[113400]: 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-13T12:08:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:29 smithi114 ceph-mon[106350]: 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-13T12:08:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:31 smithi139 ceph-mon[113400]: 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-13T12:08:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:31 smithi114 ceph-mon[106350]: 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-13T12:08:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:33 smithi139 ceph-mon[113400]: pgmap v1888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:33 smithi114 ceph-mon[106350]: pgmap v1888: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:35 smithi139 ceph-mon[113400]: pgmap v1889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:35 smithi114 ceph-mon[106350]: pgmap v1889: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:37 smithi139 ceph-mon[113400]: 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-13T12:08:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:37 smithi114 ceph-mon[106350]: 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-13T12:08:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:39 smithi139 ceph-mon[113400]: 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-13T12:08:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:39 smithi114 ceph-mon[106350]: 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-13T12:08:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:41 smithi139 ceph-mon[113400]: 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-13T12:08:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:41 smithi114 ceph-mon[106350]: 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-13T12:08:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:43 smithi139 ceph-mon[113400]: pgmap v1893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:43 smithi114 ceph-mon[106350]: pgmap v1893: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:45 smithi139 ceph-mon[113400]: pgmap v1894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:45 smithi114 ceph-mon[106350]: pgmap v1894: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:47 smithi114 ceph-mon[106350]: 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-13T12:08:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:47 smithi139 ceph-mon[113400]: 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-13T12:08:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:49 smithi114 ceph-mon[106350]: 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-13T12:08:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:49 smithi139 ceph-mon[113400]: 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-13T12:08:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:51 smithi114 ceph-mon[106350]: 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-13T12:08:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:51 smithi139 ceph-mon[113400]: 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-13T12:08:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:53 smithi114 ceph-mon[106350]: pgmap v1898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:53 smithi139 ceph-mon[113400]: pgmap v1898: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:08:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:55 smithi114 ceph-mon[106350]: pgmap v1899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:55 smithi139 ceph-mon[113400]: pgmap v1899: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:08:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:57 smithi114 ceph-mon[106350]: 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-13T12:08:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:57 smithi139 ceph-mon[113400]: 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-13T12:08:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:08:59 smithi114 ceph-mon[106350]: 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-13T12:09:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:08:59 smithi139 ceph-mon[113400]: 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-13T12:09:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:01 smithi114 ceph-mon[106350]: 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-13T12:09:02.146 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:01 smithi139 ceph-mon[113400]: 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-13T12:09:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:03 smithi114 ceph-mon[106350]: pgmap v1903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:03 smithi139 ceph-mon[113400]: pgmap v1903: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:05 smithi114 ceph-mon[106350]: pgmap v1904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:05 smithi139 ceph-mon[113400]: pgmap v1904: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:07 smithi114 ceph-mon[106350]: 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-13T12:09:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:07 smithi139 ceph-mon[113400]: 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-13T12:09:09.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:09 smithi114 ceph-mon[106350]: 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-13T12:09:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:09 smithi139 ceph-mon[113400]: 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-13T12:09:11.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:11 smithi114 ceph-mon[106350]: 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-13T12:09:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:11 smithi139 ceph-mon[113400]: 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-13T12:09:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:13 smithi114 ceph-mon[106350]: pgmap v1908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:13 smithi139 ceph-mon[113400]: pgmap v1908: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:15 smithi114 ceph-mon[106350]: pgmap v1909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:15 smithi139 ceph-mon[113400]: pgmap v1909: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:17 smithi114 ceph-mon[106350]: 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-13T12:09:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:17 smithi139 ceph-mon[113400]: 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-13T12:09:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:19 smithi114 ceph-mon[106350]: 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-13T12:09:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:19 smithi139 ceph-mon[113400]: 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-13T12:09:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:21 smithi114 ceph-mon[106350]: 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-13T12:09:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:21 smithi139 ceph-mon[113400]: 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-13T12:09:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:23 smithi114 ceph-mon[106350]: pgmap v1913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:23.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:23 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:09:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:23 smithi139 ceph-mon[113400]: pgmap v1913: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:23 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:09:25.944 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:25 smithi139 ceph-mon[113400]: pgmap v1914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:25.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:25 smithi114 ceph-mon[106350]: pgmap v1914: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:27.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:09:27.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:09:27.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:09:27.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:09:27.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:09:27.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:27 smithi114 ceph-mon[106350]: 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-13T12:09:27.647 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:09:27.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:09:27.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:09:27.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:09:27.648 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:09:27.649 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:27 smithi139 ceph-mon[113400]: 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-13T12:09:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:29 smithi139 ceph-mon[113400]: 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-13T12:09:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:29 smithi114 ceph-mon[106350]: 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-13T12:09:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:31 smithi139 ceph-mon[113400]: 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-13T12:09:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:31 smithi114 ceph-mon[106350]: 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-13T12:09:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:33 smithi139 ceph-mon[113400]: pgmap v1918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:33 smithi114 ceph-mon[106350]: pgmap v1918: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:35 smithi139 ceph-mon[113400]: pgmap v1919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:35 smithi114 ceph-mon[106350]: pgmap v1919: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:37.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:37 smithi114 ceph-mon[106350]: 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-13T12:09:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:37 smithi139 ceph-mon[113400]: 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-13T12:09:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:39 smithi114 ceph-mon[106350]: 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-13T12:09:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:39 smithi139 ceph-mon[113400]: 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-13T12:09:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:41 smithi114 ceph-mon[106350]: 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-13T12:09:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:41 smithi139 ceph-mon[113400]: 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-13T12:09:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:43 smithi114 ceph-mon[106350]: pgmap v1923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:43 smithi139 ceph-mon[113400]: pgmap v1923: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:45 smithi114 ceph-mon[106350]: pgmap v1924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:45 smithi139 ceph-mon[113400]: pgmap v1924: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:47 smithi114 ceph-mon[106350]: 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-13T12:09:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:47 smithi139 ceph-mon[113400]: 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-13T12:09:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:49 smithi114 ceph-mon[106350]: 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-13T12:09:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:49 smithi139 ceph-mon[113400]: 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-13T12:09:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:51 smithi114 ceph-mon[106350]: 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-13T12:09:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:51 smithi139 ceph-mon[113400]: 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-13T12:09:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:53 smithi114 ceph-mon[106350]: pgmap v1928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:53 smithi139 ceph-mon[113400]: pgmap v1928: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:09:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:55 smithi114 ceph-mon[106350]: pgmap v1929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:55 smithi139 ceph-mon[113400]: pgmap v1929: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:09:57.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:57 smithi114 ceph-mon[106350]: 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-13T12:09:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:57 smithi139 ceph-mon[113400]: 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-13T12:09:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:09:59 smithi114 ceph-mon[106350]: 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-13T12:10:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:09:59 smithi139 ceph-mon[113400]: 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-13T12:10:00.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T12:10:01.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T12:10:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:01 smithi114 ceph-mon[106350]: 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-13T12:10:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:01 smithi139 ceph-mon[113400]: 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-13T12:10:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:03 smithi114 ceph-mon[106350]: pgmap v1933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:03 smithi139 ceph-mon[113400]: pgmap v1933: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:05 smithi114 ceph-mon[106350]: pgmap v1934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:05 smithi139 ceph-mon[113400]: pgmap v1934: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:07 smithi114 ceph-mon[106350]: 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-13T12:10:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:07 smithi139 ceph-mon[113400]: 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-13T12:10:09.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:09 smithi114 ceph-mon[106350]: 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-13T12:10:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:09 smithi139 ceph-mon[113400]: 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-13T12:10:11.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:11 smithi114 ceph-mon[106350]: 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-13T12:10:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:11 smithi139 ceph-mon[113400]: 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-13T12:10:13.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:13 smithi114 ceph-mon[106350]: pgmap v1938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:13 smithi139 ceph-mon[113400]: pgmap v1938: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:15.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:15 smithi114 ceph-mon[106350]: pgmap v1939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:15 smithi139 ceph-mon[113400]: pgmap v1939: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:17.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:17 smithi114 ceph-mon[106350]: 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-13T12:10:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:17 smithi139 ceph-mon[113400]: 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-13T12:10:19.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:19 smithi114 ceph-mon[106350]: 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-13T12:10:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:19 smithi139 ceph-mon[113400]: 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-13T12:10:21.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:21 smithi114 ceph-mon[106350]: 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-13T12:10:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:21 smithi139 ceph-mon[113400]: 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-13T12:10:23.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:23 smithi114 ceph-mon[106350]: pgmap v1943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:23 smithi139 ceph-mon[113400]: pgmap v1943: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:25.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:25 smithi114 ceph-mon[106350]: pgmap v1944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:25 smithi139 ceph-mon[113400]: pgmap v1944: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:26.897 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:26 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:10:26.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:26 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:10:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:27 smithi114 ceph-mon[106350]: 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-13T12:10:27.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:27.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:27.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:27.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:27 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:27 smithi139 ceph-mon[113400]: 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-13T12:10:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:28.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:28.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:27 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:28.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:10:28.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:10:28.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:29.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:10:29.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:10:29.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:10:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:29 smithi114 ceph-mon[106350]: 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-13T12:10:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:29 smithi139 ceph-mon[113400]: 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-13T12:10:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:31 smithi114 ceph-mon[106350]: 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-13T12:10:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:31 smithi139 ceph-mon[113400]: 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-13T12:10:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:33 smithi114 ceph-mon[106350]: pgmap v1948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:33 smithi139 ceph-mon[113400]: pgmap v1948: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:35.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:35 smithi114 ceph-mon[106350]: pgmap v1949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:35 smithi139 ceph-mon[113400]: pgmap v1949: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:37.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:37 smithi114 ceph-mon[106350]: 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-13T12:10:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:37 smithi139 ceph-mon[113400]: 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-13T12:10:39.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:39 smithi114 ceph-mon[106350]: 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-13T12:10:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:39 smithi139 ceph-mon[113400]: 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-13T12:10:41.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:41 smithi114 ceph-mon[106350]: 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-13T12:10:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:41 smithi139 ceph-mon[113400]: 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-13T12:10:43.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:43 smithi114 ceph-mon[106350]: pgmap v1953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:43 smithi139 ceph-mon[113400]: pgmap v1953: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:45.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:45 smithi114 ceph-mon[106350]: pgmap v1954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:45 smithi139 ceph-mon[113400]: pgmap v1954: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:47 smithi114 ceph-mon[106350]: 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-13T12:10:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:47 smithi139 ceph-mon[113400]: 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-13T12:10:49.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:49 smithi114 ceph-mon[106350]: 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-13T12:10:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:49 smithi139 ceph-mon[113400]: 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-13T12:10:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:51 smithi114 ceph-mon[106350]: 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-13T12:10:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:51 smithi139 ceph-mon[113400]: 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-13T12:10:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:53 smithi114 ceph-mon[106350]: pgmap v1958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:53 smithi139 ceph-mon[113400]: pgmap v1958: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:10:55.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:55 smithi114 ceph-mon[106350]: pgmap v1959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:55 smithi139 ceph-mon[113400]: pgmap v1959: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:10:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:57 smithi114 ceph-mon[106350]: 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-13T12:10:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:57 smithi139 ceph-mon[113400]: 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-13T12:10:59.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:10:59 smithi114 ceph-mon[106350]: 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-13T12:11:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:10:59 smithi139 ceph-mon[113400]: 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-13T12:11:01.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:01 smithi114 ceph-mon[106350]: 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-13T12:11:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:01 smithi139 ceph-mon[113400]: 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-13T12:11:03.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:03 smithi114 ceph-mon[106350]: pgmap v1963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:03 smithi139 ceph-mon[113400]: pgmap v1963: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:05.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:05 smithi114 ceph-mon[106350]: pgmap v1964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:05 smithi139 ceph-mon[113400]: pgmap v1964: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:07.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:07 smithi114 ceph-mon[106350]: 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-13T12:11:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:07 smithi139 ceph-mon[113400]: 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-13T12:11:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:09 smithi139 ceph-mon[113400]: 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-13T12:11:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:09 smithi114 ceph-mon[106350]: 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-13T12:11:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:11 smithi139 ceph-mon[113400]: 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-13T12:11:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:11 smithi114 ceph-mon[106350]: 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-13T12:11:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:13 smithi139 ceph-mon[113400]: pgmap v1968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:13 smithi114 ceph-mon[106350]: pgmap v1968: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:15 smithi139 ceph-mon[113400]: pgmap v1969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:15 smithi114 ceph-mon[106350]: pgmap v1969: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:17 smithi114 ceph-mon[106350]: 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-13T12:11:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:17 smithi139 ceph-mon[113400]: 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-13T12:11:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:19 smithi139 ceph-mon[113400]: 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-13T12:11:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:19 smithi114 ceph-mon[106350]: 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-13T12:11:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:21 smithi139 ceph-mon[113400]: 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-13T12:11:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:21 smithi114 ceph-mon[106350]: 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-13T12:11:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:23 smithi139 ceph-mon[113400]: pgmap v1973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:23 smithi114 ceph-mon[106350]: pgmap v1973: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:25 smithi139 ceph-mon[113400]: pgmap v1974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:25 smithi114 ceph-mon[106350]: pgmap v1974: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:27.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:27 smithi114 ceph-mon[106350]: 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-13T12:11:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:27 smithi139 ceph-mon[113400]: 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-13T12:11:28.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:11:28.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:11:28.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:11:28.969 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:11:29.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:11:29.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:11:29.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:11:29.149 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:11:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:29 smithi114 ceph-mon[106350]: 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-13T12:11:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:29 smithi139 ceph-mon[113400]: 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-13T12:11:31.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:31 smithi114 ceph-mon[106350]: 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-13T12:11:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:31 smithi139 ceph-mon[113400]: 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-13T12:11:33.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:33 smithi114 ceph-mon[106350]: pgmap v1978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:33 smithi139 ceph-mon[113400]: pgmap v1978: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:35.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:35 smithi114 ceph-mon[106350]: pgmap v1979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:35 smithi139 ceph-mon[113400]: pgmap v1979: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:37 smithi114 ceph-mon[106350]: 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-13T12:11:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:37 smithi139 ceph-mon[113400]: 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-13T12:11:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:39 smithi139 ceph-mon[113400]: 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-13T12:11:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:39 smithi114 ceph-mon[106350]: 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-13T12:11:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:41 smithi139 ceph-mon[113400]: 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-13T12:11:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:41 smithi114 ceph-mon[106350]: 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-13T12:11:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:43 smithi139 ceph-mon[113400]: pgmap v1983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:43 smithi114 ceph-mon[106350]: pgmap v1983: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:45 smithi139 ceph-mon[113400]: pgmap v1984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:45 smithi114 ceph-mon[106350]: pgmap v1984: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:47 smithi114 ceph-mon[106350]: 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-13T12:11:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:47 smithi139 ceph-mon[113400]: 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-13T12:11:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:49 smithi139 ceph-mon[113400]: 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-13T12:11:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:49 smithi114 ceph-mon[106350]: 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-13T12:11:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:51 smithi139 ceph-mon[113400]: 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-13T12:11:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:51 smithi114 ceph-mon[106350]: 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-13T12:11:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:53 smithi139 ceph-mon[113400]: pgmap v1988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:53 smithi114 ceph-mon[106350]: pgmap v1988: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:11:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:55 smithi139 ceph-mon[113400]: pgmap v1989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:55 smithi114 ceph-mon[106350]: pgmap v1989: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:11:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:57 smithi114 ceph-mon[106350]: 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-13T12:11:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:57 smithi139 ceph-mon[113400]: 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-13T12:12:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:11:59 smithi139 ceph-mon[113400]: 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-13T12:12:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:11:59 smithi114 ceph-mon[106350]: 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-13T12:12:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:01 smithi139 ceph-mon[113400]: 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-13T12:12:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:01 smithi114 ceph-mon[106350]: 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-13T12:12:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:03 smithi139 ceph-mon[113400]: pgmap v1993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:03 smithi114 ceph-mon[106350]: pgmap v1993: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:05 smithi139 ceph-mon[113400]: pgmap v1994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:05 smithi114 ceph-mon[106350]: pgmap v1994: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:07 smithi114 ceph-mon[106350]: 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-13T12:12:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:07 smithi139 ceph-mon[113400]: 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-13T12:12:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:09 smithi139 ceph-mon[113400]: 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-13T12:12:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:09 smithi114 ceph-mon[106350]: 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-13T12:12:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:11 smithi139 ceph-mon[113400]: 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-13T12:12:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:11 smithi114 ceph-mon[106350]: 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-13T12:12:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:13 smithi139 ceph-mon[113400]: pgmap v1998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:13 smithi114 ceph-mon[106350]: pgmap v1998: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:15 smithi139 ceph-mon[113400]: pgmap v1999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:15 smithi114 ceph-mon[106350]: pgmap v1999: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:17 smithi114 ceph-mon[106350]: 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-13T12:12:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:17 smithi139 ceph-mon[113400]: 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-13T12:12:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:19 smithi139 ceph-mon[113400]: 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-13T12:12:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:19 smithi114 ceph-mon[106350]: 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-13T12:12:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:21 smithi139 ceph-mon[113400]: 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-13T12:12:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:21 smithi114 ceph-mon[106350]: 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-13T12:12:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:23 smithi139 ceph-mon[113400]: pgmap v2003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:23 smithi114 ceph-mon[106350]: pgmap v2003: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:25 smithi139 ceph-mon[113400]: pgmap v2004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:25 smithi114 ceph-mon[106350]: pgmap v2004: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:27.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:27 smithi114 ceph-mon[106350]: 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-13T12:12:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:27 smithi139 ceph-mon[113400]: 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-13T12:12:28.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:28 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:12:29.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:28 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:12:29.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:29 smithi114 ceph-mon[106350]: 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-13T12:12:29.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:12:29.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:12:29.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:12:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:29 smithi139 ceph-mon[113400]: 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-13T12:12:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:12:30.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:12:30.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:12:31.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:31 smithi114 ceph-mon[106350]: 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-13T12:12:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:31 smithi139 ceph-mon[113400]: 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-13T12:12:33.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:33 smithi114 ceph-mon[106350]: pgmap v2008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:33 smithi139 ceph-mon[113400]: pgmap v2008: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:35.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:35 smithi114 ceph-mon[106350]: pgmap v2009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:35 smithi139 ceph-mon[113400]: pgmap v2009: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:37 smithi114 ceph-mon[106350]: 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-13T12:12:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:37 smithi139 ceph-mon[113400]: 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-13T12:12:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:39 smithi139 ceph-mon[113400]: 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-13T12:12:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:39 smithi114 ceph-mon[106350]: 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-13T12:12:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:41 smithi139 ceph-mon[113400]: 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-13T12:12:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:41 smithi114 ceph-mon[106350]: 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-13T12:12:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:43 smithi139 ceph-mon[113400]: pgmap v2013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:43 smithi114 ceph-mon[106350]: pgmap v2013: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:45 smithi139 ceph-mon[113400]: pgmap v2014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:45 smithi114 ceph-mon[106350]: pgmap v2014: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:47 smithi114 ceph-mon[106350]: 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-13T12:12:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:47 smithi139 ceph-mon[113400]: 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-13T12:12:49.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:49 smithi114 ceph-mon[106350]: 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-13T12:12:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:49 smithi139 ceph-mon[113400]: 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-13T12:12:51.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:51 smithi114 ceph-mon[106350]: 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-13T12:12:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:51 smithi139 ceph-mon[113400]: 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-13T12:12:53.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:53 smithi114 ceph-mon[106350]: pgmap v2018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:53 smithi139 ceph-mon[113400]: pgmap v2018: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:12:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:55 smithi139 ceph-mon[113400]: pgmap v2019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:55 smithi114 ceph-mon[106350]: pgmap v2019: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:12:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:57 smithi114 ceph-mon[106350]: 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-13T12:12:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:57 smithi139 ceph-mon[113400]: 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-13T12:13:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:12:59 smithi139 ceph-mon[113400]: 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-13T12:13:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:12:59 smithi114 ceph-mon[106350]: 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-13T12:13:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:01 smithi139 ceph-mon[113400]: 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-13T12:13:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:01 smithi114 ceph-mon[106350]: 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-13T12:13:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:03 smithi139 ceph-mon[113400]: pgmap v2023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:04.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:03 smithi114 ceph-mon[106350]: pgmap v2023: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:05 smithi139 ceph-mon[113400]: pgmap v2024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:05 smithi114 ceph-mon[106350]: pgmap v2024: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:07 smithi114 ceph-mon[106350]: 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-13T12:13:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:07 smithi139 ceph-mon[113400]: 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-13T12:13:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:09 smithi139 ceph-mon[113400]: 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-13T12:13:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:09 smithi114 ceph-mon[106350]: 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-13T12:13:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:11 smithi139 ceph-mon[113400]: 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-13T12:13:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:11 smithi114 ceph-mon[106350]: 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-13T12:13:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:13 smithi139 ceph-mon[113400]: pgmap v2028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:13 smithi114 ceph-mon[106350]: pgmap v2028: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:15 smithi139 ceph-mon[113400]: pgmap v2029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:15 smithi114 ceph-mon[106350]: pgmap v2029: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:17 smithi114 ceph-mon[106350]: 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-13T12:13:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:17 smithi139 ceph-mon[113400]: 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-13T12:13:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:19 smithi139 ceph-mon[113400]: 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-13T12:13:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:19 smithi114 ceph-mon[106350]: 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-13T12:13:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:21 smithi139 ceph-mon[113400]: 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-13T12:13:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:21 smithi114 ceph-mon[106350]: 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-13T12:13:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:23 smithi139 ceph-mon[113400]: pgmap v2033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:23 smithi114 ceph-mon[106350]: pgmap v2033: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:25 smithi139 ceph-mon[113400]: pgmap v2034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:25 smithi114 ceph-mon[106350]: pgmap v2034: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:27.968 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:27 smithi114 ceph-mon[106350]: 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-13T12:13:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:27 smithi139 ceph-mon[113400]: 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-13T12:13:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:29 smithi139 ceph-mon[113400]: 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-13T12:13:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:13:30.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:13:30.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:13:30.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:13:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:29 smithi114 ceph-mon[106350]: 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-13T12:13:30.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:13:30.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:13:30.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:13:30.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:13:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:31 smithi139 ceph-mon[113400]: 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-13T12:13:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:31 smithi114 ceph-mon[106350]: 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-13T12:13:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:33 smithi139 ceph-mon[113400]: pgmap v2038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:33 smithi114 ceph-mon[106350]: pgmap v2038: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:35 smithi139 ceph-mon[113400]: pgmap v2039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:35 smithi114 ceph-mon[106350]: pgmap v2039: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:37 smithi114 ceph-mon[106350]: 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-13T12:13:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:37 smithi139 ceph-mon[113400]: 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-13T12:13:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:39 smithi139 ceph-mon[113400]: 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-13T12:13:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:39 smithi114 ceph-mon[106350]: 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-13T12:13:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:41 smithi139 ceph-mon[113400]: 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-13T12:13:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:41 smithi114 ceph-mon[106350]: 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-13T12:13:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:43 smithi139 ceph-mon[113400]: pgmap v2043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:43 smithi114 ceph-mon[106350]: pgmap v2043: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:45 smithi139 ceph-mon[113400]: pgmap v2044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:46.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:45 smithi114 ceph-mon[106350]: pgmap v2044: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:47.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:47 smithi114 ceph-mon[106350]: 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-13T12:13:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:47 smithi139 ceph-mon[113400]: 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-13T12:13:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:49 smithi139 ceph-mon[113400]: 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-13T12:13:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:49 smithi114 ceph-mon[106350]: 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-13T12:13:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:51 smithi139 ceph-mon[113400]: 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-13T12:13:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:51 smithi114 ceph-mon[106350]: 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-13T12:13:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:53 smithi139 ceph-mon[113400]: pgmap v2048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:53 smithi114 ceph-mon[106350]: pgmap v2048: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:13:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:55 smithi139 ceph-mon[113400]: pgmap v2049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:55 smithi114 ceph-mon[106350]: pgmap v2049: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:13:57.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:57 smithi114 ceph-mon[106350]: 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-13T12:13:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:57 smithi139 ceph-mon[113400]: 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-13T12:14:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:13:59 smithi139 ceph-mon[113400]: 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-13T12:14:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:13:59 smithi114 ceph-mon[106350]: 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-13T12:14:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:01 smithi139 ceph-mon[113400]: 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-13T12:14:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:01 smithi114 ceph-mon[106350]: 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-13T12:14:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:03 smithi139 ceph-mon[113400]: pgmap v2053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:04.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:03 smithi114 ceph-mon[106350]: pgmap v2053: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:05 smithi139 ceph-mon[113400]: pgmap v2054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:05 smithi114 ceph-mon[106350]: pgmap v2054: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:07.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:07 smithi114 ceph-mon[106350]: 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-13T12:14:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:07 smithi139 ceph-mon[113400]: 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-13T12:14:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:09 smithi139 ceph-mon[113400]: 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-13T12:14:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:09 smithi114 ceph-mon[106350]: 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-13T12:14:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:11 smithi139 ceph-mon[113400]: 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-13T12:14:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:11 smithi114 ceph-mon[106350]: 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-13T12:14:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:13 smithi139 ceph-mon[113400]: pgmap v2058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:13 smithi114 ceph-mon[106350]: pgmap v2058: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:15 smithi139 ceph-mon[113400]: pgmap v2059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:15 smithi114 ceph-mon[106350]: pgmap v2059: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:17.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:17 smithi114 ceph-mon[106350]: 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-13T12:14:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:17 smithi139 ceph-mon[113400]: 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-13T12:14:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:19 smithi139 ceph-mon[113400]: 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-13T12:14:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:19 smithi114 ceph-mon[106350]: 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-13T12:14:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:21 smithi139 ceph-mon[113400]: 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-13T12:14:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:21 smithi114 ceph-mon[106350]: 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-13T12:14:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:23 smithi139 ceph-mon[113400]: pgmap v2063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:23 smithi114 ceph-mon[106350]: pgmap v2063: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:25 smithi139 ceph-mon[113400]: pgmap v2064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:25 smithi114 ceph-mon[106350]: pgmap v2064: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:27 smithi139 ceph-mon[113400]: 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-13T12:14:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:27 smithi114 ceph-mon[106350]: 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-13T12:14:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:29 smithi139 ceph-mon[113400]: 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-13T12:14:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:29 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:14:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:29 smithi114 ceph-mon[106350]: 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-13T12:14:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:29 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:14:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:14:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:14:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:14:31.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:14:31.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:14:31.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:14:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:31 smithi139 ceph-mon[113400]: 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-13T12:14:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:31 smithi114 ceph-mon[106350]: 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-13T12:14:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:33 smithi139 ceph-mon[113400]: pgmap v2068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:33 smithi114 ceph-mon[106350]: pgmap v2068: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:35 smithi139 ceph-mon[113400]: pgmap v2069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:35 smithi114 ceph-mon[106350]: pgmap v2069: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:37.967 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:37 smithi114 ceph-mon[106350]: 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-13T12:14:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:37 smithi139 ceph-mon[113400]: 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-13T12:14:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:39 smithi139 ceph-mon[113400]: 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-13T12:14:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:39 smithi114 ceph-mon[106350]: 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-13T12:14:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:41 smithi139 ceph-mon[113400]: 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-13T12:14:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:41 smithi114 ceph-mon[106350]: 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-13T12:14:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:43 smithi139 ceph-mon[113400]: pgmap v2073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:43 smithi114 ceph-mon[106350]: pgmap v2073: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:45 smithi139 ceph-mon[113400]: pgmap v2074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:45 smithi114 ceph-mon[106350]: pgmap v2074: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:47 smithi139 ceph-mon[113400]: 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-13T12:14:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:47 smithi114 ceph-mon[106350]: 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-13T12:14:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:49 smithi139 ceph-mon[113400]: 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-13T12:14:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:49 smithi114 ceph-mon[106350]: 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-13T12:14:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:51 smithi139 ceph-mon[113400]: 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-13T12:14:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:51 smithi114 ceph-mon[106350]: 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-13T12:14:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:53 smithi139 ceph-mon[113400]: pgmap v2078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:53 smithi114 ceph-mon[106350]: pgmap v2078: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:14:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:55 smithi139 ceph-mon[113400]: pgmap v2079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:55 smithi114 ceph-mon[106350]: pgmap v2079: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:14:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:57 smithi139 ceph-mon[113400]: 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-13T12:14:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:57 smithi114 ceph-mon[106350]: 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-13T12:15:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:14:59 smithi139 ceph-mon[113400]: 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-13T12:15:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:14:59 smithi114 ceph-mon[106350]: 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-13T12:15:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:01 smithi139 ceph-mon[113400]: 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-13T12:15:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:01 smithi114 ceph-mon[106350]: 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-13T12:15:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:03 smithi139 ceph-mon[113400]: pgmap v2083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:03 smithi114 ceph-mon[106350]: pgmap v2083: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:05 smithi139 ceph-mon[113400]: pgmap v2084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:05 smithi114 ceph-mon[106350]: pgmap v2084: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:07 smithi139 ceph-mon[113400]: 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-13T12:15:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:07 smithi114 ceph-mon[106350]: 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-13T12:15:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:09 smithi139 ceph-mon[113400]: 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-13T12:15:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:09 smithi114 ceph-mon[106350]: 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-13T12:15:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:11 smithi139 ceph-mon[113400]: 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-13T12:15:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:11 smithi114 ceph-mon[106350]: 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-13T12:15:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:13 smithi139 ceph-mon[113400]: pgmap v2088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:13 smithi114 ceph-mon[106350]: pgmap v2088: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:15 smithi139 ceph-mon[113400]: pgmap v2089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:15 smithi114 ceph-mon[106350]: pgmap v2089: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:17 smithi139 ceph-mon[113400]: 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-13T12:15:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:17 smithi114 ceph-mon[106350]: 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-13T12:15:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:19 smithi139 ceph-mon[113400]: 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-13T12:15:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:19 smithi114 ceph-mon[106350]: 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-13T12:15:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:21 smithi139 ceph-mon[113400]: 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-13T12:15:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:21 smithi114 ceph-mon[106350]: 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-13T12:15:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:23 smithi139 ceph-mon[113400]: pgmap v2093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:23 smithi114 ceph-mon[106350]: pgmap v2093: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:25 smithi139 ceph-mon[113400]: pgmap v2094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:25 smithi114 ceph-mon[106350]: pgmap v2094: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:27 smithi139 ceph-mon[113400]: 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-13T12:15:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:27 smithi114 ceph-mon[106350]: 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-13T12:15:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:29 smithi139 ceph-mon[113400]: 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-13T12:15:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:29 smithi114 ceph-mon[106350]: 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-13T12:15:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:15:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:15:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:15:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:15:31.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:15:31.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:15:31.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:15:31.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:15:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:31 smithi139 ceph-mon[113400]: 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-13T12:15:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:31 smithi114 ceph-mon[106350]: 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-13T12:15:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:33 smithi139 ceph-mon[113400]: pgmap v2098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:33 smithi114 ceph-mon[106350]: pgmap v2098: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:35 smithi139 ceph-mon[113400]: pgmap v2099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:35 smithi114 ceph-mon[106350]: pgmap v2099: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:37 smithi139 ceph-mon[113400]: 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-13T12:15:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:37 smithi114 ceph-mon[106350]: 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-13T12:15:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:39 smithi139 ceph-mon[113400]: 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-13T12:15:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:39 smithi114 ceph-mon[106350]: 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-13T12:15:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:41 smithi139 ceph-mon[113400]: 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-13T12:15:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:41 smithi114 ceph-mon[106350]: 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-13T12:15:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:43 smithi139 ceph-mon[113400]: pgmap v2103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:43 smithi114 ceph-mon[106350]: pgmap v2103: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:45 smithi139 ceph-mon[113400]: pgmap v2104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:45 smithi114 ceph-mon[106350]: pgmap v2104: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:47 smithi139 ceph-mon[113400]: 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-13T12:15:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:47 smithi114 ceph-mon[106350]: 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-13T12:15:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:49 smithi139 ceph-mon[113400]: 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-13T12:15:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:49 smithi114 ceph-mon[106350]: 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-13T12:15:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:51 smithi139 ceph-mon[113400]: 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-13T12:15:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:51 smithi114 ceph-mon[106350]: 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-13T12:15:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:53 smithi139 ceph-mon[113400]: pgmap v2108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:53 smithi114 ceph-mon[106350]: pgmap v2108: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:15:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:55 smithi139 ceph-mon[113400]: pgmap v2109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:55 smithi114 ceph-mon[106350]: pgmap v2109: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:15:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:57 smithi139 ceph-mon[113400]: 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-13T12:15:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:57 smithi114 ceph-mon[106350]: 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-13T12:16:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:15:59 smithi139 ceph-mon[113400]: 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-13T12:16:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:15:59 smithi114 ceph-mon[106350]: 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-13T12:16:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:01 smithi139 ceph-mon[113400]: 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-13T12:16:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:01 smithi114 ceph-mon[106350]: 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-13T12:16:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:03 smithi139 ceph-mon[113400]: pgmap v2113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:03 smithi114 ceph-mon[106350]: pgmap v2113: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:05 smithi139 ceph-mon[113400]: pgmap v2114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:05 smithi114 ceph-mon[106350]: pgmap v2114: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:07 smithi139 ceph-mon[113400]: 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-13T12:16:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:07 smithi114 ceph-mon[106350]: 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-13T12:16:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:09 smithi139 ceph-mon[113400]: 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-13T12:16:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:09 smithi114 ceph-mon[106350]: 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-13T12:16:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:11 smithi139 ceph-mon[113400]: 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-13T12:16:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:11 smithi114 ceph-mon[106350]: 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-13T12:16:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:13 smithi139 ceph-mon[113400]: pgmap v2118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:13 smithi114 ceph-mon[106350]: pgmap v2118: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:15 smithi139 ceph-mon[113400]: pgmap v2119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:15 smithi114 ceph-mon[106350]: pgmap v2119: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:17 smithi139 ceph-mon[113400]: 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-13T12:16:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:17 smithi114 ceph-mon[106350]: 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-13T12:16:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:19 smithi139 ceph-mon[113400]: 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-13T12:16:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:19 smithi114 ceph-mon[106350]: 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-13T12:16:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:21 smithi139 ceph-mon[113400]: 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-13T12:16:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:21 smithi114 ceph-mon[106350]: 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-13T12:16:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:23 smithi139 ceph-mon[113400]: pgmap v2123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:23 smithi114 ceph-mon[106350]: pgmap v2123: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:25 smithi139 ceph-mon[113400]: pgmap v2124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:25 smithi114 ceph-mon[106350]: pgmap v2124: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:27 smithi139 ceph-mon[113400]: 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-13T12:16:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:27 smithi114 ceph-mon[106350]: 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-13T12:16:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:29 smithi139 ceph-mon[113400]: 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-13T12:16:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:29 smithi114 ceph-mon[106350]: 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-13T12:16:31.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:30 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:16:31.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:30 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:16:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:31 smithi139 ceph-mon[113400]: 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-13T12:16:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:16:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:16:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:16:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:31 smithi114 ceph-mon[106350]: 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-13T12:16:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:16:32.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:16:32.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:16:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:33 smithi139 ceph-mon[113400]: pgmap v2128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:33 smithi114 ceph-mon[106350]: pgmap v2128: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:35 smithi139 ceph-mon[113400]: pgmap v2129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:35 smithi114 ceph-mon[106350]: pgmap v2129: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:37 smithi139 ceph-mon[113400]: 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-13T12:16:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:37 smithi114 ceph-mon[106350]: 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-13T12:16:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:39 smithi139 ceph-mon[113400]: 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-13T12:16:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:39 smithi114 ceph-mon[106350]: 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-13T12:16:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:41 smithi139 ceph-mon[113400]: 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-13T12:16:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:41 smithi114 ceph-mon[106350]: 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-13T12:16:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:43 smithi139 ceph-mon[113400]: pgmap v2133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:43 smithi114 ceph-mon[106350]: pgmap v2133: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:45 smithi139 ceph-mon[113400]: pgmap v2134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:45 smithi114 ceph-mon[106350]: pgmap v2134: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:47 smithi139 ceph-mon[113400]: 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-13T12:16:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:47 smithi114 ceph-mon[106350]: 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-13T12:16:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:49 smithi139 ceph-mon[113400]: 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-13T12:16:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:49 smithi114 ceph-mon[106350]: 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-13T12:16:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:51 smithi139 ceph-mon[113400]: 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-13T12:16:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:51 smithi114 ceph-mon[106350]: 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-13T12:16:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:53 smithi139 ceph-mon[113400]: pgmap v2138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:53 smithi114 ceph-mon[106350]: pgmap v2138: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:16:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:55 smithi139 ceph-mon[113400]: pgmap v2139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:55 smithi114 ceph-mon[106350]: pgmap v2139: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:16:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:57 smithi139 ceph-mon[113400]: 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-13T12:16:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:57 smithi114 ceph-mon[106350]: 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-13T12:17:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:16:59 smithi139 ceph-mon[113400]: 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-13T12:17:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:16:59 smithi114 ceph-mon[106350]: 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-13T12:17:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:01 smithi139 ceph-mon[113400]: 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-13T12:17:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:01 smithi114 ceph-mon[106350]: 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-13T12:17:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:03 smithi139 ceph-mon[113400]: pgmap v2143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:03 smithi114 ceph-mon[106350]: pgmap v2143: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:05 smithi139 ceph-mon[113400]: pgmap v2144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:05 smithi114 ceph-mon[106350]: pgmap v2144: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:07 smithi139 ceph-mon[113400]: 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-13T12:17:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:07 smithi114 ceph-mon[106350]: 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-13T12:17:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:09 smithi139 ceph-mon[113400]: 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-13T12:17:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:09 smithi114 ceph-mon[106350]: 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-13T12:17:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:11 smithi139 ceph-mon[113400]: 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-13T12:17:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:11 smithi114 ceph-mon[106350]: 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-13T12:17:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:13 smithi139 ceph-mon[113400]: pgmap v2148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:13 smithi114 ceph-mon[106350]: pgmap v2148: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:15 smithi139 ceph-mon[113400]: pgmap v2149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:16.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:15 smithi114 ceph-mon[106350]: pgmap v2149: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:17 smithi139 ceph-mon[113400]: 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-13T12:17:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:17 smithi114 ceph-mon[106350]: 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-13T12:17:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:19 smithi139 ceph-mon[113400]: 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-13T12:17:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:19 smithi114 ceph-mon[106350]: 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-13T12:17:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:21 smithi139 ceph-mon[113400]: 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-13T12:17:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:21 smithi114 ceph-mon[106350]: 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-13T12:17:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:23 smithi139 ceph-mon[113400]: pgmap v2153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:23 smithi114 ceph-mon[106350]: pgmap v2153: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:25 smithi139 ceph-mon[113400]: pgmap v2154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:25 smithi114 ceph-mon[106350]: pgmap v2154: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:27 smithi139 ceph-mon[113400]: 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-13T12:17:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:27 smithi114 ceph-mon[106350]: 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-13T12:17:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:29 smithi139 ceph-mon[113400]: 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-13T12:17:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:29 smithi114 ceph-mon[106350]: 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-13T12:17:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:31 smithi139 ceph-mon[113400]: 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-13T12:17:32.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:17:32.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:17:32.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:31 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:17:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:31 smithi114 ceph-mon[106350]: 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-13T12:17:32.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:17:32.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:17:32.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:31 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:17:33.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:17:33.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:17:33.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:17:33.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:17:33.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:17:33.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:17:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:33 smithi139 ceph-mon[113400]: pgmap v2158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:33 smithi114 ceph-mon[106350]: pgmap v2158: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:35 smithi139 ceph-mon[113400]: pgmap v2159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:35 smithi114 ceph-mon[106350]: pgmap v2159: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:37 smithi139 ceph-mon[113400]: 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-13T12:17:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:37 smithi114 ceph-mon[106350]: 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-13T12:17:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:39 smithi139 ceph-mon[113400]: 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-13T12:17:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:39 smithi114 ceph-mon[106350]: 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-13T12:17:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:41 smithi139 ceph-mon[113400]: 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-13T12:17:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:41 smithi114 ceph-mon[106350]: 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-13T12:17:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:43 smithi139 ceph-mon[113400]: pgmap v2163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:43 smithi114 ceph-mon[106350]: pgmap v2163: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:45 smithi139 ceph-mon[113400]: pgmap v2164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:45 smithi114 ceph-mon[106350]: pgmap v2164: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:47 smithi139 ceph-mon[113400]: 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-13T12:17:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:47 smithi114 ceph-mon[106350]: 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-13T12:17:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:49 smithi139 ceph-mon[113400]: 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-13T12:17:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:49 smithi114 ceph-mon[106350]: 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-13T12:17:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:51 smithi139 ceph-mon[113400]: 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-13T12:17:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:51 smithi114 ceph-mon[106350]: 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-13T12:17:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:53 smithi139 ceph-mon[113400]: pgmap v2168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:53 smithi114 ceph-mon[106350]: pgmap v2168: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:17:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:55 smithi139 ceph-mon[113400]: pgmap v2169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:55 smithi114 ceph-mon[106350]: pgmap v2169: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:17:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:57 smithi139 ceph-mon[113400]: 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-13T12:17:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:57 smithi114 ceph-mon[106350]: 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-13T12:18:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:17:59 smithi139 ceph-mon[113400]: 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-13T12:18:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:17:59 smithi114 ceph-mon[106350]: 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-13T12:18:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:01 smithi139 ceph-mon[113400]: 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-13T12:18:02.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:01 smithi114 ceph-mon[106350]: 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-13T12:18:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:03 smithi139 ceph-mon[113400]: pgmap v2173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:03 smithi114 ceph-mon[106350]: pgmap v2173: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:05 smithi139 ceph-mon[113400]: pgmap v2174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:06.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:05 smithi114 ceph-mon[106350]: pgmap v2174: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:07 smithi139 ceph-mon[113400]: 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-13T12:18:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:07 smithi114 ceph-mon[106350]: 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-13T12:18:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:09 smithi139 ceph-mon[113400]: 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-13T12:18:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:09 smithi114 ceph-mon[106350]: 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-13T12:18:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:11 smithi139 ceph-mon[113400]: 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-13T12:18:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:11 smithi114 ceph-mon[106350]: 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-13T12:18:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:13 smithi139 ceph-mon[113400]: pgmap v2178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:13 smithi114 ceph-mon[106350]: pgmap v2178: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:15 smithi139 ceph-mon[113400]: pgmap v2179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:15 smithi114 ceph-mon[106350]: pgmap v2179: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:17 smithi139 ceph-mon[113400]: 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-13T12:18:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:17 smithi114 ceph-mon[106350]: 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-13T12:18:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:19 smithi139 ceph-mon[113400]: 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-13T12:18:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:19 smithi114 ceph-mon[106350]: 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-13T12:18:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:21 smithi139 ceph-mon[113400]: 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-13T12:18:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:21 smithi114 ceph-mon[106350]: 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-13T12:18:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:23 smithi139 ceph-mon[113400]: pgmap v2183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:23 smithi114 ceph-mon[106350]: pgmap v2183: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:25 smithi139 ceph-mon[113400]: pgmap v2184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:26.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:25 smithi114 ceph-mon[106350]: pgmap v2184: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:27 smithi139 ceph-mon[113400]: 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-13T12:18:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:27 smithi114 ceph-mon[106350]: 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-13T12:18:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:29 smithi139 ceph-mon[113400]: 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-13T12:18:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:29 smithi114 ceph-mon[106350]: 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-13T12:18:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:31 smithi139 ceph-mon[113400]: 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-13T12:18:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:31 smithi114 ceph-mon[106350]: 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-13T12:18:33.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:18:33.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:18:33.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:18:33.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:18:33.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:18:33.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:18:33.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:18:33.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:18:33.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:18:33.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:18:33.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:18:33.219 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:18:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:33 smithi139 ceph-mon[113400]: pgmap v2188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:33 smithi114 ceph-mon[106350]: pgmap v2188: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:35 smithi139 ceph-mon[113400]: pgmap v2189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:35 smithi114 ceph-mon[106350]: pgmap v2189: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:37 smithi139 ceph-mon[113400]: 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-13T12:18:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:37 smithi114 ceph-mon[106350]: 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-13T12:18:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:39 smithi139 ceph-mon[113400]: 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-13T12:18:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:39 smithi114 ceph-mon[106350]: 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-13T12:18:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:41 smithi139 ceph-mon[113400]: 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-13T12:18:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:41 smithi114 ceph-mon[106350]: 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-13T12:18:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:43 smithi139 ceph-mon[113400]: pgmap v2193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:43 smithi114 ceph-mon[106350]: pgmap v2193: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:45 smithi139 ceph-mon[113400]: pgmap v2194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:45 smithi114 ceph-mon[106350]: pgmap v2194: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:47 smithi139 ceph-mon[113400]: 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-13T12:18:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:47 smithi114 ceph-mon[106350]: 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-13T12:18:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:49 smithi139 ceph-mon[113400]: 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-13T12:18:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:49 smithi114 ceph-mon[106350]: 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-13T12:18:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:51 smithi139 ceph-mon[113400]: 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-13T12:18:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:51 smithi114 ceph-mon[106350]: 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-13T12:18:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:53 smithi139 ceph-mon[113400]: pgmap v2198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:53 smithi114 ceph-mon[106350]: pgmap v2198: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:18:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:55 smithi139 ceph-mon[113400]: pgmap v2199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:55 smithi114 ceph-mon[106350]: pgmap v2199: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:18:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:57 smithi139 ceph-mon[113400]: 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-13T12:18:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:57 smithi114 ceph-mon[106350]: 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-13T12:19:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:18:59 smithi139 ceph-mon[113400]: 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-13T12:19:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:18:59 smithi114 ceph-mon[106350]: 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-13T12:19:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:01 smithi139 ceph-mon[113400]: 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-13T12:19:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:01 smithi114 ceph-mon[106350]: 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-13T12:19:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:03 smithi139 ceph-mon[113400]: pgmap v2203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:03 smithi114 ceph-mon[106350]: pgmap v2203: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:05 smithi139 ceph-mon[113400]: pgmap v2204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:05 smithi114 ceph-mon[106350]: pgmap v2204: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:07 smithi139 ceph-mon[113400]: 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-13T12:19:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:07 smithi114 ceph-mon[106350]: 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-13T12:19:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:09 smithi139 ceph-mon[113400]: 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-13T12:19:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:09 smithi114 ceph-mon[106350]: 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-13T12:19:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:11 smithi139 ceph-mon[113400]: 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-13T12:19:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:11 smithi114 ceph-mon[106350]: 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-13T12:19:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:13 smithi139 ceph-mon[113400]: pgmap v2208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:13 smithi114 ceph-mon[106350]: pgmap v2208: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:15 smithi139 ceph-mon[113400]: pgmap v2209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:15 smithi114 ceph-mon[106350]: pgmap v2209: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:17 smithi139 ceph-mon[113400]: 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-13T12:19:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:17 smithi114 ceph-mon[106350]: 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-13T12:19:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:19 smithi139 ceph-mon[113400]: 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-13T12:19:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:19 smithi114 ceph-mon[106350]: 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-13T12:19:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:21 smithi139 ceph-mon[113400]: 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-13T12:19:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:21 smithi114 ceph-mon[106350]: 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-13T12:19:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:23 smithi139 ceph-mon[113400]: pgmap v2213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:23 smithi114 ceph-mon[106350]: pgmap v2213: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:25 smithi139 ceph-mon[113400]: pgmap v2214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:25 smithi114 ceph-mon[106350]: pgmap v2214: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:27 smithi139 ceph-mon[113400]: 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-13T12:19:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:27 smithi114 ceph-mon[106350]: 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-13T12:19:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:29 smithi139 ceph-mon[113400]: 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-13T12:19:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:29 smithi114 ceph-mon[106350]: 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-13T12:19:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:31 smithi139 ceph-mon[113400]: 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-13T12:19:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:31 smithi114 ceph-mon[106350]: 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-13T12:19:33.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:32 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:19:33.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:32 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:19:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:33 smithi139 ceph-mon[113400]: pgmap v2218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:33 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:19:34.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:33 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:19:34.148 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:33 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:19:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:33 smithi114 ceph-mon[106350]: pgmap v2218: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:33 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:19:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:33 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:19:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:33 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:19:36.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:35 smithi139 ceph-mon[113400]: pgmap v2219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:36.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:35 smithi114 ceph-mon[106350]: pgmap v2219: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:37 smithi139 ceph-mon[113400]: 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-13T12:19:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:37 smithi114 ceph-mon[106350]: 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-13T12:19:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:39 smithi139 ceph-mon[113400]: 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-13T12:19:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:39 smithi114 ceph-mon[106350]: 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-13T12:19:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:41 smithi139 ceph-mon[113400]: 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-13T12:19:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:41 smithi114 ceph-mon[106350]: 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-13T12:19:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:43 smithi139 ceph-mon[113400]: pgmap v2223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:43 smithi114 ceph-mon[106350]: pgmap v2223: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:45 smithi139 ceph-mon[113400]: pgmap v2224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:45 smithi114 ceph-mon[106350]: pgmap v2224: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:47 smithi139 ceph-mon[113400]: 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-13T12:19:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:47 smithi114 ceph-mon[106350]: 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-13T12:19:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:49 smithi139 ceph-mon[113400]: 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-13T12:19:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:49 smithi114 ceph-mon[106350]: 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-13T12:19:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:51 smithi139 ceph-mon[113400]: 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-13T12:19:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:51 smithi114 ceph-mon[106350]: 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-13T12:19:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:53 smithi139 ceph-mon[113400]: pgmap v2228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:53 smithi114 ceph-mon[106350]: pgmap v2228: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:19:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:55 smithi139 ceph-mon[113400]: pgmap v2229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:55 smithi114 ceph-mon[106350]: pgmap v2229: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:19:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:57 smithi139 ceph-mon[113400]: 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-13T12:19:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:57 smithi114 ceph-mon[106350]: 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-13T12:20:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:19:59 smithi139 ceph-mon[113400]: 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-13T12:20:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:19:59 smithi114 ceph-mon[106350]: 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-13T12:20:01.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:00 smithi139 ceph-mon[113400]: overall HEALTH_OK 2023-10-13T12:20:01.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:00 smithi114 ceph-mon[106350]: overall HEALTH_OK 2023-10-13T12:20:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:01 smithi139 ceph-mon[113400]: 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-13T12:20:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:01 smithi114 ceph-mon[106350]: 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-13T12:20:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:03 smithi139 ceph-mon[113400]: pgmap v2233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:04.159 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:03 smithi114 ceph-mon[106350]: pgmap v2233: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:05 smithi139 ceph-mon[113400]: pgmap v2234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:06.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:05 smithi114 ceph-mon[106350]: pgmap v2234: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:07 smithi139 ceph-mon[113400]: 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-13T12:20:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:07 smithi114 ceph-mon[106350]: 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-13T12:20:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:09 smithi139 ceph-mon[113400]: 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-13T12:20:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:09 smithi114 ceph-mon[106350]: 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-13T12:20:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:11 smithi139 ceph-mon[113400]: 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-13T12:20:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:11 smithi114 ceph-mon[106350]: 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-13T12:20:14.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:13 smithi139 ceph-mon[113400]: pgmap v2238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:14.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:13 smithi114 ceph-mon[106350]: pgmap v2238: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:16.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:15 smithi139 ceph-mon[113400]: pgmap v2239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:16.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:15 smithi114 ceph-mon[106350]: pgmap v2239: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:18.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:17 smithi139 ceph-mon[113400]: 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-13T12:20:18.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:17 smithi114 ceph-mon[106350]: 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-13T12:20:20.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:19 smithi139 ceph-mon[113400]: 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-13T12:20:20.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:19 smithi114 ceph-mon[106350]: 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-13T12:20:22.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:21 smithi139 ceph-mon[113400]: 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-13T12:20:22.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:21 smithi114 ceph-mon[106350]: 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-13T12:20:24.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:23 smithi139 ceph-mon[113400]: pgmap v2243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:24.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:23 smithi114 ceph-mon[106350]: pgmap v2243: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:26.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:25 smithi139 ceph-mon[113400]: pgmap v2244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:26.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:25 smithi114 ceph-mon[106350]: pgmap v2244: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:28.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:27 smithi139 ceph-mon[113400]: 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-13T12:20:28.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:27 smithi114 ceph-mon[106350]: 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-13T12:20:30.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:29 smithi139 ceph-mon[113400]: 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-13T12:20:30.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:29 smithi114 ceph-mon[106350]: 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-13T12:20:32.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:31 smithi139 ceph-mon[113400]: 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-13T12:20:32.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:31 smithi114 ceph-mon[106350]: 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-13T12:20:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:33 smithi139 ceph-mon[113400]: pgmap v2248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:34.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:33 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:20:34.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:33 smithi114 ceph-mon[106350]: pgmap v2248: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:34.218 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:33 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T12:20:35.397 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.398 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: pgmap v2249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:35.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:20:35.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:20:35.399 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:35 smithi139 ceph-mon[113400]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.467 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.468 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:35.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: pgmap v2249: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:35.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T12:20:35.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T12:20:35.469 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:35 smithi114 ceph-mon[106350]: from='mgr.14152 172.21.15.114:0/4028340832' entity='mgr.x' 2023-10-13T12:20:38.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:37 smithi139 ceph-mon[113400]: 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-13T12:20:38.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:37 smithi114 ceph-mon[106350]: 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-13T12:20:40.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:39 smithi139 ceph-mon[113400]: 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-13T12:20:40.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:39 smithi114 ceph-mon[106350]: 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-13T12:20:42.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:41 smithi139 ceph-mon[113400]: 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-13T12:20:42.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:41 smithi114 ceph-mon[106350]: 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-13T12:20:44.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:43 smithi139 ceph-mon[113400]: pgmap v2253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:44.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:43 smithi114 ceph-mon[106350]: pgmap v2253: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:46.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:45 smithi139 ceph-mon[113400]: pgmap v2254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:46.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:45 smithi114 ceph-mon[106350]: pgmap v2254: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:48.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:47 smithi139 ceph-mon[113400]: 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-13T12:20:48.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:47 smithi114 ceph-mon[106350]: 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-13T12:20:50.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:49 smithi139 ceph-mon[113400]: 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-13T12:20:50.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:49 smithi114 ceph-mon[106350]: 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-13T12:20:52.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:51 smithi139 ceph-mon[113400]: 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-13T12:20:52.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:51 smithi114 ceph-mon[106350]: 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-13T12:20:54.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:53 smithi139 ceph-mon[113400]: pgmap v2258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:54.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:53 smithi114 ceph-mon[106350]: pgmap v2258: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:20:56.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:55 smithi139 ceph-mon[113400]: pgmap v2259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:56.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:55 smithi114 ceph-mon[106350]: pgmap v2259: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:20:58.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:57 smithi139 ceph-mon[113400]: 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-13T12:20:58.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:57 smithi114 ceph-mon[106350]: 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-13T12:21:00.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:20:59 smithi139 ceph-mon[113400]: 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-13T12:21:00.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:20:59 smithi114 ceph-mon[106350]: 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-13T12:21:02.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:21:01 smithi139 ceph-mon[113400]: 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-13T12:21:02.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:21:01 smithi114 ceph-mon[106350]: 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-13T12:21:04.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:21:03 smithi139 ceph-mon[113400]: pgmap v2263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:21:04.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:21:03 smithi114 ceph-mon[106350]: pgmap v2263: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T12:21:06.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:21:05 smithi139 ceph-mon[113400]: pgmap v2264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:21:06.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:21:05 smithi114 ceph-mon[106350]: pgmap v2264: 33 pgs: 33 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 255 B/s rd, 0 op/s 2023-10-13T12:21:08.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:21:07 smithi139 ceph-mon[113400]: 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-13T12:21:08.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:21:07 smithi114 ceph-mon[106350]: 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-13T12:21:10.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:21:09 smithi139 ceph-mon[113400]: 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-13T12:21:10.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:21:09 smithi114 ceph-mon[106350]: 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-13T12:21:12.147 INFO:journalctl@ceph.mon.b.smithi139.stdout:Oct 13 12:21:11 smithi139 ceph-mon[113400]: 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-13T12:21:12.217 INFO:journalctl@ceph.mon.a.smithi114.stdout:Oct 13 12:21:11 smithi114 ceph-mon[106350]: 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-13T12:21:13.565 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-13T12:21:13.567 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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-13T12:21:13.645 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=70836682e2834a209581415f196a6f3f 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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-13T12:21:13.648 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-13T12:21:13.657 INFO:tasks.cephadm:Teardown begin 2023-10-13T12:21:13.658 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:21:13.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:21:13.673 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:21:22.683 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:21:22.685 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:22:22.690 DEBUG:teuthology.orchestra.remote:timed out 2023-10-13T12:22:34.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:22:34.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:22:37.786 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:22:40.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:22:40.792 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:22:40.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:22:40.859 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:22:40.859 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-13T12:22:40.860 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:22:40.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:22:43.930 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:22:52.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:22:52.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:22:55.994 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:08.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:08.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:11.066 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:14.070 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:14.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:14.138 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:14.139 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:23:14.139 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-13T12:23:14.142 DEBUG:teuthology.misc:Transferring archived files from smithi114:/var/lib/ceph/5f63f0bc-69b8-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158/remote/smithi114/crash 2023-10-13T12:23:14.143 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:14.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:17.210 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:26.220 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:26.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:29.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:41.287 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:41.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:44.346 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:47.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:47.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:47.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:47.419 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:23:47.420 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-13T12:23:47.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:47.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:23:50.490 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:23:59.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:23:59.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:02.555 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:14.569 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:14.570 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:17.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:20.630 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:20.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:20.698 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:20.699 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:24:20.699 INFO:tasks.cephadm:Removing cluster... 2023-10-13T12:24:20.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:20.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:23.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:32.781 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:32.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:35.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:47.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:47.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:50.906 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:53.910 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:53.911 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:53.978 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:24:53.979 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:24:53.979 INFO:tasks.cephadm:Teardown complete 2023-10-13T12:24:53.980 ERROR:teuthology.run_tasks:Manager failed: cephadm Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:24:54.000 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-13T12:24:54.008 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-13T12:24:54.009 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:24:54.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:24:57.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:25:06.092 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:25:06.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:25:09.146 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:25:21.160 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:25:21.162 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:25:24.218 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:25:27.222 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:25:27.223 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:25:27.290 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:25:27.291 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:25:27.291 ERROR:teuthology.run_tasks:Manager failed: clock Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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/clock.py", line 66, in task 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 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/clock.py", line 72, in task 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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:25:27.312 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-13T12:25:27.324 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-13T12:25:27.325 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-13T12:25:27.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:25:27.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:25:30.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:25:39.404 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:25:39.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:25:42.458 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:25:54.471 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:25:54.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:25:57.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:00.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:00.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:00.602 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:00.603 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:26:00.603 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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:26:00.609 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-13T12:26:00.620 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-13T12:26:00.628 INFO:teuthology.task.internal:Duration was 5309.140625 seconds 2023-10-13T12:26:00.629 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-13T12:26:00.637 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-13T12:26:00.638 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:00.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:03.706 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:12.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:12.718 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:15.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:27.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:27.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:30.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:33.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:33.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:33.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:33.915 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:26:33.916 ERROR:teuthology.run_tasks:Manager failed: internal.syslog Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 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 85, in syslog 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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:26:33.940 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-13T12:26:33.950 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-13T12:26:33.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:33.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:37.018 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:26:46.029 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:26:46.030 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:26:49.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:01.095 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:01.096 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:04.154 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:07.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:07.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:07.226 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:07.227 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:27:07.227 ERROR:teuthology.run_tasks:Manager failed: internal.sudo Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:27:07.250 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-13T12:27:07.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:07.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:10.330 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:19.340 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:19.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:22.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:34.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:34.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:37.466 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:40.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:40.472 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:50.779 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:27:50.782 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:27:50.785 ERROR:teuthology.run_tasks:Manager failed: internal.coredump Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 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 492, in coredump 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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:27:50.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-13T12:27:50.821 INFO:teuthology.task.internal:Transferring archived files... 2023-10-13T12:27:50.823 DEBUG:teuthology.misc:Transferring archived files from smithi114:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi/7424158/remote/smithi114 2023-10-13T12:27:50.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:27:50.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:27:53.882 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:28:02.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:28:02.895 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:28:05.020 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:28:17.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:28:17.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:28:17.156 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:28:21.282 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:28:28.368 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:28:38.494 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:28:51.580 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:29:07.705 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:29:26.834 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:29:48.921 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:30:14.009 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:30:42.134 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:30:42.140 DEBUG:teuthology.orchestra.remote:'connect to smithi114.front.sepia.ceph.com' reached maximum tries (11) after waiting for 145 seconds 2023-10-13T12:30:45.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:30:45.143 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:30:45.264 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:30:49.390 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:30:56.516 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:31:06.602 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:31:19.728 ERROR:teuthology.orchestra.connection:Error authenticating with smithi114.front.sepia.ceph.com: AuthenticationException('Authentication failed.') 2023-10-13T12:32:08.570 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:32:08.571 WARNING:teuthology.contextutil:'reconnect to {self.shortname}' reached maximum tries (5) after waiting for 30 seconds 2023-10-13T12:32:08.572 ERROR:teuthology.run_tasks:Manager failed: internal.archive Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 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 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 2023-10-13T12:32:08.597 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-13T12:32:08.608 INFO:teuthology.task.internal:Not uploading archives. 2023-10-13T12:32:08.609 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-13T12:32:08.659 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-13T12:32:08.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:32:08.661 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:32:11.738 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:32:20.740 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:32:20.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:32:23.802 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.114 2023-10-13T12:32:35.805 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:32:35.806 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:33:35.809 DEBUG:teuthology.orchestra.remote:timed out 2023-10-13T12:33:38.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:33:38.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:33:38.884 DEBUG:teuthology.orchestra.run.smithi114:> true 2023-10-13T12:33:38.955 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi114.front.sepia.ceph.com' 2023-10-13T12:33:38.955 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-13T12:33:38.997 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T12:33:38.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-13T12:33:39.018 INFO:teuthology.orchestra.run.smithi114.stderr:find: ‘/home/ubuntu/cephtest’: No such file or directory 2023-10-13T12:33:39.045 INFO:teuthology.orchestra.run.smithi114.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': No such file or directory 2023-10-13T12:33:39.067 DEBUG:teuthology.orchestra.run.smithi139:> true 2023-10-13T12:33:39.138 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2023-10-13T12:33:39.139 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-13T12:33:39.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-13T12:33:39.181 ERROR:teuthology.run_tasks:Manager failed: internal.base Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 437, in ceph_crash 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 320, in ceph_log 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 454, in ceph_crash teuthology.pull_directory(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/misc.py", line 748, in pull_directory r = remote.get_tar_stream(remotedir, sudo=True, compress=False) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 661, in get_tar_stream return self.run(args=args, wait=False, stdout=run.PIPE) 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 smithi114 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 359, in ceph_log if first_in_ceph_log('\[ERR\]|\[WRN\]|\[SEC\]', File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 350, in first_in_ceph_log r = ctx.ceph[cluster_name].bootstrap_remote.run( 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 smithi114 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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/qa/tasks/cephadm.py", line 172, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/github.com_vallariag_ceph_0dcc4201ea3d1acc00d1c8a13c7ee4c313f9b344/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 521, in run raise ConnectionError(f'Failed to reconnect to {self.shortname}') ConnectionError: Failed to reconnect to smithi114 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 smithi114 with status 1: 'find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest' 2023-10-13T12:33:39.205 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-13T12:33:39.215 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-13T12:33:39.227 DEBUG:teuthology.run_tasks:Exception was not quenched, exiting: ConnectionError: Failed to reconnect to smithi114 2023-10-13T12:33:39.227 INFO:teuthology.nuke:Checking targets against current locks 2023-10-13T12:33:39.247 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/home/ubuntu/cephtest’: No such file or directory 2023-10-13T12:33:39.247 INFO:teuthology.orchestra.run.smithi139.stderr:rmdir: failed to remove '/home/ubuntu/cephtest': No such file or directory 2023-10-13T12:33:39.276 INFO:teuthology.nuke:Not nuking smithi114.front.sepia.ceph.com because description doesn't match: vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi != /home/teuthworker/archive/adking-2023-10-13_12:25:25-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7424172 2023-10-13T12:33:39.300 INFO:teuthology.nuke:Not nuking smithi139.front.sepia.ceph.com because description doesn't match: vallariag-2023-10-13_10:48:28-rbd:nvmeof-main-distro-default-smithi != /home/teuthworker/archive/adking-2023-10-13_12:25:25-orch:cephadm-wip-adk2-testing-2023-10-11-1434-pacific-distro-default-smithi/7424172 2023-10-13T12:33:39.301 ERROR:teuthology.nuke:Could not nuke the following targets: targets: smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXfCjZyOK44iesmLau1AT3IFQK3ojHI16YRHzHUovSKYPf8a9KICB/gcwu9+2Eh/ueJjAOp4UpH/35AjVFvFz4= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDkEnGCKABX7MxJYE8mXHOCNAtIlYSaez6hr5Ffu6gT84HLlAt7g/isRW/62jxSvs30NbFy3g8FHom3+EZqIvsA= 2023-10-13T12:33:39.307 INFO:teuthology.run:Summary data: description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} duration: 5309.140624523163 failure_reason: '''set'' object has no attribute ''read''' owner: scheduled_vallariag@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=70836682e2834a209581415f196a6f3f status: fail success: false 2023-10-13T12:33:39.308 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-13T12:33:39.381 INFO:teuthology.run:FAIL