2023-10-12T18:25:51.971 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-12T18:25:51.972 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_dparmar@teuthology --verbose --description orch:cephadm:mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --name dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi --archive /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678 -- /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/orig.config.yaml 2023-10-12T18:25:52.026 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-12T18:25:52.117 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678 branch: fix-nfs-apply-err-reporting description: orch:cephadm:mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7423678' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: fix-nfs-apply-err-reporting ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 9a92242e997527a07c7abe065696887f5f761546 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9a92242e997527a07c7abe065696887f5f761546 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: fix-nfs-apply-err-reporting sha1: 9a92242e997527a07c7abe065696887f5f761546 owner: scheduled_dparmar@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 671 sha1: 9a92242e997527a07c7abe065696887f5f761546 sleep_before_teardown: 0 suite: orch:cephadm:mgr-nfs-upgrade suite_branch: fix-nfs-apply-err-reporting suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9a92242e997527a07c7abe065696887f5f761546 targets: smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHZLJo1epQnzVWCIunA8fYpcSmA34KxYUfuZmoL2ekmAJ+60Hkpx2htQuTho1RJqvqTxRuB/8qZeNf3NgQ+gOzY= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHtnPhurVIwvyf/FqfzsjrW95hKFusd7vjcGaZudRQroBZnGxVtp2lLRMDo2yHivclxWxjiS8qBrCzfoPMF5DI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-12_18:18:47 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: dparmar verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-10-12T18:25:52.118 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa; will attempt to use it 2023-10-12T18:25:52.119 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks 2023-10-12T18:25:52.119 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-12T18:25:52.122 INFO:teuthology.task.internal:Checking packages... 2023-10-12T18:25:52.148 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9a92242e997527a07c7abe065696887f5f761546' 2023-10-12T18:25:52.149 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-12T18:25:52.149 INFO:teuthology.packaging:ref: None 2023-10-12T18:25:52.150 INFO:teuthology.packaging:tag: None 2023-10-12T18:25:52.150 INFO:teuthology.packaging:branch: fix-nfs-apply-err-reporting 2023-10-12T18:25:52.150 INFO:teuthology.packaging:sha1: 9a92242e997527a07c7abe065696887f5f761546 2023-10-12T18:25:52.151 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=fix-nfs-apply-err-reporting 2023-10-12T18:25:52.297 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6452.g9a92242e 2023-10-12T18:25:52.298 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-12T18:25:52.307 INFO:teuthology.task.internal:no buildpackages task found 2023-10-12T18:25:52.307 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-12T18:25:52.325 INFO:teuthology.task.internal:Saving configuration 2023-10-12T18:25:52.340 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-12T18:25:52.348 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T18:25:52.375 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678', '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-12 18:20:47.192966', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHZLJo1epQnzVWCIunA8fYpcSmA34KxYUfuZmoL2ekmAJ+60Hkpx2htQuTho1RJqvqTxRuB/8qZeNf3NgQ+gOzY='} 2023-10-12T18:25:52.400 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678', '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-12 18:20:47.194535', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHtnPhurVIwvyf/FqfzsjrW95hKFusd7vjcGaZudRQroBZnGxVtp2lLRMDo2yHivclxWxjiS8qBrCzfoPMF5DI='} 2023-10-12T18:25:52.400 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-12T18:25:52.408 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-10-12T18:25:52.408 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-10-12T18:25:52.409 INFO:teuthology.run_tasks:Running task console_log... 2023-10-12T18:25:52.486 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6e948abaf0>, signals=[15]) 2023-10-12T18:25:52.488 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-12T18:25:52.499 INFO:teuthology.task.internal:Opening connections... 2023-10-12T18:25:52.499 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:25:52.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:25:52.569 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-10-12T18:25:52.570 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:25:52.638 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-12T18:25:52.645 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2023-10-12T18:25:52.668 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2023-10-12T18:25:52.669 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2023-10-12T18:25:52.730 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="CentOS Stream" 2023-10-12T18:25:52.731 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8" 2023-10-12T18:25:52.731 INFO:teuthology.orchestra.run.smithi184.stdout:ID="centos" 2023-10-12T18:25:52.731 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="rhel fedora" 2023-10-12T18:25:52.732 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8" 2023-10-12T18:25:52.732 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2023-10-12T18:25:52.732 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-12T18:25:52.732 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2023-10-12T18:25:52.732 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-12T18:25:52.733 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://centos.org/" 2023-10-12T18:25:52.733 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-12T18:25:52.733 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-12T18:25:52.733 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-12T18:25:52.734 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2023-10-12T18:25:52.758 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-10-12T18:25:52.780 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-10-12T18:25:52.781 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-10-12T18:25:52.842 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="CentOS Stream" 2023-10-12T18:25:52.843 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="8" 2023-10-12T18:25:52.843 INFO:teuthology.orchestra.run.smithi194.stdout:ID="centos" 2023-10-12T18:25:52.843 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE="rhel fedora" 2023-10-12T18:25:52.843 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="8" 2023-10-12T18:25:52.844 INFO:teuthology.orchestra.run.smithi194.stdout:PLATFORM_ID="platform:el8" 2023-10-12T18:25:52.844 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-12T18:25:52.844 INFO:teuthology.orchestra.run.smithi194.stdout:ANSI_COLOR="0;31" 2023-10-12T18:25:52.844 INFO:teuthology.orchestra.run.smithi194.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-12T18:25:52.845 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://centos.org/" 2023-10-12T18:25:52.845 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-12T18:25:52.845 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-12T18:25:52.845 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-12T18:25:52.845 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-10-12T18:25:52.874 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-12T18:25:52.890 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-12T18:25:52.902 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-12T18:25:52.902 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2023-10-12T18:25:52.905 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-10-12T18:25:52.925 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-12T18:25:52.931 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-12T18:25:52.932 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2023-10-12T18:25:52.967 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-10-12T18:25:52.999 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-12T18:25:53.060 INFO:teuthology.run_tasks:Running task kernel... 2023-10-12T18:25:53.080 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-12T18:25:53.081 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-12T18:25:53.081 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-12T18:25:53.082 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-12T18:25:53.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T18:25:53.103 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-10-12T18:25:53.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T18:25:53.105 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-10-12T18:25:53.163 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-489.el8.x86_64 2023-10-12T18:25:53.164 INFO:teuthology.task.kernel:Running kernel on smithi194: 4.18.0-489.el8.x86_64 2023-10-12T18:25:53.164 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum install -y kernel 2023-10-12T18:25:53.168 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-489.el8.x86_64 2023-10-12T18:25:53.169 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-489.el8.x86_64 2023-10-12T18:25:53.169 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2023-10-12T18:26:02.705 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - AppStream 4.7 MB/s | 33 MB 00:07 2023-10-12T18:26:03.332 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - AppStream 4.5 MB/s | 33 MB 00:07 2023-10-12T18:26:11.847 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 49 MB 00:03 2023-10-12T18:26:11.898 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 49 MB 00:02 2023-10-12T18:26:19.130 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - Extras 67 kB/s | 18 kB 00:00 2023-10-12T18:26:19.173 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras 66 kB/s | 18 kB 00:00 2023-10-12T18:26:19.522 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2023-10-12T18:26:19.699 INFO:teuthology.orchestra.run.smithi184.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-10-12T18:26:19.973 INFO:teuthology.orchestra.run.smithi194.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-10-12T18:26:20.000 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-10-12T18:26:22.043 INFO:teuthology.orchestra.run.smithi194.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 16 MB 00:01 2023-10-12T18:26:22.076 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 16 MB 00:01 2023-10-12T18:26:25.857 INFO:teuthology.orchestra.run.smithi194.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-10-12T18:26:25.943 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 412 kB/s | 24 kB 00:00 2023-10-12T18:26:29.415 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-12T18:26:29.415 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-12T18:26:29.471 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-12T18:26:29.471 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-12T18:26:29.669 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-10-12T18:26:29.670 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:26:29.670 INFO:teuthology.orchestra.run.smithi194.stdout: Package Architecture Version Repository Size 2023-10-12T18:26:29.670 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:26:29.671 INFO:teuthology.orchestra.run.smithi194.stdout:Installing: 2023-10-12T18:26:29.671 INFO:teuthology.orchestra.run.smithi194.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-12T18:26:29.671 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2023-10-12T18:26:29.671 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-12T18:26:29.671 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-12T18:26:29.671 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:26:29.672 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-10-12T18:26:29.672 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:26:29.672 INFO:teuthology.orchestra.run.smithi194.stdout:Install 3 Packages 2023-10-12T18:26:29.672 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:26:29.673 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 89 M 2023-10-12T18:26:29.673 INFO:teuthology.orchestra.run.smithi194.stdout:Installed size: 96 M 2023-10-12T18:26:29.674 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2023-10-12T18:26:29.740 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-10-12T18:26:29.741 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:26:29.741 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-10-12T18:26:29.742 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:26:29.742 INFO:teuthology.orchestra.run.smithi184.stdout:Installing: 2023-10-12T18:26:29.742 INFO:teuthology.orchestra.run.smithi184.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-12T18:26:29.742 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-10-12T18:26:29.742 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-12T18:26:29.743 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-12T18:26:29.743 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:26:29.743 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-10-12T18:26:29.743 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:26:29.743 INFO:teuthology.orchestra.run.smithi184.stdout:Install 3 Packages 2023-10-12T18:26:29.744 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:26:29.744 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 89 M 2023-10-12T18:26:29.744 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 96 M 2023-10-12T18:26:29.745 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-10-12T18:26:30.578 INFO:teuthology.orchestra.run.smithi184.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-10-12T18:26:30.967 INFO:teuthology.orchestra.run.smithi194.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 9.0 MB/s | 10 MB 00:01 2023-10-12T18:26:31.875 INFO:teuthology.orchestra.run.smithi194.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2023-10-12T18:26:32.161 INFO:teuthology.orchestra.run.smithi184.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-10-12T18:26:32.417 INFO:teuthology.orchestra.run.smithi194.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2023-10-12T18:26:32.417 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2023-10-12T18:26:32.418 INFO:teuthology.orchestra.run.smithi194.stdout:Total 32 MB/s | 89 MB 00:02 2023-10-12T18:26:32.706 INFO:teuthology.orchestra.run.smithi184.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-10-12T18:26:32.706 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-10-12T18:26:32.707 INFO:teuthology.orchestra.run.smithi184.stdout:Total 30 MB/s | 89 MB 00:02 2023-10-12T18:26:33.088 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2023-10-12T18:26:33.381 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-10-12T18:26:33.511 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2023-10-12T18:26:33.511 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2023-10-12T18:26:33.794 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-10-12T18:26:33.795 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-10-12T18:26:34.747 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2023-10-12T18:26:34.791 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2023-10-12T18:26:35.016 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-10-12T18:26:35.033 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-10-12T18:26:37.584 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2023-10-12T18:26:37.782 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-10-12T18:26:38.161 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T18:26:38.358 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T18:26:41.745 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T18:26:41.920 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-12T18:26:42.094 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T18:26:42.332 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T18:26:45.470 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T18:26:45.706 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-12T18:26:45.740 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:26:45.979 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:07.486 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:07.510 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:07.745 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:07.769 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:07.847 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:07.847 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-12T18:27:07.847 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-12T18:27:08.145 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:08.146 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-12T18:27:08.146 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-12T18:27:08.597 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:08.598 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:27:08.599 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2023-10-12T18:27:08.599 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-12T18:27:08.599 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-12T18:27:08.599 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:27:08.599 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-10-12T18:27:08.727 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T18:27:08.852 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-12T18:27:08.853 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:27:08.853 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-10-12T18:27:08.853 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-12T18:27:08.853 INFO:teuthology.orchestra.run.smithi184.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-12T18:27:08.853 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:27:08.854 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-10-12T18:27:08.982 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T18:27:08.984 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T18:27:08.984 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-12T18:27:08.984 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-12T18:27:08.985 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-12T18:27:08.985 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-12T18:27:08.985 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2023-10-12T18:27:08.985 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T18:27:09.017 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T18:27:09.195 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T18:27:09.196 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T18:27:09.196 DEBUG:teuthology.orchestra.run.smithi194:> sudo rpm -qi grub2-tools 2023-10-12T18:27:09.230 INFO:teuthology.orchestra.run.smithi194.stdout:Name : grub2-tools 2023-10-12T18:27:09.230 INFO:teuthology.orchestra.run.smithi194.stdout:Epoch : 1 2023-10-12T18:27:09.230 INFO:teuthology.orchestra.run.smithi194.stdout:Version : 2.02 2023-10-12T18:27:09.231 INFO:teuthology.orchestra.run.smithi194.stdout:Release : 129.el8 2023-10-12T18:27:09.231 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: x86_64 2023-10-12T18:27:09.231 INFO:teuthology.orchestra.run.smithi194.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-12T18:27:09.231 INFO:teuthology.orchestra.run.smithi194.stdout:Group : System Environment/Base 2023-10-12T18:27:09.231 INFO:teuthology.orchestra.run.smithi194.stdout:Size : 9265586 2023-10-12T18:27:09.232 INFO:teuthology.orchestra.run.smithi194.stdout:License : GPLv3+ 2023-10-12T18:27:09.232 INFO:teuthology.orchestra.run.smithi194.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-12T18:27:09.232 INFO:teuthology.orchestra.run.smithi194.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-12T18:27:09.232 INFO:teuthology.orchestra.run.smithi194.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-12T18:27:09.232 INFO:teuthology.orchestra.run.smithi194.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-12T18:27:09.233 INFO:teuthology.orchestra.run.smithi194.stdout:Relocations : (not relocatable) 2023-10-12T18:27:09.233 INFO:teuthology.orchestra.run.smithi194.stdout:Packager : CentOS BuildSystem 2023-10-12T18:27:09.233 INFO:teuthology.orchestra.run.smithi194.stdout:Vendor : CentOS 2023-10-12T18:27:09.233 INFO:teuthology.orchestra.run.smithi194.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-12T18:27:09.233 INFO:teuthology.orchestra.run.smithi194.stdout:Summary : Support tools for GRUB. 2023-10-12T18:27:09.234 INFO:teuthology.orchestra.run.smithi194.stdout:Description : 2023-10-12T18:27:09.234 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:27:09.234 INFO:teuthology.orchestra.run.smithi194.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-12T18:27:09.234 INFO:teuthology.orchestra.run.smithi194.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-12T18:27:09.234 INFO:teuthology.orchestra.run.smithi194.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-12T18:27:09.235 INFO:teuthology.orchestra.run.smithi194.stdout:hardware devices. 2023-10-12T18:27:09.235 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:27:09.235 INFO:teuthology.orchestra.run.smithi194.stdout:This subpackage provides tools for support of all platforms. 2023-10-12T18:27:09.237 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T18:27:09.237 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-12T18:27:09.238 INFO:teuthology.task.kernel:Updating grub on smithi194 to boot 4.18.0-516.el8.x86_64 2023-10-12T18:27:09.238 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-12T18:27:09.238 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T18:27:09.239 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-12T18:27:09.239 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-12T18:27:09.239 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-12T18:27:09.239 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-12T18:27:09.240 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2023-10-12T18:27:09.240 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T18:27:09.448 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-12T18:27:09.449 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-12T18:27:09.449 DEBUG:teuthology.orchestra.run.smithi184:> sudo rpm -qi grub2-tools 2023-10-12T18:27:09.483 INFO:teuthology.orchestra.run.smithi184.stdout:Name : grub2-tools 2023-10-12T18:27:09.483 INFO:teuthology.orchestra.run.smithi184.stdout:Epoch : 1 2023-10-12T18:27:09.484 INFO:teuthology.orchestra.run.smithi184.stdout:Version : 2.02 2023-10-12T18:27:09.484 INFO:teuthology.orchestra.run.smithi184.stdout:Release : 129.el8 2023-10-12T18:27:09.484 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: x86_64 2023-10-12T18:27:09.484 INFO:teuthology.orchestra.run.smithi184.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-12T18:27:09.484 INFO:teuthology.orchestra.run.smithi184.stdout:Group : System Environment/Base 2023-10-12T18:27:09.485 INFO:teuthology.orchestra.run.smithi184.stdout:Size : 9265586 2023-10-12T18:27:09.485 INFO:teuthology.orchestra.run.smithi184.stdout:License : GPLv3+ 2023-10-12T18:27:09.485 INFO:teuthology.orchestra.run.smithi184.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-12T18:27:09.485 INFO:teuthology.orchestra.run.smithi184.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-12T18:27:09.485 INFO:teuthology.orchestra.run.smithi184.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-12T18:27:09.486 INFO:teuthology.orchestra.run.smithi184.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-12T18:27:09.486 INFO:teuthology.orchestra.run.smithi184.stdout:Relocations : (not relocatable) 2023-10-12T18:27:09.486 INFO:teuthology.orchestra.run.smithi184.stdout:Packager : CentOS BuildSystem 2023-10-12T18:27:09.486 INFO:teuthology.orchestra.run.smithi184.stdout:Vendor : CentOS 2023-10-12T18:27:09.487 INFO:teuthology.orchestra.run.smithi184.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-12T18:27:09.487 INFO:teuthology.orchestra.run.smithi184.stdout:Summary : Support tools for GRUB. 2023-10-12T18:27:09.487 INFO:teuthology.orchestra.run.smithi184.stdout:Description : 2023-10-12T18:27:09.487 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:27:09.488 INFO:teuthology.orchestra.run.smithi184.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-12T18:27:09.488 INFO:teuthology.orchestra.run.smithi184.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-12T18:27:09.488 INFO:teuthology.orchestra.run.smithi184.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-12T18:27:09.488 INFO:teuthology.orchestra.run.smithi184.stdout:hardware devices. 2023-10-12T18:27:09.488 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:27:09.489 INFO:teuthology.orchestra.run.smithi184.stdout:This subpackage provides tools for support of all platforms. 2023-10-12T18:27:09.490 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-12T18:27:09.490 INFO:teuthology.task.kernel:Updating grub on smithi184 to boot 4.18.0-516.el8.x86_64 2023-10-12T18:27:09.490 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-12T18:27:10.979 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2023-10-12T18:27:11.349 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2023-10-12T18:27:12.695 INFO:teuthology.orchestra.run.smithi194.stderr:done 2023-10-12T18:27:12.696 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2023-10-12T18:27:12.733 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.tH5XrrbwH8 2023-10-12T18:27:12.734 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tH5XrrbwH8 2023-10-12T18:27:12.807 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.tH5XrrbwH8 2023-10-12T18:27:12.951 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.tH5XrrbwH8 is 6KB 2023-10-12T18:27:12.999 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.tH5XrrbwH8 2023-10-12T18:27:13.017 DEBUG:teuthology.orchestra.run.smithi194:> sudo /bin/ls /boot/loader/entries || true 2023-10-12T18:27:13.083 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-12T18:27:13.083 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-12T18:27:13.083 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-12T18:27:13.083 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-12T18:27:13.084 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-12T18:27:13.256 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2023-10-12T18:27:13.319 INFO:teuthology.orchestra.run.smithi184.stderr:done 2023-10-12T18:27:13.321 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2023-10-12T18:27:13.354 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.xdQYQ0FCc8 2023-10-12T18:27:13.355 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xdQYQ0FCc8 2023-10-12T18:27:13.428 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.xdQYQ0FCc8 2023-10-12T18:27:13.573 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.xdQYQ0FCc8 is 6KB 2023-10-12T18:27:13.621 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.xdQYQ0FCc8 2023-10-12T18:27:13.640 DEBUG:teuthology.orchestra.run.smithi184:> sudo /bin/ls /boot/loader/entries || true 2023-10-12T18:27:13.715 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-12T18:27:13.715 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-12T18:27:13.716 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-12T18:27:13.716 INFO:teuthology.orchestra.run.smithi184.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-12T18:27:13.717 DEBUG:teuthology.orchestra.run.smithi184:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-12T18:27:13.865 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2023-10-12T18:27:43.286 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-12T18:27:43.287 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-12T18:27:43.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:27:43.868 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-12T18:27:43.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-10-12T18:27:43.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:28:43.347 DEBUG:teuthology.orchestra.remote:timed out 2023-10-12T18:28:43.872 DEBUG:teuthology.orchestra.remote:timed out 2023-10-12T18:28:52.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-12T18:28:52.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:28:52.779 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-10-12T18:28:52.874 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-10-12T18:28:52.875 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:28:53.106 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-12T18:28:53.106 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-516.el8.x86_64"... 2023-10-12T18:28:53.106 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-10-12T18:28:53.124 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-516.el8.x86_64 2023-10-12T18:28:53.124 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-12T18:28:53.124 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-12T18:28:53.124 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-12T18:28:53.226 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-10-12T18:28:53.540 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-10-12T18:28:53.541 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-516.el8.x86_64"... 2023-10-12T18:28:53.541 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2023-10-12T18:28:53.558 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-516.el8.x86_64 2023-10-12T18:28:53.558 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-12T18:28:53.558 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-12T18:28:53.558 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-12T18:28:54.126 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-12T18:28:54.126 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-12T18:28:54.208 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-10-12T18:28:54.227 DEBUG:teuthology.parallel:result is None 2023-10-12T18:28:54.559 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-12T18:28:54.560 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-12T18:28:54.656 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2023-10-12T18:28:54.672 DEBUG:teuthology.parallel:result is None 2023-10-12T18:28:54.672 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-12T18:28:54.680 INFO:teuthology.task.internal:Creating test directory... 2023-10-12T18:28:54.680 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-12T18:28:54.682 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-12T18:28:54.700 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-12T18:28:54.707 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-12T18:28:54.713 INFO:teuthology.task.internal:Creating archive directory... 2023-10-12T18:28:54.714 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-12T18:28:54.741 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-12T18:28:54.773 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-12T18:28:54.780 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-12T18:28:54.781 DEBUG:teuthology.orchestra.run.smithi184:> 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-12T18:28:54.804 DEBUG:teuthology.orchestra.run.smithi194:> 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-12T18:28:54.842 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T18:28:54.845 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T18:28:54.852 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T18:28:54.856 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T18:28:54.857 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-12T18:28:54.865 INFO:teuthology.task.internal:Configuring sudo... 2023-10-12T18:28:54.865 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-12T18:28:54.897 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-12T18:28:54.925 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-12T18:28:54.934 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-12T18:28:54.935 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-12T18:28:54.964 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-12T18:28:54.983 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T18:28:55.067 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T18:28:55.119 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T18:28:55.205 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T18:28:55.247 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:28:55.247 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-12T18:28:55.315 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T18:28:55.362 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T18:28:55.411 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T18:28:55.492 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T18:28:55.539 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-12T18:28:55.539 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-12T18:28:55.614 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2023-10-12T18:28:55.616 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2023-10-12T18:28:55.683 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T18:28:55.711 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T18:28:56.072 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-12T18:28:56.081 INFO:teuthology.task.internal:Starting timer... 2023-10-12T18:28:56.081 INFO:teuthology.run_tasks:Running task pcp... 2023-10-12T18:28:56.097 INFO:teuthology.run_tasks:Running task selinux... 2023-10-12T18:28:56.111 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-12T18:28:56.112 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2023-10-12T18:28:56.196 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2023-10-12T18:28:56.198 DEBUG:teuthology.orchestra.run.smithi194:> sudo service auditd rotate 2023-10-12T18:28:56.268 INFO:teuthology.orchestra.run.smithi194.stdout:Rotating logs: 2023-10-12T18:28:56.270 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-12T18:28:56.270 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2023-10-12T18:28:56.304 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2023-10-12T18:28:56.305 DEBUG:teuthology.orchestra.run.smithi194:> /usr/sbin/getenforce 2023-10-12T18:28:56.330 INFO:teuthology.orchestra.run.smithi194.stdout:Permissive 2023-10-12T18:28:56.331 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi184.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi194.front.sepia.ceph.com': 'permissive'} 2023-10-12T18:28:56.331 DEBUG:teuthology.orchestra.run.smithi184:> 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-12T18:28:56.369 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T18:28:56.369 DEBUG:teuthology.orchestra.run.smithi194:> 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-12T18:28:56.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T18:28:56.401 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-12T18:28:56.401 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2023-10-12T18:28:56.434 DEBUG:teuthology.orchestra.run.smithi194:> sudo /usr/sbin/setenforce permissive 2023-10-12T18:28:56.471 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-12T18:28:56.481 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-12T18:28:56.487 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-12T18:28:56.596 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-12T18:28:56.612 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-12T18:28:56.613 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi184.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-12T18:36:25.385 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi184.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2023-10-12T18:36:25.387 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-10-12T18:36:25.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:36:25.455 DEBUG:teuthology.orchestra.run.smithi184:> true 2023-10-12T18:36:25.528 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2023-10-12T18:36:25.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-12T18:36:25.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T18:36:25.599 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-10-12T18:36:25.670 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-10-12T18:36:25.670 INFO:teuthology.run_tasks:Running task clock... 2023-10-12T18:36:25.682 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-12T18:36:25.683 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-12T18:36:25.684 DEBUG:teuthology.orchestra.run.smithi184:> 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-12T18:36:25.688 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-12T18:36:25.688 DEBUG:teuthology.orchestra.run.smithi194:> 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-12T18:36:25.716 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-12T18:36:25.729 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-12T18:36:25.746 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-12T18:36:25.760 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-12T18:36:25.790 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2023-10-12T18:36:25.802 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2023-10-12T18:36:25.816 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-12T18:36:25.827 INFO:teuthology.orchestra.run.smithi194.stderr:sudo: ntpd: command not found 2023-10-12T18:36:25.829 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-12T18:36:25.838 INFO:teuthology.orchestra.run.smithi194.stdout:506 Cannot talk to daemon 2023-10-12T18:36:25.853 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-12T18:36:25.866 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-12T18:36:25.909 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2023-10-12T18:36:25.914 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T18:36:25.914 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2023-10-12T18:36:25.914 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.915 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.915 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.915 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.930 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-10-12T18:36:25.934 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T18:36:25.934 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-10-12T18:36:25.934 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.934 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.935 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.935 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T18:36:25.936 INFO:teuthology.run_tasks:Running task pexec... 2023-10-12T18:36:25.945 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-12T18:36:25.946 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:36:25.946 DEBUG:teuthology.orchestra.run.smithi184:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-12T18:36:25.947 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi194.front.sepia.ceph.com 2023-10-12T18:36:25.947 DEBUG:teuthology.orchestra.run.smithi194:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-12T18:36:26.838 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:39 ago on Thu 12 Oct 2023 06:34:47 PM UTC. 2023-10-12T18:36:26.857 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:39 ago on Thu 12 Oct 2023 06:34:47 PM UTC. 2023-10-12T18:36:28.848 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-10-12T18:36:28.849 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:36:28.849 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2023-10-12T18:36:28.849 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:36:28.849 INFO:teuthology.orchestra.run.smithi184.stdout:Resetting modules: 2023-10-12T18:36:28.849 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools 2023-10-12T18:36:28.850 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:28.850 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-10-12T18:36:28.850 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:36:28.850 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:28.888 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-10-12T18:36:28.890 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:36:28.890 INFO:teuthology.orchestra.run.smithi194.stdout: Package Architecture Version Repository Size 2023-10-12T18:36:28.890 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:36:28.890 INFO:teuthology.orchestra.run.smithi194.stdout:Resetting modules: 2023-10-12T18:36:28.890 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools 2023-10-12T18:36:28.891 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:28.891 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-10-12T18:36:28.891 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:36:28.891 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:29.091 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-10-12T18:36:29.133 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-10-12T18:36:30.073 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:01:42 ago on Thu 12 Oct 2023 06:34:47 PM UTC. 2023-10-12T18:36:30.097 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:42 ago on Thu 12 Oct 2023 06:34:47 PM UTC. 2023-10-12T18:36:32.089 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2023-10-12T18:36:32.126 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-10-12T18:36:32.253 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:36:32.254 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2023-10-12T18:36:32.257 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:36:32.258 INFO:teuthology.orchestra.run.smithi184.stdout:Installing group/module packages: 2023-10-12T18:36:32.258 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-12T18:36:32.258 INFO:teuthology.orchestra.run.smithi184.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-12T18:36:32.258 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-12T18:36:32.258 INFO:teuthology.orchestra.run.smithi184.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-12T18:36:32.259 INFO:teuthology.orchestra.run.smithi184.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-12T18:36:32.259 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-12T18:36:32.259 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-12T18:36:32.259 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-12T18:36:32.259 INFO:teuthology.orchestra.run.smithi184.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-12T18:36:32.260 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2023-10-12T18:36:32.260 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-12T18:36:32.260 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-12T18:36:32.260 INFO:teuthology.orchestra.run.smithi184.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-12T18:36:32.260 INFO:teuthology.orchestra.run.smithi184.stdout:Installing weak dependencies: 2023-10-12T18:36:32.260 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-12T18:36:32.261 INFO:teuthology.orchestra.run.smithi184.stdout:Installing module profiles: 2023-10-12T18:36:32.261 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools/common 2023-10-12T18:36:32.261 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:32.262 INFO:teuthology.orchestra.run.smithi184.stdout:Enabling module streams: 2023-10-12T18:36:32.262 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools rhel8 2023-10-12T18:36:32.263 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:32.263 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2023-10-12T18:36:32.263 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2023-10-12T18:36:32.263 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2023-10-12T18:36:32.263 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:32.264 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 26 M 2023-10-12T18:36:32.264 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 87 M 2023-10-12T18:36:32.265 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2023-10-12T18:36:32.289 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:36:32.289 INFO:teuthology.orchestra.run.smithi194.stdout: Package Arch Version Repository Size 2023-10-12T18:36:32.289 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:36:32.290 INFO:teuthology.orchestra.run.smithi194.stdout:Installing group/module packages: 2023-10-12T18:36:32.290 INFO:teuthology.orchestra.run.smithi194.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-12T18:36:32.290 INFO:teuthology.orchestra.run.smithi194.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-12T18:36:32.290 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-12T18:36:32.291 INFO:teuthology.orchestra.run.smithi194.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-12T18:36:32.291 INFO:teuthology.orchestra.run.smithi194.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-12T18:36:32.291 INFO:teuthology.orchestra.run.smithi194.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-12T18:36:32.291 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-12T18:36:32.291 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-12T18:36:32.291 INFO:teuthology.orchestra.run.smithi194.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-12T18:36:32.292 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2023-10-12T18:36:32.292 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-12T18:36:32.292 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-12T18:36:32.292 INFO:teuthology.orchestra.run.smithi194.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-12T18:36:32.292 INFO:teuthology.orchestra.run.smithi194.stdout:Installing weak dependencies: 2023-10-12T18:36:32.293 INFO:teuthology.orchestra.run.smithi194.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-12T18:36:32.293 INFO:teuthology.orchestra.run.smithi194.stdout:Installing module profiles: 2023-10-12T18:36:32.293 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools/common 2023-10-12T18:36:32.293 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:32.293 INFO:teuthology.orchestra.run.smithi194.stdout:Enabling module streams: 2023-10-12T18:36:32.294 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools rhel8 2023-10-12T18:36:32.294 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:32.294 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-10-12T18:36:32.294 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-10-12T18:36:32.294 INFO:teuthology.orchestra.run.smithi194.stdout:Install 13 Packages 2023-10-12T18:36:32.295 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:32.295 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 26 M 2023-10-12T18:36:32.295 INFO:teuthology.orchestra.run.smithi194.stdout:Installed size: 87 M 2023-10-12T18:36:32.296 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2023-10-12T18:36:32.982 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.1 MB/s | 739 kB 00:00 2023-10-12T18:36:33.073 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-10-12T18:36:33.099 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 323 kB/s | 38 kB 00:00 2023-10-12T18:36:33.143 INFO:teuthology.orchestra.run.smithi194.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.1 MB/s | 739 kB 00:00 2023-10-12T18:36:33.191 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.0 MB/s | 239 kB 00:00 2023-10-12T18:36:33.218 INFO:teuthology.orchestra.run.smithi194.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.3 MB/s | 1.0 MB 00:00 2023-10-12T18:36:33.260 INFO:teuthology.orchestra.run.smithi194.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 324 kB/s | 38 kB 00:00 2023-10-12T18:36:33.327 INFO:teuthology.orchestra.run.smithi194.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.2 MB/s | 239 kB 00:00 2023-10-12T18:36:33.333 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.2 MB/s | 177 kB 00:00 2023-10-12T18:36:33.453 INFO:teuthology.orchestra.run.smithi194.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.4 MB/s | 177 kB 00:00 2023-10-12T18:36:33.458 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-10-12T18:36:33.561 INFO:teuthology.orchestra.run.smithi194.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2023-10-12T18:36:33.584 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 749 kB/s | 94 kB 00:00 2023-10-12T18:36:33.659 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 6.7 MB/s | 3.7 MB 00:00 2023-10-12T18:36:33.708 INFO:teuthology.orchestra.run.smithi194.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 639 kB/s | 94 kB 00:00 2023-10-12T18:36:33.795 INFO:teuthology.orchestra.run.smithi194.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 7.0 MB/s | 3.7 MB 00:00 2023-10-12T18:36:33.984 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 5.2 MB/s | 8.8 MB 00:01 2023-10-12T18:36:34.076 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 6.1 MB/s | 2.5 MB 00:00 2023-10-12T18:36:34.102 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 451 kB/s | 53 kB 00:00 2023-10-12T18:36:34.122 INFO:teuthology.orchestra.run.smithi194.stdout:(9/13): toolbox-0.0.99.4-5.module_el8+649+e2dea 7.8 MB/s | 2.5 MB 00:00 2023-10-12T18:36:34.185 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2023-10-12T18:36:34.213 INFO:teuthology.orchestra.run.smithi194.stdout:(10/13): buildah-1.31.3-1.module_el8+664+4072b3 5.1 MB/s | 8.8 MB 00:01 2023-10-12T18:36:34.238 INFO:teuthology.orchestra.run.smithi194.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 450 kB/s | 53 kB 00:00 2023-10-12T18:36:34.413 INFO:teuthology.orchestra.run.smithi194.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 204 kB/s | 41 kB 00:00 2023-10-12T18:36:34.569 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 8.3 MB/s | 8.1 MB 00:00 2023-10-12T18:36:34.569 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2023-10-12T18:36:34.570 INFO:teuthology.orchestra.run.smithi184.stdout:Total 11 MB/s | 26 MB 00:02 2023-10-12T18:36:34.789 INFO:teuthology.orchestra.run.smithi194.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 7.5 MB/s | 8.1 MB 00:01 2023-10-12T18:36:34.789 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2023-10-12T18:36:34.789 INFO:teuthology.orchestra.run.smithi194.stdout:Total 10 MB/s | 26 MB 00:02 2023-10-12T18:36:34.838 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2023-10-12T18:36:34.859 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2023-10-12T18:36:34.860 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2023-10-12T18:36:35.058 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2023-10-12T18:36:35.079 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2023-10-12T18:36:35.079 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2023-10-12T18:36:35.115 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2023-10-12T18:36:35.118 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2023-10-12T18:36:35.334 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2023-10-12T18:36:35.337 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2023-10-12T18:36:35.848 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2023-10-12T18:36:36.012 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2023-10-12T18:36:36.094 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-12T18:36:36.256 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-12T18:36:36.280 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-12T18:36:36.418 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-12T18:36:36.470 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-12T18:36:36.643 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-12T18:36:36.717 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T18:36:36.853 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T18:36:37.270 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-12T18:36:37.404 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-12T18:36:38.184 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T18:36:38.362 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T18:36:38.459 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-12T18:36:38.582 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-12T18:36:38.661 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-12T18:36:38.795 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-12T18:36:38.984 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-12T18:36:39.072 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-12T18:36:39.406 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-12T18:36:39.493 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-12T18:36:40.419 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T18:36:40.633 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-12T18:36:40.702 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T18:36:40.825 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T18:36:40.981 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-12T18:36:41.195 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T18:36:41.238 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T18:36:41.239 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-12T18:36:41.239 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-12T18:36:41.239 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-12T18:36:41.239 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T18:36:41.240 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-12T18:36:41.240 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T18:36:41.240 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-12T18:36:41.240 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-12T18:36:41.240 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-12T18:36:41.241 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-12T18:36:41.241 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T18:36:41.241 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-12T18:36:41.621 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-12T18:36:41.622 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-12T18:36:41.622 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-12T18:36:41.622 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-12T18:36:41.622 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-12T18:36:41.622 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-12T18:36:41.623 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-12T18:36:41.623 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-12T18:36:41.623 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-12T18:36:41.623 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-12T18:36:41.623 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-12T18:36:41.624 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-12T18:36:41.624 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-12T18:36:41.983 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-12T18:36:41.983 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:41.984 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2023-10-12T18:36:41.984 INFO:teuthology.orchestra.run.smithi194.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T18:36:41.984 INFO:teuthology.orchestra.run.smithi194.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T18:36:41.984 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-12T18:36:41.985 INFO:teuthology.orchestra.run.smithi194.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-12T18:36:41.985 INFO:teuthology.orchestra.run.smithi194.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-12T18:36:41.985 INFO:teuthology.orchestra.run.smithi194.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T18:36:41.985 INFO:teuthology.orchestra.run.smithi194.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-12T18:36:41.985 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-12T18:36:41.986 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-12T18:36:41.986 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T18:36:41.986 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-12T18:36:41.987 INFO:teuthology.orchestra.run.smithi194.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-12T18:36:41.987 INFO:teuthology.orchestra.run.smithi194.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-12T18:36:41.987 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:36:41.988 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-10-12T18:36:42.298 DEBUG:teuthology.parallel:result is None 2023-10-12T18:36:42.403 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-12T18:36:42.403 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:42.404 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2023-10-12T18:36:42.404 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T18:36:42.404 INFO:teuthology.orchestra.run.smithi184.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T18:36:42.404 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-12T18:36:42.405 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-12T18:36:42.405 INFO:teuthology.orchestra.run.smithi184.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-12T18:36:42.405 INFO:teuthology.orchestra.run.smithi184.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-12T18:36:42.405 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-12T18:36:42.405 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-12T18:36:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-12T18:36:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-12T18:36:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-12T18:36:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-12T18:36:42.406 INFO:teuthology.orchestra.run.smithi184.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-12T18:36:42.407 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:36:42.407 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2023-10-12T18:36:42.671 DEBUG:teuthology.parallel:result is None 2023-10-12T18:36:42.671 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-12T18:36:42.762 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '9a92242e997527a07c7abe065696887f5f761546'} 2023-10-12T18:36:42.762 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-10-12T18:36:42.763 INFO:tasks.cephadm:Cluster fsid is 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:36:42.764 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-12T18:36:42.764 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-12T18:36:42.764 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi184': '172.21.15.184', 'mon.smithi194': '172.21.15.194'} 2023-10-12T18:36:42.764 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-12T18:36:42.765 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2023-10-12T18:36:42.793 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2023-10-12T18:36:42.822 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-10-12T18:36:42.823 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-12T18:36:43.137 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Oct 12 18:36 /home/ubuntu/cephtest/cephadm 2023-10-12T18:36:43.137 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-12T18:36:43.295 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Oct 12 18:36 /home/ubuntu/cephtest/cephadm 2023-10-12T18:36:43.296 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-12T18:36:43.316 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-12T18:36:43.346 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-10-12T18:36:43.347 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-10-12T18:36:43.359 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-10-12T18:36:45.128 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-10-12T18:36:45.222 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-10-12T18:37:13.806 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:37:13.806 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-10-12T18:37:13.806 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-10-12T18:37:13.807 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2023-10-12T18:37:13.807 INFO:teuthology.orchestra.run.smithi184.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-10-12T18:37:13.807 INFO:teuthology.orchestra.run.smithi184.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-10-12T18:37:13.807 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2023-10-12T18:37:13.807 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:37:20.170 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2023-10-12T18:37:20.170 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-10-12T18:37:20.170 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-10-12T18:37:20.171 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2023-10-12T18:37:20.171 INFO:teuthology.orchestra.run.smithi194.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-10-12T18:37:20.171 INFO:teuthology.orchestra.run.smithi194.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-10-12T18:37:20.171 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2023-10-12T18:37:20.171 INFO:teuthology.orchestra.run.smithi194.stdout:} 2023-10-12T18:37:20.189 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2023-10-12T18:37:20.229 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2023-10-12T18:37:20.262 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2023-10-12T18:37:20.303 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2023-10-12T18:37:20.332 INFO:tasks.cephadm:Writing seed config... 2023-10-12T18:37:20.334 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-12T18:37:20.334 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-12T18:37:20.335 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-12T18:37:20.335 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-12T18:37:20.335 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-12T18:37:20.335 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-12T18:37:20.336 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-12T18:37:20.336 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-12T18:37:20.337 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:37:20.337 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-12T18:37:20.366 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 = 4a191a50-692e-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-12T18:37:20.366 DEBUG:teuthology.orchestra.run.smithi184:mon.smithi184> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184.service 2023-10-12T18:37:20.408 INFO:tasks.cephadm:Bootstrapping... 2023-10-12T18:37:20.409 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 4a191a50-692e-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-ip 172.21.15.184 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-12T18:37:20.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:37:20.629 INFO:teuthology.orchestra.run.smithi184.stderr:-------------------------------------------------------------------------------- 2023-10-12T18:37:20.629 INFO:teuthology.orchestra.run.smithi184.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '4a191a50-692e-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-ip', '172.21.15.184', '--skip-admin-label'] 2023-10-12T18:37:20.652 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 4.6.1 2023-10-12T18:37:20.660 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying podman|docker is present... 2023-10-12T18:37:20.679 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 4.6.1 2023-10-12T18:37:20.697 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying lvm2 is present... 2023-10-12T18:37:20.698 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying time synchronization is in place... 2023-10-12T18:37:20.704 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-12T18:37:20.710 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2023-10-12T18:37:20.716 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: enabled 2023-10-12T18:37:20.721 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: active 2023-10-12T18:37:20.722 INFO:teuthology.orchestra.run.smithi184.stderr:Unit chronyd.service is enabled and running 2023-10-12T18:37:20.722 INFO:teuthology.orchestra.run.smithi184.stderr:Repeating the final host check... 2023-10-12T18:37:20.742 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: 4.6.1 2023-10-12T18:37:20.751 INFO:teuthology.orchestra.run.smithi184.stderr:podman (/bin/podman) version 4.6.1 is present 2023-10-12T18:37:20.752 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl is present 2023-10-12T18:37:20.752 INFO:teuthology.orchestra.run.smithi184.stderr:lvcreate is present 2023-10-12T18:37:20.756 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-12T18:37:20.762 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2023-10-12T18:37:20.768 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: enabled 2023-10-12T18:37:20.773 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: active 2023-10-12T18:37:20.774 INFO:teuthology.orchestra.run.smithi184.stderr:Unit chronyd.service is enabled and running 2023-10-12T18:37:20.775 INFO:teuthology.orchestra.run.smithi184.stderr:Host looks OK 2023-10-12T18:37:20.775 INFO:teuthology.orchestra.run.smithi184.stderr:Cluster fsid: 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:20.775 INFO:teuthology.orchestra.run.smithi184.stderr:Acquiring lock 139794524520576 on /run/cephadm/4a191a50-692e-11ee-8db6-212e2dc638e7.lock 2023-10-12T18:37:20.775 INFO:teuthology.orchestra.run.smithi184.stderr:Lock 139794524520576 acquired on /run/cephadm/4a191a50-692e-11ee-8db6-212e2dc638e7.lock 2023-10-12T18:37:20.776 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying IP 172.21.15.184 port 3300 ... 2023-10-12T18:37:20.776 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying IP 172.21.15.184 port 6789 ... 2023-10-12T18:37:20.776 INFO:teuthology.orchestra.run.smithi184.stderr:Base mon IP is 172.21.15.184, final addrv is [v2:172.21.15.184:3300,v1:172.21.15.184:6789] 2023-10-12T18:37:20.778 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.184 metric 100 2023-10-12T18:37:20.778 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.184 metric 100 2023-10-12T18:37:20.781 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-10-12T18:37:20.781 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-12T18:37:20.781 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2023-10-12T18:37:20.783 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-12T18:37:20.784 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-10-12T18:37:20.784 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-12T18:37:20.784 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-12T18:37:20.784 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7b8f/64 scope link 2023-10-12T18:37:20.784 INFO:teuthology.orchestra.run.smithi184.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-12T18:37:20.785 INFO:teuthology.orchestra.run.smithi184.stderr:Mon IP `172.21.15.184` is in CIDR network `172.21.0.0/20` 2023-10-12T18:37:20.785 INFO:teuthology.orchestra.run.smithi184.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-12T18:37:20.786 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-10-12T18:37:20.862 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-10-12T18:37:21.465 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Getting image source signatures 2023-10-12T18:37:21.466 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-10-12T18:37:21.466 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-10-12T18:37:21.466 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-10-12T18:37:21.467 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-10-12T18:37:21.467 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-10-12T18:37:21.467 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-10-12T18:37:21.563 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: Writing manifest to image destination 2023-10-12T18:37:21.717 INFO:teuthology.orchestra.run.smithi184.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-10-12T18:37:22.081 INFO:teuthology.orchestra.run.smithi184.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-10-12T18:37:22.441 INFO:teuthology.orchestra.run.smithi184.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-10-12T18:37:22.441 INFO:teuthology.orchestra.run.smithi184.stderr:Extracting ceph user uid/gid from container image... 2023-10-12T18:37:22.710 INFO:teuthology.orchestra.run.smithi184.stderr:stat: 167 167 2023-10-12T18:37:23.069 INFO:teuthology.orchestra.run.smithi184.stderr:Creating initial keys... 2023-10-12T18:37:23.318 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-authtool: AQDjPChlnAl9EhAAVgYcrXhux3xzAMKaAQaf2g== 2023-10-12T18:37:23.927 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-authtool: AQDjPChlELPANhAAScdi+5vk8gB/ty3cETSpjQ== 2023-10-12T18:37:24.543 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph-authtool: AQDkPChlk93iHxAAT/KD81weT3Bc9g3WhEmuwg== 2023-10-12T18:37:24.872 INFO:teuthology.orchestra.run.smithi184.stderr:Creating initial monmap... 2023-10-12T18:37:25.170 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-12T18:37:25.170 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-10-12T18:37:25.171 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:25.171 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-12T18:37:25.547 INFO:teuthology.orchestra.run.smithi184.stderr:monmaptool for smithi184 [v2:172.21.15.184:3300,v1:172.21.15.184:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-12T18:37:25.547 INFO:teuthology.orchestra.run.smithi184.stderr:setting min_mon_release = octopus 2023-10-12T18:37:25.547 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: set fsid to 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:25.547 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-12T18:37:25.547 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:37:25.548 INFO:teuthology.orchestra.run.smithi184.stderr:Creating mon... 2023-10-12T18:37:26.239 INFO:teuthology.orchestra.run.smithi184.stderr:create mon.smithi184 on 2023-10-12T18:37:26.339 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-12T18:37:26.433 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7.target. 2023-10-12T18:37:26.433 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7.target. 2023-10-12T18:37:26.632 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to reset failed state of unit ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184.service: Unit ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184.service not loaded. 2023-10-12T18:37:26.639 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7.target.wants/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184.service → /etc/systemd/system/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@.service. 2023-10-12T18:37:27.115 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2023-10-12T18:37:27.122 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2023-10-12T18:37:27.123 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2023-10-12T18:37:27.123 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to enable service . firewalld.service is not available 2023-10-12T18:37:27.124 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mon to start... 2023-10-12T18:37:27.124 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mon... 2023-10-12T18:37:27.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:27 smithi184 ceph-mon[107893]: mon.smithi184 is new leader, mons smithi184 in quorum (ranks 0) 2023-10-12T18:37:27.602 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: cluster: 2023-10-12T18:37:27.603 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: id: 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:27.603 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-10-12T18:37:27.603 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:27.603 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: services: 2023-10-12T18:37:27.603 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi184 (age 0.455907s) 2023-10-12T18:37:27.604 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mgr: no daemons active 2023-10-12T18:37:27.604 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-10-12T18:37:27.604 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:27.604 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: data: 2023-10-12T18:37:27.604 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-10-12T18:37:27.605 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-10-12T18:37:27.605 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-10-12T18:37:27.605 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: pgs: 2023-10-12T18:37:27.605 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:27.961 INFO:teuthology.orchestra.run.smithi184.stderr:mon is available 2023-10-12T18:37:27.962 INFO:teuthology.orchestra.run.smithi184.stderr:Assimilating anything we can from ceph.conf... 2023-10-12T18:37:28.394 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:28.394 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [global] 2023-10-12T18:37:28.395 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: fsid = 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:28.395 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.184:3300,v1:172.21.15.184:6789] 2023-10-12T18:37:28.395 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-12T18:37:28.395 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-12T18:37:28.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-12T18:37:28.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-12T18:37:28.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:28.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [mgr] 2023-10-12T18:37:28.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-12T18:37:28.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:28.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [osd] 2023-10-12T18:37:28.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-12T18:37:28.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-12T18:37:28.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:28 smithi184 ceph-mon[107893]: mon.smithi184 is new leader, mons smithi184 in quorum (ranks 0) 2023-10-12T18:37:28.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:28 smithi184 ceph-mon[107893]: monmap e1: 1 mons at {smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} 2023-10-12T18:37:28.420 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:28 smithi184 ceph-mon[107893]: fsmap 2023-10-12T18:37:28.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:28 smithi184 ceph-mon[107893]: osdmap e1: 0 total, 0 up, 0 in 2023-10-12T18:37:28.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:28 smithi184 ceph-mon[107893]: mgrmap e1: no daemons active 2023-10-12T18:37:28.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:28 smithi184 ceph-mon[107893]: from='client.? 172.21.15.184:0/2966996472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-12T18:37:28.753 INFO:teuthology.orchestra.run.smithi184.stderr:Generating new minimal ceph.conf... 2023-10-12T18:37:29.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 ceph-mon[107893]: from='client.? 172.21.15.184:0/1230813535' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T18:37:29.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 ceph-mon[107893]: from='client.? 172.21.15.184:0/1230813535' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-12T18:37:29.545 INFO:teuthology.orchestra.run.smithi184.stderr:Restarting the monitor... 2023-10-12T18:37:29.936 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 systemd[1]: Stopping Ceph mon.smithi184 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:37:29.936 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 bash[108194]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon.smithi184" found: no such container 2023-10-12T18:37:29.936 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi184[107870]: 2023-10-12T18:37:29.629+0000 7f4b34db7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi184 -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-12T18:37:29.937 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi184[107870]: 2023-10-12T18:37:29.629+0000 7f4b34db7700 -1 mon.smithi184@0(leader) e1 *** Got Signal Terminated *** 2023-10-12T18:37:30.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:29 smithi184 bash[108206]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi184 2023-10-12T18:37:30.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 bash[108244]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon.smithi184" found: no such container 2023-10-12T18:37:30.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 systemd[1]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184.service: Succeeded. 2023-10-12T18:37:30.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 systemd[1]: Stopped Ceph mon.smithi184 for 4a191a50-692e-11ee-8db6-212e2dc638e7. 2023-10-12T18:37:30.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 systemd[1]: Starting Ceph mon.smithi184 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:37:30.412 INFO:teuthology.orchestra.run.smithi184.stderr:Setting mon public_network to 172.21.0.0/20 2023-10-12T18:37:30.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 bash[108310]: 9b652b6c765a84dc0b11d743a89e191a9f745caf8879d5ef16571385a5fd0d52 2023-10-12T18:37:30.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 systemd[1]: Started Ceph mon.smithi184 for 4a191a50-692e-11ee-8db6-212e2dc638e7. 2023-10-12T18:37:30.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: set uid:gid to 167:167 (ceph:ceph) 2023-10-12T18:37:30.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-10-12T18:37:30.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: pidfile_write: ignore empty --pid-file 2023-10-12T18:37:30.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: load: jerasure load: lrc 2023-10-12T18:37:30.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: RocksDB version: 6.15.5 2023-10-12T18:37:30.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-12T18:37:30.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Compile date Apr 18 2022 2023-10-12T18:37:30.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: DB SUMMARY 2023-10-12T18:37:30.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: DB Session ID: 4WC94G31IVOCMVXR95Z1 2023-10-12T18:37:30.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: CURRENT file: CURRENT 2023-10-12T18:37:30.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: IDENTITY file: IDENTITY 2023-10-12T18:37:30.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-10-12T18:37:30.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi184/store.db dir, Total Num: 1, files: 000008.sst 2023-10-12T18:37:30.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi184/store.db: 000010.log size: 80789 ; 2023-10-12T18:37:30.709 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.error_if_exists: 0 2023-10-12T18:37:30.709 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.create_if_missing: 0 2023-10-12T18:37:30.709 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.paranoid_checks: 1 2023-10-12T18:37:30.709 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-12T18:37:30.709 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.env: 0x55604b3cc860 2023-10-12T18:37:30.710 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.fs: Posix File System 2023-10-12T18:37:30.710 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.info_log: 0x55604c3e7fa0 2023-10-12T18:37:30.710 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_file_opening_threads: 16 2023-10-12T18:37:30.710 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.statistics: (nil) 2023-10-12T18:37:30.710 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.use_fsync: 0 2023-10-12T18:37:30.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_log_file_size: 0 2023-10-12T18:37:30.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-12T18:37:30.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-12T18:37:30.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.keep_log_file_num: 1000 2023-10-12T18:37:30.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.recycle_log_file_num: 0 2023-10-12T18:37:30.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.allow_fallocate: 1 2023-10-12T18:37:30.712 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.allow_mmap_reads: 0 2023-10-12T18:37:30.712 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.allow_mmap_writes: 0 2023-10-12T18:37:30.712 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.use_direct_reads: 0 2023-10-12T18:37:30.712 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-12T18:37:30.712 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.create_missing_column_families: 0 2023-10-12T18:37:30.713 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.db_log_dir: 2023-10-12T18:37:30.713 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi184/store.db 2023-10-12T18:37:30.713 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-12T18:37:30.713 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-12T18:37:30.713 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-12T18:37:30.713 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-12T18:37:30.714 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-12T18:37:30.714 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-12T18:37:30.714 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.advise_random_on_open: 1 2023-10-12T18:37:30.714 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.db_write_buffer_size: 0 2023-10-12T18:37:30.714 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.write_buffer_manager: 0x55604c4d82d0 2023-10-12T18:37:30.715 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-12T18:37:30.715 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-12T18:37:30.715 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-12T18:37:30.715 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-12T18:37:30.717 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.rate_limiter: (nil) 2023-10-12T18:37:30.717 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-12T18:37:30.717 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.wal_recovery_mode: 2 2023-10-12T18:37:30.717 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.enable_thread_tracking: 0 2023-10-12T18:37:30.718 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.enable_pipelined_write: 0 2023-10-12T18:37:30.718 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.unordered_write: 0 2023-10-12T18:37:30.718 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-12T18:37:30.718 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-12T18:37:30.718 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-12T18:37:30.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-12T18:37:30.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.row_cache: None 2023-10-12T18:37:30.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.wal_filter: None 2023-10-12T18:37:30.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-12T18:37:30.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.allow_ingest_behind: 0 2023-10-12T18:37:30.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.preserve_deletes: 0 2023-10-12T18:37:30.720 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.two_write_queues: 0 2023-10-12T18:37:30.720 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.manual_wal_flush: 0 2023-10-12T18:37:30.720 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.atomic_flush: 0 2023-10-12T18:37:30.720 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-12T18:37:30.720 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-12T18:37:30.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-12T18:37:30.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.log_readahead_size: 0 2023-10-12T18:37:30.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-12T18:37:30.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.best_efforts_recovery: 0 2023-10-12T18:37:30.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-12T18:37:30.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-12T18:37:30.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.allow_data_in_errors: 0 2023-10-12T18:37:30.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.db_host_id: __hostname__ 2023-10-12T18:37:30.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_background_jobs: 2 2023-10-12T18:37:30.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_background_compactions: -1 2023-10-12T18:37:30.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_subcompactions: 1 2023-10-12T18:37:30.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-12T18:37:30.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-12T18:37:30.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-12T18:37:30.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_total_wal_size: 0 2023-10-12T18:37:30.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-12T18:37:30.725 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-12T18:37:30.725 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-12T18:37:30.725 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-12T18:37:30.725 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_open_files: -1 2023-10-12T18:37:30.726 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bytes_per_sync: 0 2023-10-12T18:37:30.726 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-12T18:37:30.726 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-12T18:37:30.726 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_readahead_size: 0 2023-10-12T18:37:30.726 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_background_flushes: -1 2023-10-12T18:37:30.727 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Compression algorithms supported: 2023-10-12T18:37:30.727 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-12T18:37:30.727 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kZSTD supported: 0 2023-10-12T18:37:30.727 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kXpressCompression supported: 0 2023-10-12T18:37:30.727 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kLZ4HCCompression supported: 1 2023-10-12T18:37:30.727 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kLZ4Compression supported: 1 2023-10-12T18:37:30.728 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kBZip2Compression supported: 0 2023-10-12T18:37:30.728 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kZlibCompression supported: 1 2023-10-12T18:37:30.728 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: kSnappyCompression supported: 1 2023-10-12T18:37:30.728 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-12T18:37:30.728 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000009 2023-10-12T18:37:30.729 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-10-12T18:37:30.729 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-12T18:37:30.729 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.merge_operator: 2023-10-12T18:37:30.729 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_filter: None 2023-10-12T18:37:30.729 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_filter_factory: None 2023-10-12T18:37:30.730 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.sst_partitioner_factory: None 2023-10-12T18:37:30.730 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-12T18:37:30.730 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-12T18:37:30.730 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55604c3b3d00) 2023-10-12T18:37:30.730 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: cache_index_and_filter_blocks: 1 2023-10-12T18:37:30.731 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-12T18:37:30.731 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-12T18:37:30.731 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: pin_top_level_index_and_filter: 1 2023-10-12T18:37:30.731 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: index_type: 0 2023-10-12T18:37:30.731 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: data_block_index_type: 0 2023-10-12T18:37:30.732 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: index_shortening: 1 2023-10-12T18:37:30.732 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-12T18:37:30.732 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: hash_index_allow_collision: 1 2023-10-12T18:37:30.732 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: checksum: 1 2023-10-12T18:37:30.732 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: no_block_cache: 0 2023-10-12T18:37:30.733 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_cache: 0x55604c41e170 2023-10-12T18:37:30.733 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_cache_name: BinnedLRUCache 2023-10-12T18:37:30.733 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_cache_options: 2023-10-12T18:37:30.733 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: capacity : 536870912 2023-10-12T18:37:30.733 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: num_shard_bits : 4 2023-10-12T18:37:30.733 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: strict_capacity_limit : 0 2023-10-12T18:37:30.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: high_pri_pool_ratio: 0.000 2023-10-12T18:37:30.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_cache_compressed: (nil) 2023-10-12T18:37:30.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: persistent_cache: (nil) 2023-10-12T18:37:30.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_size: 4096 2023-10-12T18:37:30.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_size_deviation: 10 2023-10-12T18:37:30.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_restart_interval: 16 2023-10-12T18:37:30.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: index_block_restart_interval: 1 2023-10-12T18:37:30.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: metadata_block_size: 4096 2023-10-12T18:37:30.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: partition_filters: 0 2023-10-12T18:37:30.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: use_delta_encoding: 1 2023-10-12T18:37:30.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-12T18:37:30.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: whole_key_filtering: 1 2023-10-12T18:37:30.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: verify_compression: 0 2023-10-12T18:37:30.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: read_amp_bytes_per_bit: 0 2023-10-12T18:37:30.736 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: format_version: 4 2023-10-12T18:37:30.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: enable_index_compression: 1 2023-10-12T18:37:30.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: block_align: 0 2023-10-12T18:37:30.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.write_buffer_size: 33554432 2023-10-12T18:37:30.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_write_buffer_number: 2 2023-10-12T18:37:30.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression: NoCompression 2023-10-12T18:37:30.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression: Disabled 2023-10-12T18:37:30.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.prefix_extractor: nullptr 2023-10-12T18:37:30.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-12T18:37:30.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.num_levels: 7 2023-10-12T18:37:30.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-12T18:37:30.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-12T18:37:30.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-12T18:37:30.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-12T18:37:30.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-12T18:37:30.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-12T18:37:30.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-12T18:37:30.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-12T18:37:30.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-12T18:37:30.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-12T18:37:30.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-12T18:37:30.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.level: 32767 2023-10-12T18:37:30.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.strategy: 0 2023-10-12T18:37:30.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-12T18:37:30.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-12T18:37:30.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-12T18:37:30.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compression_opts.enabled: false 2023-10-12T18:37:30.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-12T18:37:30.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-12T18:37:30.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-12T18:37:30.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.target_file_size_base: 67108864 2023-10-12T18:37:30.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-12T18:37:30.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-12T18:37:30.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-12T18:37:30.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-12T18:37:30.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-12T18:37:30.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-12T18:37:30.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-12T18:37:30.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-12T18:37:30.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-12T18:37:30.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-12T18:37:30.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-12T18:37:30.745 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-12T18:37:30.745 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-12T18:37:30.745 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.arena_block_size: 4194304 2023-10-12T18:37:30.745 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-12T18:37:30.745 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-12T18:37:30.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-12T18:37:30.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.disable_auto_compactions: 0 2023-10-12T18:37:30.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-12T18:37:30.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-12T18:37:30.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-12T18:37:30.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-12T18:37:30.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-12T18:37:30.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-12T18:37:30.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-12T18:37:30.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-12T18:37:30.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-12T18:37:30.748 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-12T18:37:30.748 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.table_properties_collectors: 2023-10-12T18:37:30.748 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.inplace_update_support: 0 2023-10-12T18:37:30.748 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-12T18:37:30.749 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-12T18:37:30.749 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-12T18:37:30.749 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-12T18:37:30.749 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.bloom_locality: 0 2023-10-12T18:37:30.749 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.max_successive_merges: 0 2023-10-12T18:37:30.750 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-12T18:37:30.750 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.paranoid_file_checks: 0 2023-10-12T18:37:30.750 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.force_consistency_checks: 1 2023-10-12T18:37:30.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.report_bg_io_stats: 0 2023-10-12T18:37:30.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.ttl: 2592000 2023-10-12T18:37:30.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-12T18:37:30.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.enable_blob_files: false 2023-10-12T18:37:30.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.min_blob_size: 0 2023-10-12T18:37:30.752 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.blob_file_size: 268435456 2023-10-12T18:37:30.752 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-12T18:37:30.752 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-12T18:37:30.752 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-12T18:37:30.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-12T18:37:30.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-10-12T18:37:30.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-10-12T18:37:30.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697135850419864, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-10-12T18:37:30.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-10-12T18:37:30.754 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-10-12T18:37:30.754 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697135850420539, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77647, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75905, "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": 9697, "raw_average_key_size": 47, "raw_value_size": 70361, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1697135850, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "eeb53213-179d-470f-aa4c-4c3ec5e7e79f", "db_session_id": "4WC94G31IVOCMVXR95Z1"}} 2023-10-12T18:37:30.754 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-10-12T18:37:30.754 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697135850420912, "job": 1, "event": "recovery_finished"} 2023-10-12T18:37:30.754 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi184/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-12T18:37:30.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55604c404a80 2023-10-12T18:37:30.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: DB pointer 0x55604c414000 2023-10-12T18:37:30.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-10-12T18:37:30.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-12T18:37:30.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** DB Stats ** 2023-10-12T18:37:30.756 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T18:37:30.756 INFO:journalctl@ceph.mon.smithi184.smithi184.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-12T18:37:30.756 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T18:37:30.756 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T18:37:30.756 INFO:journalctl@ceph.mon.smithi184.smithi184.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-12T18:37:30.756 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-12T18:37:30.757 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T18:37:30.757 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.757 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** Compaction Stats [default] ** 2023-10-12T18:37:30.757 INFO:journalctl@ceph.mon.smithi184.smithi184.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 2023-10-12T18:37:30.757 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:37:30.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: L0 2/0 77.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Sum 2/0 77.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.758 INFO:journalctl@ceph.mon.smithi184.smithi184.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 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** Compaction Stats [default] ** 2023-10-12T18:37:30.759 INFO:journalctl@ceph.mon.smithi184.smithi184.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 2023-10-12T18:37:30.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:37:30.759 INFO:journalctl@ceph.mon.smithi184.smithi184.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 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T18:37:30.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T18:37:30.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T18:37:30.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T18:37:30.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T18:37:30.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-12T18:37:30.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Cumulative compaction: 0.00 GB write, 23.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:37:30.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Interval compaction: 0.00 GB write, 23.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:37:30.760 INFO:journalctl@ceph.mon.smithi184.smithi184.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-12T18:37:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-12T18:37:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** Compaction Stats [default] ** 2023-10-12T18:37:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.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 2023-10-12T18:37:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:37:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: L0 2/0 77.62 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Sum 2/0 77.62 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T18:37:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** Compaction Stats [default] ** 2023-10-12T18:37:30.763 INFO:journalctl@ceph.mon.smithi184.smithi184.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 2023-10-12T18:37:30.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:37:30.763 INFO:journalctl@ceph.mon.smithi184.smithi184.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 169.1 0.00 0.00 1 0.000 0 0 2023-10-12T18:37:30.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T18:37:30.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T18:37:30.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T18:37:30.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T18:37:30.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T18:37:30.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-12T18:37:30.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Cumulative compaction: 0.00 GB write, 23.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:37:30.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:37:30.765 INFO:journalctl@ceph.mon.smithi184.smithi184.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-12T18:37:30.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-12T18:37:30.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: starting mon.smithi184 rank 0 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi184 fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:30.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???) e1 preinit fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:30.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).mds e1 new map 2023-10-12T18:37:30.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).mds e1 print_map 2023-10-12T18:37:30.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: e1 2023-10-12T18:37:30.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-12T18:37:30.766 INFO:journalctl@ceph.mon.smithi184.smithi184.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} 2023-10-12T18:37:30.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: legacy client fscid: -1 2023-10-12T18:37:30.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: 2023-10-12T18:37:30.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout: No filesystems configured 2023-10-12T18:37:30.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-12T18:37:30.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T18:37:30.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T18:37:30.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T18:37:30.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-12T18:37:30.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expand map: {default=false} 2023-10-12T18:37:30.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta from 'false' to 'false' 2023-10-12T18:37:30.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expanded map: {default=false} 2023-10-12T18:37:30.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expand map: {default=info} 2023-10-12T18:37:30.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta from 'info' to 'info' 2023-10-12T18:37:30.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expanded map: {default=info} 2023-10-12T18:37:30.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expand map: {default=daemon} 2023-10-12T18:37:30.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-12T18:37:30.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expanded map: {default=daemon} 2023-10-12T18:37:30.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expand map: {default=debug} 2023-10-12T18:37:30.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta from 'debug' to 'debug' 2023-10-12T18:37:30.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: expand_channel_meta expanded map: {default=debug} 2023-10-12T18:37:30.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mon.smithi184 is new leader, mons smithi184 in quorum (ranks 0) 2023-10-12T18:37:30.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: monmap e1: 1 mons at {smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} 2023-10-12T18:37:30.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: fsmap 2023-10-12T18:37:30.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: osdmap e1: 0 total, 0 up, 0 in 2023-10-12T18:37:30.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:30 smithi184 ceph-mon[108348]: mgrmap e1: no daemons active 2023-10-12T18:37:31.196 INFO:teuthology.orchestra.run.smithi184.stderr:Wrote config to /etc/ceph/ceph.conf 2023-10-12T18:37:31.196 INFO:teuthology.orchestra.run.smithi184.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-12T18:37:31.197 INFO:teuthology.orchestra.run.smithi184.stderr:Creating mgr... 2023-10-12T18:37:31.197 INFO:teuthology.orchestra.run.smithi184.stderr:Verifying port 9283 ... 2023-10-12T18:37:31.320 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Failed to reset failed state of unit ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mgr.smithi184.luupqj.service: Unit ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mgr.smithi184.luupqj.service not loaded. 2023-10-12T18:37:31.326 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7.target.wants/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mgr.smithi184.luupqj.service → /etc/systemd/system/ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@.service. 2023-10-12T18:37:31.814 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2023-10-12T18:37:31.821 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2023-10-12T18:37:31.822 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2023-10-12T18:37:31.822 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to enable service . firewalld.service is not available 2023-10-12T18:37:31.830 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2023-10-12T18:37:31.838 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2023-10-12T18:37:31.839 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2023-10-12T18:37:31.839 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-10-12T18:37:31.839 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr to start... 2023-10-12T18:37:31.839 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr... 2023-10-12T18:37:32.081 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:31 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2354323013' entity='client.admin' 2023-10-12T18:37:32.395 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:32.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:37:32.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsid": "4a191a50-692e-11ee-8db6-212e2dc638e7", 2023-10-12T18:37:32.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "health": { 2023-10-12T18:37:32.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T18:37:32.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T18:37:32.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T18:37:32.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T18:37:32.397 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T18:37:32.398 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 0 2023-10-12T18:37:32.398 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:32.398 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T18:37:32.398 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "smithi184" 2023-10-12T18:37:32.398 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:32.399 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-10-12T18:37:32.399 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T18:37:32.399 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:32.399 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-12T18:37:32.399 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T18:37:32.400 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.400 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T18:37:32.400 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:32.400 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T18:37:32.400 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T18:37:32.401 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T18:37:32.401 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T18:37:32.404 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T18:37:32.404 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T18:37:32.404 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.405 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T18:37:32.405 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T18:37:32.405 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T18:37:32.405 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T18:37:32.405 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T18:37:32.405 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T18:37:32.406 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T18:37:32.406 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T18:37:32.406 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T18:37:32.406 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.407 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T18:37:32.407 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:32.407 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T18:37:32.407 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T18:37:32.407 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.408 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T18:37:32.408 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": false, 2023-10-12T18:37:32.408 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T18:37:32.408 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T18:37:32.408 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "iostat", 2023-10-12T18:37:32.408 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "nfs", 2023-10-12T18:37:32.409 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "restful" 2023-10-12T18:37:32.409 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:32.409 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2023-10-12T18:37:32.409 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.409 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T18:37:32.410 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:32.410 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modified": "2023-10-12T18:37:27.146407+0000", 2023-10-12T18:37:32.410 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2023-10-12T18:37:32.410 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:32.410 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T18:37:32.411 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:37:32.758 INFO:teuthology.orchestra.run.smithi184.stderr:mgr not available, waiting (1/15)... 2023-10-12T18:37:33.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:32 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2240545190' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T18:37:35.238 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:35.239 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:37:35.239 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsid": "4a191a50-692e-11ee-8db6-212e2dc638e7", 2023-10-12T18:37:35.240 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "health": { 2023-10-12T18:37:35.240 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T18:37:35.240 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T18:37:35.240 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T18:37:35.241 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.241 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T18:37:35.241 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T18:37:35.242 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 0 2023-10-12T18:37:35.242 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:35.242 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T18:37:35.243 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "smithi184" 2023-10-12T18:37:35.243 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:35.244 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-10-12T18:37:35.244 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T18:37:35.244 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:35.245 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-12T18:37:35.245 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T18:37:35.245 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.245 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T18:37:35.246 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:35.246 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T18:37:35.247 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T18:37:35.247 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T18:37:35.247 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T18:37:35.248 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T18:37:35.248 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T18:37:35.248 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.249 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T18:37:35.249 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T18:37:35.249 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T18:37:35.250 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T18:37:35.250 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T18:37:35.250 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T18:37:35.251 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T18:37:35.251 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T18:37:35.251 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T18:37:35.252 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.252 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T18:37:35.253 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:35.253 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T18:37:35.253 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T18:37:35.254 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.254 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T18:37:35.254 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": false, 2023-10-12T18:37:35.255 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T18:37:35.255 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T18:37:35.255 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "iostat", 2023-10-12T18:37:35.255 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "nfs", 2023-10-12T18:37:35.256 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "restful" 2023-10-12T18:37:35.256 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:35.256 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2023-10-12T18:37:35.257 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.257 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T18:37:35.257 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:35.258 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modified": "2023-10-12T18:37:27.146407+0000", 2023-10-12T18:37:35.258 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2023-10-12T18:37:35.258 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:35.259 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T18:37:35.259 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:37:35.521 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:35 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/367292187' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T18:37:35.577 INFO:teuthology.orchestra.run.smithi184.stderr:mgr not available, waiting (2/15)... 2023-10-12T18:37:38.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: Activating manager daemon smithi184.luupqj 2023-10-12T18:37:38.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: mgrmap e2: smithi184.luupqj(active, starting, since 0.0027653s) 2023-10-12T18:37:38.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:37:38.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:37:38.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:37:38.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:37:38.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:37:38.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: Manager daemon smithi184.luupqj is now available 2023-10-12T18:37:38.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:37:38.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:37:38.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:38.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:38.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:37 smithi184 ceph-mon[108348]: from='mgr.14100 172.21.15.184:0/1678842211' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:39.649 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:39.649 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:37:39.649 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsid": "4a191a50-692e-11ee-8db6-212e2dc638e7", 2023-10-12T18:37:39.649 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "health": { 2023-10-12T18:37:39.650 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-12T18:37:39.650 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "checks": {}, 2023-10-12T18:37:39.650 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mutes": [] 2023-10-12T18:37:39.650 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.650 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-12T18:37:39.651 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum": [ 2023-10-12T18:37:39.651 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 0 2023-10-12T18:37:39.651 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:39.651 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-12T18:37:39.651 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "smithi184" 2023-10-12T18:37:39.651 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:39.652 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-10-12T18:37:39.652 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "monmap": { 2023-10-12T18:37:39.652 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:39.652 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-10-12T18:37:39.652 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-12T18:37:39.653 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.653 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osdmap": { 2023-10-12T18:37:39.653 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:39.653 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-12T18:37:39.653 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-12T18:37:39.653 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-12T18:37:39.654 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-12T18:37:39.657 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-12T18:37:39.657 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-12T18:37:39.657 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.657 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgmap": { 2023-10-12T18:37:39.658 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-12T18:37:39.658 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-12T18:37:39.658 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-12T18:37:39.658 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-12T18:37:39.658 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-12T18:37:39.659 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-12T18:37:39.659 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-12T18:37:39.659 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-12T18:37:39.659 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.659 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "fsmap": { 2023-10-12T18:37:39.660 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:39.660 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-12T18:37:39.660 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-12T18:37:39.660 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.660 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-12T18:37:39.660 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": true, 2023-10-12T18:37:39.661 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-12T18:37:39.661 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modules": [ 2023-10-12T18:37:39.661 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "iostat", 2023-10-12T18:37:39.661 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "nfs", 2023-10-12T18:37:39.661 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "restful" 2023-10-12T18:37:39.662 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ], 2023-10-12T18:37:39.662 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2023-10-12T18:37:39.662 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.662 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "servicemap": { 2023-10-12T18:37:39.662 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-12T18:37:39.663 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "modified": "2023-10-12T18:37:27.146407+0000", 2023-10-12T18:37:39.663 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "services": {} 2023-10-12T18:37:39.663 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: }, 2023-10-12T18:37:39.663 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-12T18:37:39.663 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:37:39.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:39 smithi184 ceph-mon[108348]: mgrmap e3: smithi184.luupqj(active, since 1.00598s) 2023-10-12T18:37:39.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:39 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/919884757' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T18:37:41.710 INFO:teuthology.orchestra.run.smithi184.stderr:mgr is available 2023-10-12T18:37:42.098 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:41 smithi184 ceph-mon[108348]: mgrmap e4: smithi184.luupqj(active, since 3s) 2023-10-12T18:37:42.986 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:43.026 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [global] 2023-10-12T18:37:43.026 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: fsid = 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:43.027 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-12T18:37:43.027 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-12T18:37:43.027 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-12T18:37:43.027 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-12T18:37:43.027 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:43.028 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [mgr] 2023-10-12T18:37:43.028 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-12T18:37:43.028 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 2023-10-12T18:37:43.028 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: [osd] 2023-10-12T18:37:43.028 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-12T18:37:43.029 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-12T18:37:43.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:42 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3490158267' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T18:37:45.270 INFO:teuthology.orchestra.run.smithi184.stderr:Enabling cephadm module... 2023-10-12T18:37:46.947 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:46 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1817905559' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-12T18:37:47.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:47 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1817905559' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-12T18:37:47.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:47 smithi184 ceph-mon[108348]: mgrmap e5: smithi184.luupqj(active, since 8s) 2023-10-12T18:37:48.937 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:37:48.937 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 5, 2023-10-12T18:37:48.938 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": true, 2023-10-12T18:37:48.938 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "active_name": "smithi184.luupqj", 2023-10-12T18:37:48.938 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-12T18:37:48.939 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:37:49.132 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:48 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2229816891' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-12T18:37:49.317 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for the mgr to restart... 2023-10-12T18:37:49.318 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr epoch 5... 2023-10-12T18:37:53.731 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:37:53.732 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-10-12T18:37:53.732 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "initialized": true 2023-10-12T18:37:53.732 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:37:53.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: Active manager daemon smithi184.luupqj restarted 2023-10-12T18:37:53.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: Activating manager daemon smithi184.luupqj 2023-10-12T18:37:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: osdmap e2: 0 total, 0 up, 0 in 2023-10-12T18:37:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: mgrmap e6: smithi184.luupqj(active, starting, since 0.052412s) 2023-10-12T18:37:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:37:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:37:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:37:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:37:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:37:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: Manager daemon smithi184.luupqj is now available 2023-10-12T18:37:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:37:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:37:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:37:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:37:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:53 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:37:54.098 INFO:teuthology.orchestra.run.smithi184.stderr:mgr epoch 5 is available 2023-10-12T18:37:54.099 INFO:teuthology.orchestra.run.smithi184.stderr:Setting orchestrator backend to cephadm... 2023-10-12T18:37:54.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: mgrmap e7: smithi184.luupqj(active, since 1.05765s) 2023-10-12T18:37:54.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: [12/Oct/2023:18:37:53] ENGINE Bus STARTING 2023-10-12T18:37:54.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: [12/Oct/2023:18:37:54] ENGINE Serving on https://172.21.15.184:7150 2023-10-12T18:37:54.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: [12/Oct/2023:18:37:54] ENGINE Bus STARTED 2023-10-12T18:37:54.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:54.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:37:54.936 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:37:54.936 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:54.936 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:54 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:37:55.525 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: value unchanged 2023-10-12T18:37:55.874 INFO:teuthology.orchestra.run.smithi184.stderr:Generating ssh key... 2023-10-12T18:37:56.905 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:56 smithi184 ceph-mon[108348]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:37:56.906 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:56 smithi184 ceph-mon[108348]: mgrmap e8: smithi184.luupqj(active, since 2s) 2023-10-12T18:37:57.582 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyl6zx4f4mQZ68D36F4Xjd4qrWpiKNo6pKYBoxwfghWWKmK59126E1VpIfauCdQrn5NLsN+dlSjRQS2tqQTI9rlT8ROZJmk72jmZrscGWYqf3HqlONfUZUf9w9ge6qoBN3gBWyVayEnldxc8vdJV/7/zKeATTb8ryOnf+38VOrnZajk8pcHP1Gx4a/u2dveO6x57F5TU5d9hlNq/5rqsM3YGFHlwuHxczqDMCaMewKpQzb7CqV+MIM6nivZPLOaFy4ialp37cuUh577CRHEvWW1Y7j3F3mtkSAeVWMtIGqGQ4RgpGIJe5glCgeBY6+upsicObxtJ5bI6LSHyXvekkhc5UY3zCvPhhcIzUPfGVNgyyuod0aoi9+AbH+8vUq3GYT74zd32a15GpC8vEKeXcQHPcRXYrjSXf2pizrUxc+6klM7lNw7sg10kcA2d+oyEzEy+xWqUHN78FxvnEIL9S3EBLunSbeGQEEKVTncJPco/pg3aiw5oUcPxzP0HdkVec= ceph-4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:37:57.875 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:57 smithi184 ceph-mon[108348]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:37:57.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:57 smithi184 ceph-mon[108348]: Generating ssh key... 2023-10-12T18:37:57.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:57 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:57.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:57 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:57.923 INFO:teuthology.orchestra.run.smithi184.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-12T18:37:57.924 INFO:teuthology.orchestra.run.smithi184.stderr:Adding key to root@localhost authorized_keys... 2023-10-12T18:37:57.924 INFO:teuthology.orchestra.run.smithi184.stderr:Adding host smithi184... 2023-10-12T18:37:58.757 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:58 smithi184 ceph-mon[108348]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:37:59.301 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Added host 'smithi184' with addr '172.21.15.184' 2023-10-12T18:37:59.620 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying mon service with default placement... 2023-10-12T18:37:59.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:59 smithi184 ceph-mon[108348]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "addr": "172.21.15.184", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:37:59.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:59 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:37:59.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:37:59 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:38:00.191 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled mon update... 2023-10-12T18:38:00.493 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying mgr service with default placement... 2023-10-12T18:38:00.937 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:00 smithi184 ceph-mon[108348]: Deploying cephadm binary to smithi184 2023-10-12T18:38:00.937 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:00 smithi184 ceph-mon[108348]: Added host smithi184 2023-10-12T18:38:00.937 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:00 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:01.071 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-10-12T18:38:01.717 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying crash service with default placement... 2023-10-12T18:38:01.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:01 smithi184 ceph-mon[108348]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:01.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:01 smithi184 ceph-mon[108348]: Saving service mon spec with placement count:5 2023-10-12T18:38:01.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:01 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:02.356 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled crash update... 2023-10-12T18:38:02.798 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying prometheus service with default placement... 2023-10-12T18:38:02.946 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:02 smithi184 ceph-mon[108348]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:02.947 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:02 smithi184 ceph-mon[108348]: Saving service mgr spec with placement count:2 2023-10-12T18:38:02.947 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:02 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:02.947 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:02 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:02.947 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:02 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:03.429 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-10-12T18:38:03.747 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying grafana service with default placement... 2023-10-12T18:38:03.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:03 smithi184 ceph-mon[108348]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:03.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:03 smithi184 ceph-mon[108348]: Saving service crash spec with placement * 2023-10-12T18:38:03.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:03 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:03 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:04.334 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-10-12T18:38:04.873 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying node-exporter service with default placement... 2023-10-12T18:38:04.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:04 smithi184 ceph-mon[108348]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:04.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:04 smithi184 ceph-mon[108348]: Saving service prometheus spec with placement count:1 2023-10-12T18:38:04.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:04 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:04.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:04 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:05.382 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-10-12T18:38:05.674 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:05 smithi184 ceph-mon[108348]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:05.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:05 smithi184 ceph-mon[108348]: Saving service grafana spec with placement count:1 2023-10-12T18:38:05.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:05 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:05.739 INFO:teuthology.orchestra.run.smithi184.stderr:Deploying alertmanager service with default placement... 2023-10-12T18:38:06.331 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-10-12T18:38:06.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:06 smithi184 ceph-mon[108348]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:06.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:06 smithi184 ceph-mon[108348]: Saving service node-exporter spec with placement * 2023-10-12T18:38:06.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:06 smithi184 ceph-mon[108348]: from='mgr.14118 172.21.15.184:0/1913526491' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:07.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:07 smithi184 ceph-mon[108348]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:07.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:07 smithi184 ceph-mon[108348]: Saving service alertmanager spec with placement count:1 2023-10-12T18:38:07.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:07 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/970853967' entity='client.admin' 2023-10-12T18:38:08.485 INFO:teuthology.orchestra.run.smithi184.stderr:Enabling the dashboard module... 2023-10-12T18:38:09.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:09 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/13276727' entity='client.admin' 2023-10-12T18:38:09.418 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:09 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/668264089' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-12T18:38:10.072 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:38:10.072 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "epoch": 9, 2023-10-12T18:38:10.072 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "available": true, 2023-10-12T18:38:10.073 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "active_name": "smithi184.luupqj", 2023-10-12T18:38:10.073 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-12T18:38:10.073 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:38:10.440 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:10 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/668264089' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-12T18:38:10.440 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:10 smithi184 ceph-mon[108348]: mgrmap e9: smithi184.luupqj(active, since 16s) 2023-10-12T18:38:10.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:10 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1109610723' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-12T18:38:10.464 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for the mgr to restart... 2023-10-12T18:38:10.464 INFO:teuthology.orchestra.run.smithi184.stderr:Waiting for mgr epoch 9... 2023-10-12T18:38:16.225 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: { 2023-10-12T18:38:16.226 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-10-12T18:38:16.226 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: "initialized": true 2023-10-12T18:38:16.226 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: } 2023-10-12T18:38:16.360 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: Active manager daemon smithi184.luupqj restarted 2023-10-12T18:38:16.360 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: Activating manager daemon smithi184.luupqj 2023-10-12T18:38:16.361 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: osdmap e3: 0 total, 0 up, 0 in 2023-10-12T18:38:16.361 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: mgrmap e10: smithi184.luupqj(active, starting, since 0.0533505s) 2023-10-12T18:38:16.361 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:38:16.361 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:38:16.362 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:38:16.362 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:38:16.362 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:38:16.362 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: Manager daemon smithi184.luupqj is now available 2023-10-12T18:38:16.362 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:38:16.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:38:16.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:38:16.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:38:16.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: [12/Oct/2023:18:38:15] ENGINE Bus STARTING 2023-10-12T18:38:16.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: [12/Oct/2023:18:38:15] ENGINE Serving on https://172.21.15.184:7150 2023-10-12T18:38:16.364 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: [12/Oct/2023:18:38:15] ENGINE Bus STARTED 2023-10-12T18:38:16.364 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:16.364 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:16 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:16.570 INFO:teuthology.orchestra.run.smithi184.stderr:mgr epoch 9 is available 2023-10-12T18:38:16.570 INFO:teuthology.orchestra.run.smithi184.stderr:Generating a dashboard self-signed certificate... 2023-10-12T18:38:17.199 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: Self-signed certificate created 2023-10-12T18:38:17.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-12T18:38:17.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: mgrmap e11: smithi184.luupqj(active, since 1.05626s) 2023-10-12T18:38:17.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-12T18:38:17.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:17.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:17.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:17.456 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:17 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:17.754 INFO:teuthology.orchestra.run.smithi184.stderr:Creating initial admin user... 2023-10-12T18:38:18.478 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$7maFH7vhQwP2nMuyV9onCumqxbty.gTiOeBmO1EVLGS9/iqXtc.D6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697135898, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-12T18:38:18.780 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:18 smithi184 ceph-mon[108348]: mgrmap e12: smithi184.luupqj(active, since 2s) 2023-10-12T18:38:18.780 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:18 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:18.827 INFO:teuthology.orchestra.run.smithi184.stderr:Fetching dashboard port number... 2023-10-12T18:38:19.396 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: 8443 2023-10-12T18:38:19.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:19 smithi184 ceph-mon[108348]: from='client.14174 -' 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-12T18:38:19.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:19 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2053415677' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-12T18:38:20.062 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: disabled 2023-10-12T18:38:20.069 INFO:teuthology.orchestra.run.smithi184.stderr:systemctl: inactive 2023-10-12T18:38:20.069 INFO:teuthology.orchestra.run.smithi184.stderr:firewalld.service is not enabled 2023-10-12T18:38:20.069 INFO:teuthology.orchestra.run.smithi184.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-12T18:38:20.071 INFO:teuthology.orchestra.run.smithi184.stderr:Ceph Dashboard is now available at: 2023-10-12T18:38:20.072 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:20.072 INFO:teuthology.orchestra.run.smithi184.stderr: URL: https://smithi184.front.sepia.ceph.com:8443/ 2023-10-12T18:38:20.072 INFO:teuthology.orchestra.run.smithi184.stderr: User: admin 2023-10-12T18:38:20.072 INFO:teuthology.orchestra.run.smithi184.stderr: Password: 34uv7zaepy 2023-10-12T18:38:20.072 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:20.073 INFO:teuthology.orchestra.run.smithi184.stderr:Enabling autotune for osd_memory_target 2023-10-12T18:38:21.577 INFO:teuthology.orchestra.run.smithi184.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-10-12T18:38:21.953 INFO:teuthology.orchestra.run.smithi184.stderr:You can access the Ceph CLI with: 2023-10-12T18:38:21.953 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:21.954 INFO:teuthology.orchestra.run.smithi184.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-12T18:38:21.954 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:21.954 INFO:teuthology.orchestra.run.smithi184.stderr:Please consider enabling telemetry to help improve Ceph: 2023-10-12T18:38:21.954 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:21.954 INFO:teuthology.orchestra.run.smithi184.stderr: ceph telemetry on 2023-10-12T18:38:21.955 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:21.955 INFO:teuthology.orchestra.run.smithi184.stderr:For more information see: 2023-10-12T18:38:21.955 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:21.955 INFO:teuthology.orchestra.run.smithi184.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-10-12T18:38:21.955 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T18:38:21.955 INFO:teuthology.orchestra.run.smithi184.stderr:Bootstrap complete. 2023-10-12T18:38:21.985 INFO:tasks.cephadm:Fetching config... 2023-10-12T18:38:21.986 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:38:21.986 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-12T18:38:22.005 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-12T18:38:22.006 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:38:22.006 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-12T18:38:22.065 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-12T18:38:22.065 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:38:22.066 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/keyring of=/dev/stdout 2023-10-12T18:38:22.134 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-12T18:38:22.135 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:38:22.135 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-12T18:38:22.192 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-12T18:38:22.193 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyl6zx4f4mQZ68D36F4Xjd4qrWpiKNo6pKYBoxwfghWWKmK59126E1VpIfauCdQrn5NLsN+dlSjRQS2tqQTI9rlT8ROZJmk72jmZrscGWYqf3HqlONfUZUf9w9ge6qoBN3gBWyVayEnldxc8vdJV/7/zKeATTb8ryOnf+38VOrnZajk8pcHP1Gx4a/u2dveO6x57F5TU5d9hlNq/5rqsM3YGFHlwuHxczqDMCaMewKpQzb7CqV+MIM6nivZPLOaFy4ialp37cuUh577CRHEvWW1Y7j3F3mtkSAeVWMtIGqGQ4RgpGIJe5glCgeBY6+upsicObxtJ5bI6LSHyXvekkhc5UY3zCvPhhcIzUPfGVNgyyuod0aoi9+AbH+8vUq3GYT74zd32a15GpC8vEKeXcQHPcRXYrjSXf2pizrUxc+6klM7lNw7sg10kcA2d+oyEzEy+xWqUHN78FxvnEIL9S3EBLunSbeGQEEKVTncJPco/pg3aiw5oUcPxzP0HdkVec= ceph-4a191a50-692e-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-12T18:38:22.269 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyl6zx4f4mQZ68D36F4Xjd4qrWpiKNo6pKYBoxwfghWWKmK59126E1VpIfauCdQrn5NLsN+dlSjRQS2tqQTI9rlT8ROZJmk72jmZrscGWYqf3HqlONfUZUf9w9ge6qoBN3gBWyVayEnldxc8vdJV/7/zKeATTb8ryOnf+38VOrnZajk8pcHP1Gx4a/u2dveO6x57F5TU5d9hlNq/5rqsM3YGFHlwuHxczqDMCaMewKpQzb7CqV+MIM6nivZPLOaFy4ialp37cuUh577CRHEvWW1Y7j3F3mtkSAeVWMtIGqGQ4RgpGIJe5glCgeBY6+upsicObxtJ5bI6LSHyXvekkhc5UY3zCvPhhcIzUPfGVNgyyuod0aoi9+AbH+8vUq3GYT74zd32a15GpC8vEKeXcQHPcRXYrjSXf2pizrUxc+6klM7lNw7sg10kcA2d+oyEzEy+xWqUHN78FxvnEIL9S3EBLunSbeGQEEKVTncJPco/pg3aiw5oUcPxzP0HdkVec= ceph-4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:38:22.280 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyl6zx4f4mQZ68D36F4Xjd4qrWpiKNo6pKYBoxwfghWWKmK59126E1VpIfauCdQrn5NLsN+dlSjRQS2tqQTI9rlT8ROZJmk72jmZrscGWYqf3HqlONfUZUf9w9ge6qoBN3gBWyVayEnldxc8vdJV/7/zKeATTb8ryOnf+38VOrnZajk8pcHP1Gx4a/u2dveO6x57F5TU5d9hlNq/5rqsM3YGFHlwuHxczqDMCaMewKpQzb7CqV+MIM6nivZPLOaFy4ialp37cuUh577CRHEvWW1Y7j3F3mtkSAeVWMtIGqGQ4RgpGIJe5glCgeBY6+upsicObxtJ5bI6LSHyXvekkhc5UY3zCvPhhcIzUPfGVNgyyuod0aoi9+AbH+8vUq3GYT74zd32a15GpC8vEKeXcQHPcRXYrjSXf2pizrUxc+6klM7lNw7sg10kcA2d+oyEzEy+xWqUHN78FxvnEIL9S3EBLunSbeGQEEKVTncJPco/pg3aiw5oUcPxzP0HdkVec= ceph-4a191a50-692e-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-12T18:38:22.327 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyl6zx4f4mQZ68D36F4Xjd4qrWpiKNo6pKYBoxwfghWWKmK59126E1VpIfauCdQrn5NLsN+dlSjRQS2tqQTI9rlT8ROZJmk72jmZrscGWYqf3HqlONfUZUf9w9ge6qoBN3gBWyVayEnldxc8vdJV/7/zKeATTb8ryOnf+38VOrnZajk8pcHP1Gx4a/u2dveO6x57F5TU5d9hlNq/5rqsM3YGFHlwuHxczqDMCaMewKpQzb7CqV+MIM6nivZPLOaFy4ialp37cuUh577CRHEvWW1Y7j3F3mtkSAeVWMtIGqGQ4RgpGIJe5glCgeBY6+upsicObxtJ5bI6LSHyXvekkhc5UY3zCvPhhcIzUPfGVNgyyuod0aoi9+AbH+8vUq3GYT74zd32a15GpC8vEKeXcQHPcRXYrjSXf2pizrUxc+6klM7lNw7sg10kcA2d+oyEzEy+xWqUHN78FxvnEIL9S3EBLunSbeGQEEKVTncJPco/pg3aiw5oUcPxzP0HdkVec= ceph-4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:38:22.340 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-12T18:38:22.659 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:22 smithi184 ceph-mon[108348]: mgrmap e13: smithi184.luupqj(active, since 6s) 2023-10-12T18:38:22.660 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:22 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1369474945' entity='client.admin' 2023-10-12T18:38:24.313 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-12T18:38:24.313 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-12T18:38:24.592 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:24 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:24.592 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:24 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:38:24.592 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:24 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:24.592 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:24 smithi184 ceph-mon[108348]: Deploying daemon alertmanager.smithi184 on smithi184 2023-10-12T18:38:24.593 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3862473242' entity='client.admin' 2023-10-12T18:38:26.310 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2023-10-12T18:38:26.311 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-12T18:38:26.311 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2023-10-12T18:38:26.333 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-12T18:38:26.334 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:38:26.395 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2023-10-12T18:38:26.396 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi194 2023-10-12T18:38:27.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:26 smithi184 ceph-mon[108348]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:27.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:26 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:30.071 INFO:teuthology.orchestra.run.smithi184.stdout:Added host 'smithi194' with addr '172.21.15.194' 2023-10-12T18:38:30.456 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-12T18:38:31.312 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:31.312 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: Deploying cephadm binary to smithi194 2023-10-12T18:38:31.312 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:31.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: Added host smithi194 2023-10-12T18:38:31.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:31.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:38:31.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T18:38:31.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:31 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:38:31.958 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:38:31.959 INFO:teuthology.orchestra.run.smithi184.stdout:[{"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2023-10-12T18:38:32.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:32 smithi184 ceph-mon[108348]: Deploying daemon crash.smithi184 on smithi184 2023-10-12T18:38:32.382 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-12T18:38:32.383 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-12T18:38:33.245 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:33 smithi184 ceph-mon[108348]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:38:33.245 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:33 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:33.245 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:33 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:33.245 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:33 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:33.246 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:33 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T18:38:33.246 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:33 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:34.080 INFO:teuthology.orchestra.run.smithi184.stderr:adjusted tunables profile to default 2023-10-12T18:38:34.402 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:34 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T18:38:34.403 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:34 smithi184 ceph-mon[108348]: Deploying daemon grafana.smithi184 on smithi184 2023-10-12T18:38:34.403 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:34 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2967294470' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-12T18:38:34.453 INFO:tasks.cephadm:Adding mon.smithi184 on smithi184 2023-10-12T18:38:34.454 INFO:tasks.cephadm:Adding mon.smithi194 on smithi194 2023-10-12T18:38:34.454 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi184:172.21.15.184=smithi184;smithi194:172.21.15.194=smithi194' 2023-10-12T18:38:35.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:35 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2967294470' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-12T18:38:35.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:35 smithi184 ceph-mon[108348]: osdmap e4: 0 total, 0 up, 0 in 2023-10-12T18:38:35.787 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2023-10-12T18:38:36.163 DEBUG:teuthology.orchestra.run.smithi194:mon.smithi194> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi194.service 2023-10-12T18:38:36.166 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:36.169 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:36.194 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:38:36.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:36 smithi184 ceph-mon[108348]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:38:36.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:36 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:36.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:36 smithi184 ceph-mon[108348]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi184:172.21.15.184=smithi184;smithi194:172.21.15.194=smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:38:36.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:36 smithi184 ceph-mon[108348]: Saving service mon spec with placement smithi184:172.21.15.184=smithi184;smithi194:172.21.15.194=smithi194;count:2 2023-10-12T18:38:36.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:36 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:37.579 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:37.579 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:37.581 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:38.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:38 smithi184 ceph-mon[108348]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:38:38.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:38 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/4049244291' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:39.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:39.000 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:40.419 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:40.420 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:40.421 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:40.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:40 smithi184 ceph-mon[108348]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:38:41.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:41 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/2859636880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:41.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:41.784 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:42.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:42 smithi184 ceph-mon[108348]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:38:43.164 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:43.165 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:43.167 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:43.600 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:43 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/1421647664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:44.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:44.577 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:44.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:44 smithi184 ceph-mon[108348]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:38:44.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:44 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:45.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:45 smithi184 ceph-mon[108348]: Deploying daemon node-exporter.smithi184 on smithi184 2023-10-12T18:38:45.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:45 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:46.018 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:46.018 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:46.019 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:46.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:46 smithi184 ceph-mon[108348]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:38:46.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:46 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/1613514322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:47.415 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:47.415 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:47.937 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:47 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:47.946 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:47 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-12T18:38:48.889 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:48.889 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:48.891 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:48.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:48 smithi184 ceph-mon[108348]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-12T18:38:48.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:48 smithi184 ceph-mon[108348]: mgrmap e14: smithi184.luupqj(active, since 32s) 2023-10-12T18:38:49.883 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:49 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/391027756' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:50.275 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:50.276 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:51.780 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:51.780 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:51.782 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:52.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:51 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/3684763799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:53.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:53.192 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:54.716 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:54.717 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:54.719 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:54.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: Active manager daemon smithi184.luupqj restarted 2023-10-12T18:38:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: Activating manager daemon smithi184.luupqj 2023-10-12T18:38:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T18:38:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: mgrmap e15: smithi184.luupqj(active, starting, since 0.0528531s) 2023-10-12T18:38:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:38:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:38:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:38:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:38:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:38:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: Manager daemon smithi184.luupqj is now available 2023-10-12T18:38:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:38:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:38:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:38:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:38:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:54.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:38:54.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:38:54.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:54.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:55.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:55 smithi184 ceph-mon[108348]: [12/Oct/2023:18:38:54] ENGINE Bus STARTING 2023-10-12T18:38:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:55 smithi184 ceph-mon[108348]: mgrmap e16: smithi184.luupqj(active, since 1.05549s) 2023-10-12T18:38:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:55 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/1500959712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:56.114 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:56.115 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:38:56.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:56 smithi184 ceph-mon[108348]: [12/Oct/2023:18:38:54] ENGINE Serving on https://172.21.15.184:7150 2023-10-12T18:38:56.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:56 smithi184 ceph-mon[108348]: [12/Oct/2023:18:38:54] ENGINE Bus STARTED 2023-10-12T18:38:57.746 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:57 smithi184 ceph-mon[108348]: mgrmap e17: smithi184.luupqj(active, since 3s) 2023-10-12T18:38:57.747 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:57.768 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:38:57.769 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:38:57.770 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:38:59.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:59.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:38:59.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: Updating smithi184:/etc/ceph/ceph.conf 2023-10-12T18:38:59.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/4272206923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:38:59.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:38:59.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:59.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:59.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:38:59.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:59.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:38:59.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:38:59.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T18:38:59.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:38:59.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:38:58 smithi184 ceph-mon[108348]: Deploying daemon crash.smithi194 on smithi194 2023-10-12T18:38:59.268 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:38:59.269 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:39:01.048 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:39:01.049 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:39:01.050 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:39:01.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:39:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-12T18:39:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:39:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: Deploying daemon mgr.smithi194.zwcjew on smithi194 2023-10-12T18:39:01.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:01 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/1796591821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:02.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:39:02.634 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:39:03.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:03 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:03.458 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:03 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T18:39:03.458 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:03 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:03.459 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:03 smithi184 ceph-mon[108348]: Deploying daemon mon.smithi194 on smithi194 2023-10-12T18:39:04.654 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:39:04.655 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:37:25.169738Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T18:39:04.655 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-10-12T18:39:05.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:04 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:04 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/2679333983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.382 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: load: jerasure load: lrc 2023-10-12T18:39:05.383 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: RocksDB version: 6.15.5 2023-10-12T18:39:05.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-12T18:39:05.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Compile date Apr 18 2022 2023-10-12T18:39:05.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: DB SUMMARY 2023-10-12T18:39:05.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: DB Session ID: 9IIDNZ7AECAGE2WLGN3O 2023-10-12T18:39:05.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: CURRENT file: CURRENT 2023-10-12T18:39:05.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: IDENTITY file: IDENTITY 2023-10-12T18:39:05.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-10-12T18:39:05.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi194/store.db dir, Total Num: 0, files: 2023-10-12T18:39:05.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi194/store.db: 000004.log size: 511 ; 2023-10-12T18:39:05.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.error_if_exists: 0 2023-10-12T18:39:05.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.create_if_missing: 0 2023-10-12T18:39:05.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.paranoid_checks: 1 2023-10-12T18:39:05.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-12T18:39:05.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.env: 0x555947ccd860 2023-10-12T18:39:05.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.fs: Posix File System 2023-10-12T18:39:05.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.info_log: 0x555949281fa0 2023-10-12T18:39:05.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_file_opening_threads: 16 2023-10-12T18:39:05.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.statistics: (nil) 2023-10-12T18:39:05.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.use_fsync: 0 2023-10-12T18:39:05.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_log_file_size: 0 2023-10-12T18:39:05.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-12T18:39:05.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-12T18:39:05.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.keep_log_file_num: 1000 2023-10-12T18:39:05.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.recycle_log_file_num: 0 2023-10-12T18:39:05.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.allow_fallocate: 1 2023-10-12T18:39:05.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.allow_mmap_reads: 0 2023-10-12T18:39:05.659 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.allow_mmap_writes: 0 2023-10-12T18:39:05.659 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.use_direct_reads: 0 2023-10-12T18:39:05.659 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-12T18:39:05.659 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.create_missing_column_families: 0 2023-10-12T18:39:05.659 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.db_log_dir: 2023-10-12T18:39:05.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi194/store.db 2023-10-12T18:39:05.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-12T18:39:05.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-12T18:39:05.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-12T18:39:05.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-12T18:39:05.660 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-12T18:39:05.661 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-12T18:39:05.661 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.advise_random_on_open: 1 2023-10-12T18:39:05.661 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.db_write_buffer_size: 0 2023-10-12T18:39:05.661 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.write_buffer_manager: 0x5559493722d0 2023-10-12T18:39:05.661 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-12T18:39:05.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-12T18:39:05.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-12T18:39:05.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-12T18:39:05.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.rate_limiter: (nil) 2023-10-12T18:39:05.662 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-12T18:39:05.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.wal_recovery_mode: 2 2023-10-12T18:39:05.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.enable_thread_tracking: 0 2023-10-12T18:39:05.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.enable_pipelined_write: 0 2023-10-12T18:39:05.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.unordered_write: 0 2023-10-12T18:39:05.663 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-12T18:39:05.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-12T18:39:05.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-12T18:39:05.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-12T18:39:05.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.row_cache: None 2023-10-12T18:39:05.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.wal_filter: None 2023-10-12T18:39:05.664 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-12T18:39:05.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.allow_ingest_behind: 0 2023-10-12T18:39:05.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.preserve_deletes: 0 2023-10-12T18:39:05.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.two_write_queues: 0 2023-10-12T18:39:05.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 bash[111010]: b5c4d734755bba31c6f6fc9865c2fea956ecc86d104e5e70a69ea22ceb003bfb 2023-10-12T18:39:05.665 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.manual_wal_flush: 0 2023-10-12T18:39:05.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.atomic_flush: 0 2023-10-12T18:39:05.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-12T18:39:05.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-12T18:39:05.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-12T18:39:05.666 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.log_readahead_size: 0 2023-10-12T18:39:05.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-12T18:39:05.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.best_efforts_recovery: 0 2023-10-12T18:39:05.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-12T18:39:05.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-12T18:39:05.667 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.allow_data_in_errors: 0 2023-10-12T18:39:05.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.db_host_id: __hostname__ 2023-10-12T18:39:05.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_background_jobs: 2 2023-10-12T18:39:05.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_background_compactions: -1 2023-10-12T18:39:05.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_subcompactions: 1 2023-10-12T18:39:05.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-12T18:39:05.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-12T18:39:05.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-12T18:39:05.670 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_total_wal_size: 0 2023-10-12T18:39:05.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-12T18:39:05.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-12T18:39:05.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-12T18:39:05.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-12T18:39:05.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_open_files: -1 2023-10-12T18:39:05.671 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bytes_per_sync: 0 2023-10-12T18:39:05.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-12T18:39:05.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-12T18:39:05.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_readahead_size: 0 2023-10-12T18:39:05.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_background_flushes: -1 2023-10-12T18:39:05.672 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Compression algorithms supported: 2023-10-12T18:39:05.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-12T18:39:05.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kZSTD supported: 0 2023-10-12T18:39:05.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kXpressCompression supported: 0 2023-10-12T18:39:05.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kLZ4HCCompression supported: 1 2023-10-12T18:39:05.673 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kLZ4Compression supported: 1 2023-10-12T18:39:05.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kBZip2Compression supported: 0 2023-10-12T18:39:05.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kZlibCompression supported: 1 2023-10-12T18:39:05.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: kSnappyCompression supported: 1 2023-10-12T18:39:05.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-12T18:39:05.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi194/store.db/MANIFEST-000003 2023-10-12T18:39:05.674 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-10-12T18:39:05.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-12T18:39:05.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.merge_operator: 2023-10-12T18:39:05.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_filter: None 2023-10-12T18:39:05.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_filter_factory: None 2023-10-12T18:39:05.675 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.sst_partitioner_factory: None 2023-10-12T18:39:05.676 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-12T18:39:05.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-12T18:39:05.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55594924dd00) 2023-10-12T18:39:05.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: cache_index_and_filter_blocks: 1 2023-10-12T18:39:05.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-12T18:39:05.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-12T18:39:05.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: pin_top_level_index_and_filter: 1 2023-10-12T18:39:05.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: index_type: 0 2023-10-12T18:39:05.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: data_block_index_type: 0 2023-10-12T18:39:05.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: index_shortening: 1 2023-10-12T18:39:05.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-12T18:39:05.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: hash_index_allow_collision: 1 2023-10-12T18:39:05.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: checksum: 1 2023-10-12T18:39:05.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: no_block_cache: 0 2023-10-12T18:39:05.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache: 0x5559492b8170 2023-10-12T18:39:05.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache_name: BinnedLRUCache 2023-10-12T18:39:05.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache_options: 2023-10-12T18:39:05.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: capacity : 536870912 2023-10-12T18:39:05.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: num_shard_bits : 4 2023-10-12T18:39:05.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: strict_capacity_limit : 0 2023-10-12T18:39:05.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: high_pri_pool_ratio: 0.000 2023-10-12T18:39:05.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_cache_compressed: (nil) 2023-10-12T18:39:05.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: persistent_cache: (nil) 2023-10-12T18:39:05.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_size: 4096 2023-10-12T18:39:05.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_size_deviation: 10 2023-10-12T18:39:05.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_restart_interval: 16 2023-10-12T18:39:05.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: index_block_restart_interval: 1 2023-10-12T18:39:05.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: metadata_block_size: 4096 2023-10-12T18:39:05.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: partition_filters: 0 2023-10-12T18:39:05.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: use_delta_encoding: 1 2023-10-12T18:39:05.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-12T18:39:05.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: whole_key_filtering: 1 2023-10-12T18:39:05.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: verify_compression: 0 2023-10-12T18:39:05.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: read_amp_bytes_per_bit: 0 2023-10-12T18:39:05.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: format_version: 4 2023-10-12T18:39:05.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: enable_index_compression: 1 2023-10-12T18:39:05.683 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: block_align: 0 2023-10-12T18:39:05.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.write_buffer_size: 33554432 2023-10-12T18:39:05.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_write_buffer_number: 2 2023-10-12T18:39:05.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression: NoCompression 2023-10-12T18:39:05.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression: Disabled 2023-10-12T18:39:05.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.prefix_extractor: nullptr 2023-10-12T18:39:05.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-12T18:39:05.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.num_levels: 7 2023-10-12T18:39:05.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-12T18:39:05.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-12T18:39:05.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-12T18:39:05.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-12T18:39:05.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-12T18:39:05.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-12T18:39:05.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-12T18:39:05.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-12T18:39:05.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-12T18:39:05.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-12T18:39:05.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-12T18:39:05.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.level: 32767 2023-10-12T18:39:05.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.strategy: 0 2023-10-12T18:39:05.687 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-12T18:39:05.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-12T18:39:05.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-12T18:39:05.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compression_opts.enabled: false 2023-10-12T18:39:05.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-12T18:39:05.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-12T18:39:05.689 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-12T18:39:05.689 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.target_file_size_base: 67108864 2023-10-12T18:39:05.689 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-12T18:39:05.689 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-12T18:39:05.689 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-12T18:39:05.689 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-12T18:39:05.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-12T18:39:05.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-12T18:39:05.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-12T18:39:05.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-12T18:39:05.690 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-12T18:39:05.691 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-12T18:39:05.691 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-12T18:39:05.691 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-12T18:39:05.691 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-12T18:39:05.691 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.arena_block_size: 4194304 2023-10-12T18:39:05.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-12T18:39:05.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-12T18:39:05.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-12T18:39:05.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.disable_auto_compactions: 0 2023-10-12T18:39:05.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-12T18:39:05.692 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-12T18:39:05.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-12T18:39:05.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-12T18:39:05.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-12T18:39:05.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-12T18:39:05.693 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-12T18:39:05.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-12T18:39:05.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-12T18:39:05.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-12T18:39:05.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.table_properties_collectors: 2023-10-12T18:39:05.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.inplace_update_support: 0 2023-10-12T18:39:05.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-12T18:39:05.695 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-12T18:39:05.695 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-12T18:39:05.695 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-12T18:39:05.695 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.bloom_locality: 0 2023-10-12T18:39:05.695 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.max_successive_merges: 0 2023-10-12T18:39:05.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-12T18:39:05.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.paranoid_file_checks: 0 2023-10-12T18:39:05.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.force_consistency_checks: 1 2023-10-12T18:39:05.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.report_bg_io_stats: 0 2023-10-12T18:39:05.696 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.ttl: 2592000 2023-10-12T18:39:05.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-12T18:39:05.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.enable_blob_files: false 2023-10-12T18:39:05.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.min_blob_size: 0 2023-10-12T18:39:05.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.blob_file_size: 268435456 2023-10-12T18:39:05.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-12T18:39:05.697 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-12T18:39:05.698 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-12T18:39:05.698 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi194/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-12T18:39:05.698 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-10-12T18:39:05.698 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-10-12T18:39:05.698 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697135945384055, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-12T18:39:05.699 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-10-12T18:39:05.699 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-10-12T18:39:05.699 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697135945384377, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "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_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1697135945, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "5e9755e4-1947-4695-b91c-598cc5b1ca43", "db_session_id": "9IIDNZ7AECAGE2WLGN3O"}} 2023-10-12T18:39:05.699 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-10-12T18:39:05.699 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697135945384794, "job": 1, "event": "recovery_finished"} 2023-10-12T18:39:05.700 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi194/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-12T18:39:05.700 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55594929ea80 2023-10-12T18:39:05.700 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: DB pointer 0x5559492ae000 2023-10-12T18:39:05.700 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-10-12T18:39:05.700 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-10-12T18:39:05.701 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** DB Stats ** 2023-10-12T18:39:05.701 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T18:39:05.701 INFO:journalctl@ceph.mon.smithi194.smithi194.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-12T18:39:05.701 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T18:39:05.701 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T18:39:05.701 INFO:journalctl@ceph.mon.smithi194.smithi194.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-12T18:39:05.702 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-12T18:39:05.702 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T18:39:05.702 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.702 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** Compaction Stats [default] ** 2023-10-12T18:39:05.702 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2023-10-12T18:39:05.703 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:39:05.703 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.703 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.703 INFO:journalctl@ceph.mon.smithi194.smithi194.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.703 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** Compaction Stats [default] ** 2023-10-12T18:39:05.704 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2023-10-12T18:39:05.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:39:05.704 INFO:journalctl@ceph.mon.smithi194.smithi194.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T18:39:05.704 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T18:39:05.705 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T18:39:05.705 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T18:39:05.705 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T18:39:05.705 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-12T18:39:05.705 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:39:05.706 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:39:05.706 INFO:journalctl@ceph.mon.smithi194.smithi194.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-12T18:39:05.706 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.706 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-12T18:39:05.706 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.706 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** Compaction Stats [default] ** 2023-10-12T18:39:05.707 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2023-10-12T18:39:05.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:39:05.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.707 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-10-12T18:39:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** Compaction Stats [default] ** 2023-10-12T18:39:05.709 INFO:journalctl@ceph.mon.smithi194.smithi194.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 2023-10-12T18:39:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T18:39:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.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 5.0 0.00 0.00 1 0.000 0 0 2023-10-12T18:39:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T18:39:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T18:39:05.710 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T18:39:05.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T18:39:05.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T18:39:05.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-12T18:39:05.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:39:05.711 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T18:39:05.711 INFO:journalctl@ceph.mon.smithi194.smithi194.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-12T18:39:05.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-12T18:39:05.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194 does not exist in monmap, will attempt to join an existing cluster 2023-10-12T18:39:05.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: using public_addr v2:172.21.15.194:0/0 -> [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-10-12T18:39:05.712 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: starting mon.smithi194 rank -1 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi194 fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:39:05.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 systemd[1]: Started Ceph mon.smithi194 for 4a191a50-692e-11ee-8db6-212e2dc638e7. 2023-10-12T18:39:05.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(???) e0 preinit fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:39:05.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).mds e1 new map 2023-10-12T18:39:05.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).mds e1 print_map 2023-10-12T18:39:05.713 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: e1 2023-10-12T18:39:05.714 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-12T18:39:05.714 INFO:journalctl@ceph.mon.smithi194.smithi194.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} 2023-10-12T18:39:05.714 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: legacy client fscid: -1 2023-10-12T18:39:05.714 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: 2023-10-12T18:39:05.714 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout: No filesystems configured 2023-10-12T18:39:05.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-12T18:39:05.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-12T18:39:05.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-12T18:39:05.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-12T18:39:05.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-12T18:39:05.715 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-12T18:39:05.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-12T18:39:05.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-12T18:39:05.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T18:39:05.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T18:39:05.716 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T18:39:05.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:05.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/1613514322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-12T18:39:05.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14160 172.21.15.184:0/1354293640' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-12T18:39:05.717 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mgrmap e14: smithi184.luupqj(active, since 32s) 2023-10-12T18:39:05.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/391027756' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/3684763799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Active manager daemon smithi184.luupqj restarted 2023-10-12T18:39:05.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Activating manager daemon smithi184.luupqj 2023-10-12T18:39:05.718 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T18:39:05.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mgrmap e15: smithi184.luupqj(active, starting, since 0.0528531s) 2023-10-12T18:39:05.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:39:05.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:39:05.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:39:05.719 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:39:05.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:39:05.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Manager daemon smithi184.luupqj is now available 2023-10-12T18:39:05.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:05.720 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:39:05.721 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.721 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:39:05.721 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:39:05.721 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.721 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.722 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: [12/Oct/2023:18:38:54] ENGINE Bus STARTING 2023-10-12T18:39:05.722 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mgrmap e16: smithi184.luupqj(active, since 1.05549s) 2023-10-12T18:39:05.722 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/1500959712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.722 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.722 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.723 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: [12/Oct/2023:18:38:54] ENGINE Serving on https://172.21.15.184:7150 2023-10-12T18:39:05.723 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: [12/Oct/2023:18:38:54] ENGINE Bus STARTED 2023-10-12T18:39:05.723 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mgrmap e17: smithi184.luupqj(active, since 3s) 2023-10-12T18:39:05.723 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.723 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.724 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:39:05.724 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Updating smithi184:/etc/ceph/ceph.conf 2023-10-12T18:39:05.724 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/4272206923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.724 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:39:05.724 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.724 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.725 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:39:05.725 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.725 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.725 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:39:05.725 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T18:39:05.726 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:05.726 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Deploying daemon crash.smithi194 on smithi194 2023-10-12T18:39:05.726 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.726 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:39:05.726 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-12T18:39:05.727 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:39:05.727 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:05.727 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Deploying daemon mgr.smithi194.zwcjew on smithi194 2023-10-12T18:39:05.727 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/1796591821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.727 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.727 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T18:39:05.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:05.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: Deploying daemon mon.smithi194 on smithi194 2023-10-12T18:39:05.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:05.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/2679333983' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:05.728 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-10-12T18:39:05.729 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:05 smithi194 ceph-mon[111052]: mon.smithi194@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-12T18:39:06.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T18:39:06.135 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T18:39:10.768 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:39:10.768 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: mon.smithi184 calling monitor election 2023-10-12T18:39:10.768 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.769 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.769 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.769 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: mon.smithi194 calling monitor election 2023-10-12T18:39:10.769 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.769 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/crt"}]: dispatch 2023-10-12T18:39:10.770 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.770 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.770 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: mon.smithi184 is new leader, mons smithi184,smithi194 in quorum (ranks 0,1) 2023-10-12T18:39:10.770 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: monmap e2: 2 mons at {smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} 2023-10-12T18:39:10.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: fsmap 2023-10-12T18:39:10.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T18:39:10.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: mgrmap e17: smithi184.luupqj(active, since 16s) 2023-10-12T18:39:10.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: Standby manager daemon smithi194.zwcjew started 2023-10-12T18:39:10.771 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T18:39:10.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/key"}]: dispatch 2023-10-12T18:39:10.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T18:39:10.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: overall HEALTH_OK 2023-10-12T18:39:10.772 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:10.794 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-10-12T18:39:10.794 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":2,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","modified":"2023-10-12T18:39:05.409221Z","created":"2023-10-12T18:37:25.169738Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi194","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-12T18:39:10.796 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 2 2023-10-12T18:39:10.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:39:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: mon.smithi184 calling monitor election 2023-10-12T18:39:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: mon.smithi194 calling monitor election 2023-10-12T18:39:10.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/crt"}]: dispatch 2023-10-12T18:39:10.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:10.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: mon.smithi184 is new leader, mons smithi184,smithi194 in quorum (ranks 0,1) 2023-10-12T18:39:10.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: monmap e2: 2 mons at {smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} 2023-10-12T18:39:10.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: fsmap 2023-10-12T18:39:10.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T18:39:10.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: mgrmap e17: smithi184.luupqj(active, since 16s) 2023-10-12T18:39:10.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: Standby manager daemon smithi194.zwcjew started 2023-10-12T18:39:10.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T18:39:10.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/key"}]: dispatch 2023-10-12T18:39:10.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/3249925157' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T18:39:10.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: overall HEALTH_OK 2023-10-12T18:39:10.959 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:11.223 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-12T18:39:11.223 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-12T18:39:11.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:11 smithi194 ceph-mon[111052]: Deploying daemon node-exporter.smithi194 on smithi194 2023-10-12T18:39:11.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:11 smithi194 ceph-mon[111052]: mgrmap e18: smithi184.luupqj(active, since 16s), standbys: smithi194.zwcjew 2023-10-12T18:39:11.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi194.zwcjew", "id": "smithi194.zwcjew"}]: dispatch 2023-10-12T18:39:11.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:11 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/3623899133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:11.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:11.876 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:11 smithi184 ceph-mon[108348]: Deploying daemon node-exporter.smithi194 on smithi194 2023-10-12T18:39:11.877 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:11 smithi184 ceph-mon[108348]: mgrmap e18: smithi184.luupqj(active, since 16s), standbys: smithi194.zwcjew 2023-10-12T18:39:11.877 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr metadata", "who": "smithi194.zwcjew", "id": "smithi194.zwcjew"}]: dispatch 2023-10-12T18:39:11.877 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:11 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/3623899133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T18:39:11.878 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:39:12.526 INFO:teuthology.orchestra.run.smithi184.stdout:# minimal ceph.conf for 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:39:12.527 INFO:teuthology.orchestra.run.smithi184.stdout:[global] 2023-10-12T18:39:12.527 INFO:teuthology.orchestra.run.smithi184.stdout: fsid = 4a191a50-692e-11ee-8db6-212e2dc638e7 2023-10-12T18:39:12.527 INFO:teuthology.orchestra.run.smithi184.stdout: mon_host = [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-10-12T18:39:12.821 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:12 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1819690368' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:12.842 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-12T18:39:12.842 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:39:12.843 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2023-10-12T18:39:12.873 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:39:12.873 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:39:12.896 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:12 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1819690368' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:12.940 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-12T18:39:12.941 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2023-10-12T18:39:12.974 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-12T18:39:12.974 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:39:13.041 INFO:tasks.cephadm:Deploying OSDs... 2023-10-12T18:39:13.042 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:39:13.042 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T18:39:13.060 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-12T18:39:13.061 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2023-10-12T18:39:13.119 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-12T18:39:13.119 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:13.119 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 396778 Links: 1 2023-10-12T18:39:13.119 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:13.120 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:13.120 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-10-12 18:38:44.679422978 +0000 2023-10-12T18:39:13.120 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-10-12 18:35:45.833795044 +0000 2023-10-12T18:39:13.120 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-10-12 18:35:45.833795044 +0000 2023-10-12T18:39:13.120 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-10-12T18:39:13.121 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-12T18:39:13.185 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-10-12T18:39:13.185 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-10-12T18:39:13.185 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000193765 s, 2.6 MB/s 2023-10-12T18:39:13.186 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-12T18:39:13.246 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2023-10-12T18:39:13.304 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-12T18:39:13.304 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:13.304 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 396815 Links: 1 2023-10-12T18:39:13.304 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:13.305 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:13.305 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-10-12 18:38:44.679422978 +0000 2023-10-12T18:39:13.305 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-10-12 18:35:46.354784444 +0000 2023-10-12T18:39:13.305 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-10-12 18:35:46.354784444 +0000 2023-10-12T18:39:13.305 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-10-12T18:39:13.306 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-12T18:39:13.369 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-10-12T18:39:13.370 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-10-12T18:39:13.370 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000198337 s, 2.6 MB/s 2023-10-12T18:39:13.371 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-12T18:39:13.430 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2023-10-12T18:39:13.488 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-12T18:39:13.489 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:13.489 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 396944 Links: 1 2023-10-12T18:39:13.489 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:13.489 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:13.490 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-10-12 18:38:44.679422978 +0000 2023-10-12T18:39:13.490 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-10-12 18:35:46.874773863 +0000 2023-10-12T18:39:13.490 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-10-12 18:35:46.874773863 +0000 2023-10-12T18:39:13.490 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-10-12T18:39:13.491 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-12T18:39:13.554 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-10-12T18:39:13.555 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-10-12T18:39:13.555 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000203826 s, 2.5 MB/s 2023-10-12T18:39:13.556 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-12T18:39:13.616 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2023-10-12T18:39:13.675 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-12T18:39:13.675 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:13.676 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 400610 Links: 1 2023-10-12T18:39:13.676 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:13.676 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:13.676 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2023-10-12 18:38:44.679422978 +0000 2023-10-12T18:39:13.676 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2023-10-12 18:35:47.439762367 +0000 2023-10-12T18:39:13.677 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2023-10-12 18:35:47.439762367 +0000 2023-10-12T18:39:13.677 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2023-10-12T18:39:13.677 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-12T18:39:13.742 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2023-10-12T18:39:13.742 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2023-10-12T18:39:13.742 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000235007 s, 2.2 MB/s 2023-10-12T18:39:13.743 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-12T18:39:13.802 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-10-12T18:39:13.803 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T18:39:13.821 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-12T18:39:13.822 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2023-10-12T18:39:13.880 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-12T18:39:13.880 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:13.881 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 390825 Links: 1 2023-10-12T18:39:13.881 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:13.881 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:13.881 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-12 18:39:10.968100403 +0000 2023-10-12T18:39:13.881 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-12 18:35:45.854908528 +0000 2023-10-12T18:39:13.881 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-12 18:35:45.854908528 +0000 2023-10-12T18:39:13.882 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-12T18:39:13.882 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-12T18:39:13.947 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-12T18:39:13.948 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-12T18:39:13.948 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000208665 s, 2.5 MB/s 2023-10-12T18:39:13.949 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-12T18:39:14.008 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2023-10-12T18:39:14.066 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-12T18:39:14.066 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:14.067 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 396111 Links: 1 2023-10-12T18:39:14.067 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:14.067 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:14.067 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-12 18:39:10.968100403 +0000 2023-10-12T18:39:14.067 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-12 18:35:46.409897037 +0000 2023-10-12T18:39:14.068 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-12 18:35:46.409897037 +0000 2023-10-12T18:39:14.068 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-12T18:39:14.068 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-12T18:39:14.132 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-12T18:39:14.132 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-12T18:39:14.132 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000193645 s, 2.6 MB/s 2023-10-12T18:39:14.133 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-12T18:39:14.193 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2023-10-12T18:39:14.251 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-12T18:39:14.251 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:14.251 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 386970 Links: 1 2023-10-12T18:39:14.251 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:14.252 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:14.252 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-12 18:39:10.968100403 +0000 2023-10-12T18:39:14.252 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-12 18:35:46.921886436 +0000 2023-10-12T18:39:14.252 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-12 18:35:46.921886436 +0000 2023-10-12T18:39:14.252 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-12T18:39:14.253 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-12T18:39:14.317 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-12T18:39:14.317 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-12T18:39:14.317 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000195987 s, 2.6 MB/s 2023-10-12T18:39:14.318 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-12T18:39:14.378 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2023-10-12T18:39:14.436 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-12T18:39:14.436 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T18:39:14.436 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 397577 Links: 1 2023-10-12T18:39:14.437 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T18:39:14.437 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T18:39:14.437 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-10-12 18:39:10.968100403 +0000 2023-10-12T18:39:14.437 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-10-12 18:35:47.443875629 +0000 2023-10-12T18:39:14.437 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-10-12 18:35:47.443875629 +0000 2023-10-12T18:39:14.438 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-10-12T18:39:14.438 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-12T18:39:14.501 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-10-12T18:39:14.502 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-10-12T18:39:14.502 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000243004 s, 2.1 MB/s 2023-10-12T18:39:14.503 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-12T18:39:14.562 INFO:tasks.cephadm:Deploying osd.0 on smithi184 with /dev/vg_nvme/lv_4... 2023-10-12T18:39:14.562 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-12T18:39:14.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:14 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:14.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:14 smithi194 ceph-mon[111052]: Deploying daemon prometheus.smithi184 on smithi184 2023-10-12T18:39:14.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:14 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:14.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:14 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:14.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:14 smithi184 ceph-mon[108348]: Deploying daemon prometheus.smithi184 on smithi184 2023-10-12T18:39:14.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:14 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:15.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:15 smithi194 ceph-mon[111052]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:15.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:15 smithi184 ceph-mon[108348]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:17.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:17 smithi194 ceph-mon[111052]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:17.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:17 smithi184 ceph-mon[108348]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:18.947 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-12T18:39:18.947 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-12T18:39:18.948 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2023-10-12T18:39:18.948 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2023-10-12T18:39:18.948 INFO:teuthology.orchestra.run.smithi184.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0136801 s, 766 MB/s 2023-10-12T18:39:18.948 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2023-10-12T18:39:19.321 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2023-10-12T18:39:19.857 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:19 smithi184 ceph-mon[108348]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:19.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:19 smithi194 ceph-mon[111052]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:21.882 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:21 smithi184 ceph-mon[108348]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:21.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:21 smithi194 ceph-mon[111052]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:22.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:39:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:39:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:39:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:39:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:39:22.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:39:22.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:39:22.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:39:22.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:22.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:22.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:39:22.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:22.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:39:23.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:23 smithi194 ceph-mon[111052]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:23.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:23.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:23.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:23 smithi184 ceph-mon[108348]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:23.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:23.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:24.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-12T18:39:24.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:39:24.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:24.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3251209842' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5daa2e1-a99c-45d7-930a-dd222d9b6d5f"}]: dispatch 2023-10-12T18:39:24.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3251209842' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5daa2e1-a99c-45d7-930a-dd222d9b6d5f"}]': finished 2023-10-12T18:39:24.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: osdmap e6: 1 total, 0 up, 1 in 2023-10-12T18:39:24.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:24.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-12T18:39:24.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:39:24.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:24.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3251209842' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5daa2e1-a99c-45d7-930a-dd222d9b6d5f"}]: dispatch 2023-10-12T18:39:24.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3251209842' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5daa2e1-a99c-45d7-930a-dd222d9b6d5f"}]': finished 2023-10-12T18:39:24.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: osdmap e6: 1 total, 0 up, 1 in 2023-10-12T18:39:24.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:25.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:25.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1258502426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:39:25.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:25.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:25.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:25.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T18:39:25.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T18:39:25.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:25.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:25.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1258502426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:39:25.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:25.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:25.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:25.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T18:39:25.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T18:39:25.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:26.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:26 smithi194 ceph-mon[111052]: Updating smithi184:/etc/ceph/ceph.conf 2023-10-12T18:39:26.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:26 smithi194 ceph-mon[111052]: Reconfiguring mon.smithi184 (unknown last config time)... 2023-10-12T18:39:26.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:26 smithi194 ceph-mon[111052]: Reconfiguring daemon mon.smithi184 on smithi184 2023-10-12T18:39:26.940 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:26 smithi184 ceph-mon[108348]: Updating smithi184:/etc/ceph/ceph.conf 2023-10-12T18:39:26.941 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:26 smithi184 ceph-mon[108348]: Reconfiguring mon.smithi184 (unknown last config time)... 2023-10-12T18:39:26.941 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:26 smithi184 ceph-mon[108348]: Reconfiguring daemon mon.smithi184 on smithi184 2023-10-12T18:39:27.832 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:27 smithi184 ceph-mon[108348]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:27.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:27 smithi194 ceph-mon[111052]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:29.750 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:29.750 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:29.750 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: Reconfiguring mgr.smithi184.luupqj (unknown last config time)... 2023-10-12T18:39:29.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.luupqj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:39:29.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:39:29.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:29.751 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:29 smithi184 ceph-mon[108348]: Reconfiguring daemon mgr.smithi184.luupqj on smithi184 2023-10-12T18:39:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: Reconfiguring mgr.smithi184.luupqj (unknown last config time)... 2023-10-12T18:39:29.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.luupqj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:39:29.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:39:29.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:29.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:29 smithi194 ceph-mon[111052]: Reconfiguring daemon mgr.smithi184.luupqj on smithi184 2023-10-12T18:39:30.692 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:30 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:30.693 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:30 smithi184 ceph-mon[108348]: Reconfiguring alertmanager.smithi184 (dependencies changed)... 2023-10-12T18:39:30.693 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:30 smithi184 ceph-mon[108348]: Reconfiguring daemon alertmanager.smithi184 on smithi184 2023-10-12T18:39:30.693 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:30 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-12T18:39:30.693 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:30 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:30.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:30 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:30.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:30 smithi194 ceph-mon[111052]: Reconfiguring alertmanager.smithi184 (dependencies changed)... 2023-10-12T18:39:30.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:30 smithi194 ceph-mon[111052]: Reconfiguring daemon alertmanager.smithi184 on smithi184 2023-10-12T18:39:30.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:30 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-12T18:39:30.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:30 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:31.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:31 smithi184 ceph-mon[108348]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:31.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:31 smithi184 ceph-mon[108348]: Deploying daemon osd.0 on smithi184 2023-10-12T18:39:31.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:31 smithi194 ceph-mon[111052]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:31.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:31 smithi194 ceph-mon[111052]: Deploying daemon osd.0 on smithi184 2023-10-12T18:39:33.886 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:33 smithi184 ceph-mon[108348]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:33.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:33.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:39:33.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:33 smithi194 ceph-mon[111052]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:39:33.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:34.807 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:34 smithi184 ceph-mon[108348]: Reconfiguring crash.smithi184 (monmap changed)... 2023-10-12T18:39:34.807 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:34 smithi184 ceph-mon[108348]: Reconfiguring daemon crash.smithi184 on smithi184 2023-10-12T18:39:34.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:34 smithi194 ceph-mon[111052]: Reconfiguring crash.smithi184 (monmap changed)... 2023-10-12T18:39:34.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:34 smithi194 ceph-mon[111052]: Reconfiguring daemon crash.smithi184 on smithi184 2023-10-12T18:39:35.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:35 smithi194 ceph-mon[111052]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:35.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:35 smithi184 ceph-mon[108348]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:37.339 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:37 smithi184 ceph-mon[108348]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:37.339 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:37.339 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:37.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:37 smithi194 ceph-mon[111052]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:37.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:37.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:38.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:38 smithi184 ceph-mon[108348]: Reconfiguring grafana.smithi184 (dependencies changed)... 2023-10-12T18:39:38.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:38 smithi184 ceph-mon[108348]: Reconfiguring daemon grafana.smithi184 on smithi184 2023-10-12T18:39:38.516 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 0 on host 'smithi184' 2023-10-12T18:39:38.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:38 smithi194 ceph-mon[111052]: Reconfiguring grafana.smithi184 (dependencies changed)... 2023-10-12T18:39:38.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:38 smithi194 ceph-mon[111052]: Reconfiguring daemon grafana.smithi184 on smithi184 2023-10-12T18:39:38.905 DEBUG:teuthology.orchestra.run.smithi184:osd.0> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.0.service 2023-10-12T18:39:38.907 INFO:tasks.cephadm:Deploying osd.1 on smithi184 with /dev/vg_nvme/lv_3... 2023-10-12T18:39:38.908 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-12T18:39:38.938 INFO:journalctl@ceph.osd.0.smithi184.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:39:39.555 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:39:39 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0[121075]: 2023-10-12T18:39:39.446+0000 7f1ecae243c0 -1 osd.0 0 log_to_monitors true 2023-10-12T18:39:39.555 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:39 smithi184 ceph-mon[108348]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:39.556 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:39.556 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:39 smithi184 ceph-mon[108348]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-12T18:39:39.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:39 smithi194 ceph-mon[111052]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:39.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:39.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:39 smithi194 ceph-mon[111052]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-12T18:39:40.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:40 smithi184 ceph-mon[108348]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-12T18:39:40.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:40 smithi184 ceph-mon[108348]: osdmap e7: 1 total, 0 up, 1 in 2023-10-12T18:39:40.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:40 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:40.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:40 smithi184 ceph-mon[108348]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:39:40.706 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:39:40 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0[121075]: 2023-10-12T18:39:40.527+0000 7f1ec1827700 -1 osd.0 0 waiting for initial osdmap 2023-10-12T18:39:40.706 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:39:40 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0[121075]: 2023-10-12T18:39:40.529+0000 7f1ebc9bf700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:39:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:40 smithi194 ceph-mon[111052]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-12T18:39:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:40 smithi194 ceph-mon[111052]: osdmap e7: 1 total, 0 up, 1 in 2023-10-12T18:39:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:40 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:40 smithi194 ceph-mon[111052]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:39:41.210 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-12T18:39:41.211 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-12T18:39:41.211 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2023-10-12T18:39:41.211 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2023-10-12T18:39:41.211 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148578 s, 706 MB/s 2023-10-12T18:39:41.211 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2023-10-12T18:39:41.600 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi184:vg_nvme/lv_3 2023-10-12T18:39:41.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:41.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:39:41.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: osdmap e8: 1 total, 0 up, 1 in 2023-10-12T18:39:41.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:41.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:41.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:41.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:39:41.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:41.928 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:41.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: from='osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:39:41.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: osdmap e8: 1 total, 0 up, 1 in 2023-10-12T18:39:41.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:41.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:41.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:41.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T18:39:41.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:42.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:39:42.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:39:42.663 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: Reconfiguring crash.smithi194 (monmap changed)... 2023-10-12T18:39:42.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: Reconfiguring daemon crash.smithi194 on smithi194 2023-10-12T18:39:42.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919] boot 2023-10-12T18:39:42.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: osdmap e9: 1 total, 1 up, 1 in 2023-10-12T18:39:42.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:42.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:42.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:39:42.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:39:42.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:42.888 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:39:42.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:39:42.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: Reconfiguring crash.smithi194 (monmap changed)... 2023-10-12T18:39:42.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: Reconfiguring daemon crash.smithi194 on smithi194 2023-10-12T18:39:42.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: osd.0 [v2:172.21.15.184:6802/3218118919,v1:172.21.15.184:6803/3218118919] boot 2023-10-12T18:39:42.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: osdmap e9: 1 total, 1 up, 1 in 2023-10-12T18:39:42.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:39:42.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:42.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:39:42.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:39:42.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:43.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:43.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: Reconfiguring mgr.smithi194.zwcjew (monmap changed)... 2023-10-12T18:39:43.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: Reconfiguring daemon mgr.smithi194.zwcjew on smithi194 2023-10-12T18:39:43.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:39:43.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:39:43.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:43.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:43.707 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T18:39:43.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T18:39:43.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:43.708 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:43 smithi184 ceph-mon[108348]: osdmap e10: 1 total, 1 up, 1 in 2023-10-12T18:39:43.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T18:39:43.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: Reconfiguring mgr.smithi194.zwcjew (monmap changed)... 2023-10-12T18:39:43.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: Reconfiguring daemon mgr.smithi194.zwcjew on smithi194 2023-10-12T18:39:43.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:39:43.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:39:43.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:43.831 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:43.831 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T18:39:43.831 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T18:39:43.831 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:43.831 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:43 smithi194 ceph-mon[111052]: osdmap e10: 1 total, 1 up, 1 in 2023-10-12T18:39:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:44 smithi194 ceph-mon[111052]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:39:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:44 smithi194 ceph-mon[111052]: Reconfiguring mon.smithi194 (monmap changed)... 2023-10-12T18:39:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:44 smithi194 ceph-mon[111052]: Reconfiguring daemon mon.smithi194 on smithi194 2023-10-12T18:39:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:44 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:44.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:44 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:39:44.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:44 smithi184 ceph-mon[108348]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:39:44.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:44 smithi184 ceph-mon[108348]: Reconfiguring mon.smithi194 (monmap changed)... 2023-10-12T18:39:44.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:44 smithi184 ceph-mon[108348]: Reconfiguring daemon mon.smithi194 on smithi194 2023-10-12T18:39:44.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:44 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:44.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:44 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:39:45.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:39:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2081436335' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8979ac5-bb9d-4d4e-978a-c76817db4929"}]: dispatch 2023-10-12T18:39:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2081436335' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8979ac5-bb9d-4d4e-978a-c76817db4929"}]': finished 2023-10-12T18:39:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: osdmap e11: 2 total, 1 up, 2 in 2023-10-12T18:39:45.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:39:45.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:45 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/509250496' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:39:45.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:39:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2081436335' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a8979ac5-bb9d-4d4e-978a-c76817db4929"}]: dispatch 2023-10-12T18:39:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2081436335' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a8979ac5-bb9d-4d4e-978a-c76817db4929"}]': finished 2023-10-12T18:39:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: osdmap e11: 2 total, 1 up, 2 in 2023-10-12T18:39:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:39:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:45 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/509250496' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:39:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:47 smithi194 ceph-mon[111052]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:47.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:47 smithi184 ceph-mon[108348]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:49.902 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:49 smithi184 ceph-mon[108348]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:49.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:49 smithi194 ceph-mon[111052]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:51.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:51 smithi194 ceph-mon[111052]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:51.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-12T18:39:51.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:51.922 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:51 smithi184 ceph-mon[108348]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:51.923 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-12T18:39:51.923 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:52.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:52 smithi194 ceph-mon[111052]: Deploying daemon osd.1 on smithi184 2023-10-12T18:39:52.928 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:52 smithi184 ceph-mon[108348]: Deploying daemon osd.1 on smithi184 2023-10-12T18:39:53.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:53 smithi194 ceph-mon[111052]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:53.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:53 smithi184 ceph-mon[108348]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:54.835 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:39:54.835 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:39:54.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:39:54.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:39:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:55 smithi194 ceph-mon[111052]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:55.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:55 smithi184 ceph-mon[108348]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:56.873 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 1 on host 'smithi184' 2023-10-12T18:39:57.269 DEBUG:teuthology.orchestra.run.smithi184:osd.1> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.1.service 2023-10-12T18:39:57.272 INFO:tasks.cephadm:Deploying osd.2 on smithi184 with /dev/vg_nvme/lv_2... 2023-10-12T18:39:57.273 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-12T18:39:57.300 INFO:journalctl@ceph.osd.1.smithi184.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:39:57.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:57.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.184:9093"}]: dispatch 2023-10-12T18:39:57.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:39:57.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2023-10-12T18:39:57.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:39:57.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2023-10-12T18:39:57.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:39:57.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:57.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:39:57.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:57.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.184:9093"}]: dispatch 2023-10-12T18:39:57.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:39:57.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2023-10-12T18:39:57.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:39:57.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2023-10-12T18:39:57.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:57.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:39:57.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:39:57.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:39:58.205 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1[124437]: 2023-10-12T18:39:58.085+0000 7fe3582f13c0 -1 osd.1 0 log_to_monitors true 2023-10-12T18:39:58.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.184:9093"}]: dispatch 2023-10-12T18:39:58.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:39:58.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2023-10-12T18:39:58.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:39:58.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2023-10-12T18:39:58.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:58.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:58 smithi194 ceph-mon[111052]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-12T18:39:58.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.184:9093"}]: dispatch 2023-10-12T18:39:58.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:39:58.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.184:3000"}]: dispatch 2023-10-12T18:39:58.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:39:58.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.184:9095"}]: dispatch 2023-10-12T18:39:58.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:39:58.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:58 smithi184 ceph-mon[108348]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-12T18:39:59.077 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-12T18:39:59.077 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-12T18:39:59.077 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2023-10-12T18:39:59.078 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2023-10-12T18:39:59.078 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113195 s, 926 MB/s 2023-10-12T18:39:59.078 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2023-10-12T18:39:59.555 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi184:vg_nvme/lv_2 2023-10-12T18:39:59.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:59 smithi184 ceph-mon[108348]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:59.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:59 smithi184 ceph-mon[108348]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-12T18:39:59.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:59 smithi184 ceph-mon[108348]: osdmap e12: 2 total, 1 up, 2 in 2023-10-12T18:39:59.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:59 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:39:59.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:39:59 smithi184 ceph-mon[108348]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:39:59.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:59 smithi194 ceph-mon[111052]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:39:59.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:59 smithi194 ceph-mon[111052]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-12T18:39:59.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:59 smithi194 ceph-mon[111052]: osdmap e12: 2 total, 1 up, 2 in 2023-10-12T18:39:59.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:59 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:39:59.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:39:59 smithi194 ceph-mon[111052]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:40:00.205 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1[124437]: 2023-10-12T18:40:00.080+0000 7fe34ecf4700 -1 osd.1 0 waiting for initial osdmap 2023-10-12T18:40:00.205 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1[124437]: 2023-10-12T18:40:00.083+0000 7fe34968b700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:40:00.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-mon[108348]: overall HEALTH_OK 2023-10-12T18:40:00.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-mon[108348]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:40:00.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-mon[108348]: osdmap e13: 2 total, 1 up, 2 in 2023-10-12T18:40:00.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:40:00.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:00 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:40:00.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:00 smithi194 ceph-mon[111052]: overall HEALTH_OK 2023-10-12T18:40:00.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:00 smithi194 ceph-mon[111052]: from='osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:40:00.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:00 smithi194 ceph-mon[111052]: osdmap e13: 2 total, 1 up, 2 in 2023-10-12T18:40:00.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:00 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:40:00.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:00 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:40:01.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:40:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:40:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:40:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262] boot 2023-10-12T18:40:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: osdmap e14: 2 total, 2 up, 2 in 2023-10-12T18:40:01.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:40:01.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:01.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:01.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:01.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:01 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:01.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:40:01.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:40:01.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:40:01.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: osd.1 [v2:172.21.15.184:6810/3144608262,v1:172.21.15.184:6811/3144608262] boot 2023-10-12T18:40:01.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: osdmap e14: 2 total, 2 up, 2 in 2023-10-12T18:40:01.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:40:01.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:01.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:01.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:01.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:01 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:02.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:02 smithi194 ceph-mon[111052]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:02.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:02 smithi194 ceph-mon[111052]: osdmap e15: 2 total, 2 up, 2 in 2023-10-12T18:40:02.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:02 smithi184 ceph-mon[108348]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:02.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:02 smithi184 ceph-mon[108348]: osdmap e15: 2 total, 2 up, 2 in 2023-10-12T18:40:03.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:03 smithi194 ceph-mon[111052]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:40:03.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:03 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/435710981' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c077e116-638c-467c-9cf4-7c7aaf58151a"}]: dispatch 2023-10-12T18:40:03.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:03 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/435710981' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c077e116-638c-467c-9cf4-7c7aaf58151a"}]': finished 2023-10-12T18:40:03.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:03 smithi194 ceph-mon[111052]: osdmap e16: 3 total, 2 up, 3 in 2023-10-12T18:40:03.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:03 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:03.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:03 smithi184 ceph-mon[108348]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-10-12T18:40:03.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:03 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/435710981' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c077e116-638c-467c-9cf4-7c7aaf58151a"}]: dispatch 2023-10-12T18:40:03.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:03 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/435710981' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c077e116-638c-467c-9cf4-7c7aaf58151a"}]': finished 2023-10-12T18:40:03.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:03 smithi184 ceph-mon[108348]: osdmap e16: 3 total, 2 up, 3 in 2023-10-12T18:40:03.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:03 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:04.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:04 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3752121818' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:04.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:04 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3752121818' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:05.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:05 smithi194 ceph-mon[111052]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:05.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:05 smithi184 ceph-mon[108348]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:07.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:07 smithi194 ceph-mon[111052]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:07.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:07 smithi184 ceph-mon[108348]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:09.317 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:09.318 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: Detected new or changed devices on smithi184 2023-10-12T18:40:09.318 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:09.318 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:09.318 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:09.318 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi184 to 6445M 2023-10-12T18:40:09.319 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:09.319 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:09.319 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:09.319 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:09.319 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:09 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: Detected new or changed devices on smithi184 2023-10-12T18:40:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:09.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi184 to 6445M 2023-10-12T18:40:09.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:09.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:09.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:09.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:09.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:09 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:10.561 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:10.562 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-12T18:40:10.562 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:10.562 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:10 smithi184 ceph-mon[108348]: Deploying daemon osd.2 on smithi184 2023-10-12T18:40:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-12T18:40:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:10 smithi194 ceph-mon[111052]: Deploying daemon osd.2 on smithi184 2023-10-12T18:40:11.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:11 smithi184 ceph-mon[108348]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:11.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:11 smithi194 ceph-mon[111052]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:13.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:12 smithi184 ceph-mon[108348]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:13.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:12 smithi194 ceph-mon[111052]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:14.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:14 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:14.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:14 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:15.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:15 smithi184 ceph-mon[108348]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:15.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:15 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:15.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:15 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:15.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:15 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:15.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:15 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:15.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:15 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:15 smithi194 ceph-mon[111052]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:15 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:15.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:15 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:15.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:15 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:15.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:15 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:15.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:15 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:16.231 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 2 on host 'smithi184' 2023-10-12T18:40:16.738 DEBUG:teuthology.orchestra.run.smithi184:osd.2> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.2.service 2023-10-12T18:40:16.742 INFO:tasks.cephadm:Deploying osd.3 on smithi184 with /dev/vg_nvme/lv_1... 2023-10-12T18:40:16.743 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-12T18:40:16.774 INFO:journalctl@ceph.osd.2.smithi184.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:40:17.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:17 smithi184 ceph-mon[108348]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:17.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:17 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:17.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:17 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:17.248 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:17 smithi184 ceph-mon[108348]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-12T18:40:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:17 smithi194 ceph-mon[111052]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:17 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:17 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:17 smithi194 ceph-mon[111052]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-12T18:40:18.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:18 smithi184 ceph-mon[108348]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-12T18:40:18.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:18 smithi184 ceph-mon[108348]: osdmap e17: 3 total, 2 up, 3 in 2023-10-12T18:40:18.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:18 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:18.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:18 smithi184 ceph-mon[108348]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:40:18.772 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:18 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-2[128905]: 2023-10-12T18:40:18.477+0000 7fd4b290f700 -1 osd.2 0 waiting for initial osdmap 2023-10-12T18:40:18.772 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:18 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-2[128905]: 2023-10-12T18:40:18.484+0000 7fd4af2aa700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:40:18.832 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-12T18:40:18.833 INFO:teuthology.orchestra.run.smithi184.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-12T18:40:18.833 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10+0 records in 2023-10-12T18:40:18.833 INFO:teuthology.orchestra.run.smithi184.stderr:10+0 records out 2023-10-12T18:40:18.833 INFO:teuthology.orchestra.run.smithi184.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0150116 s, 699 MB/s 2023-10-12T18:40:18.833 INFO:teuthology.orchestra.run.smithi184.stderr:--> Zapping successful for: 2023-10-12T18:40:18.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:18 smithi194 ceph-mon[111052]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-12T18:40:18.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:18 smithi194 ceph-mon[111052]: osdmap e17: 3 total, 2 up, 3 in 2023-10-12T18:40:18.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:18 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:18.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:18 smithi194 ceph-mon[111052]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:40:19.229 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi184:vg_nvme/lv_1 2023-10-12T18:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:19 smithi184 ceph-mon[108348]: pgmap v47: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:19 smithi184 ceph-mon[108348]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:40:19.642 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:19 smithi184 ceph-mon[108348]: osdmap e18: 3 total, 2 up, 3 in 2023-10-12T18:40:19.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:19 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:19.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:19 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:19.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:19 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:19 smithi194 ceph-mon[111052]: pgmap v47: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:19 smithi194 ceph-mon[111052]: from='osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:40:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:19 smithi194 ceph-mon[111052]: osdmap e18: 3 total, 2 up, 3 in 2023-10-12T18:40:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:19 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:19.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:19 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:19.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:19 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:20.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:40:20.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:40:20.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:20.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256] boot 2023-10-12T18:40:20.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: osdmap e19: 3 total, 3 up, 3 in 2023-10-12T18:40:20.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:20.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:20 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-12T18:40:20.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:40:20.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:40:20.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:20.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: osd.2 [v2:172.21.15.184:6818/3120852256,v1:172.21.15.184:6819/3120852256] boot 2023-10-12T18:40:20.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: osdmap e19: 3 total, 3 up, 3 in 2023-10-12T18:40:20.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:40:20.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:20 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-10-12T18:40:21.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: pgmap v50: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:21.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-10-12T18:40:21.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: osdmap e20: 3 total, 3 up, 3 in 2023-10-12T18:40:21.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-12T18:40:21.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:21.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:21.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:21 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:21.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: pgmap v50: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-10-12T18:40:21.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-10-12T18:40:21.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: osdmap e20: 3 total, 3 up, 3 in 2023-10-12T18:40:21.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-12T18:40:21.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:21.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:21.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:21 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:22.276 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131112]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T18:40:22.276 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131112]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:22.276 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131112]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:22.548 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131156]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T18:40:22.548 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131156]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:22.548 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131156]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:22.549 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:22.549 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-12T18:40:22.549 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: osdmap e21: 3 total, 3 up, 3 in 2023-10-12T18:40:22.549 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.550 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:22.550 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:22.550 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:22.550 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.550 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.550 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:22.551 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:22.551 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:22.551 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:22 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.807 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131193]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T18:40:22.807 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131193]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:22.807 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131193]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-12T18:40:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: osdmap e21: 3 total, 3 up, 3 in 2023-10-12T18:40:22.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:22.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:22.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:22.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:22.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:22 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:23.061 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131258]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T18:40:23.061 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131258]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:23.062 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:40:22 smithi184 sudo[131258]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:23.328 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131295]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T18:40:23.328 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131295]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:23.328 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131295]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:23.579 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131398]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T18:40:23.579 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131398]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:23.579 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131398]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:23.837 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131434]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T18:40:23.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131434]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:23.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131434]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:24.095 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:23 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi184 to 4296M 2023-10-12T18:40:24.095 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:23 smithi194 ceph-mon[111052]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:24.095 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:23 smithi194 ceph-mon[111052]: osdmap e22: 3 total, 3 up, 3 in 2023-10-12T18:40:24.095 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:23 smithi194 ceph-mon[111052]: mgrmap e19: smithi184.luupqj(active, since 89s), standbys: smithi194.zwcjew 2023-10-12T18:40:24.096 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:23 smithi194 ceph-mon[111052]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T18:40:24.096 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 sudo[113759]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T18:40:24.096 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 sudo[113759]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:24.096 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 sudo[113759]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:24.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131488]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T18:40:24.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131488]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:24.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 sudo[131488]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:24.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi184 to 4296M 2023-10-12T18:40:24.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 ceph-mon[108348]: pgmap v53: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:24.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 ceph-mon[108348]: osdmap e22: 3 total, 3 up, 3 in 2023-10-12T18:40:24.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 ceph-mon[108348]: mgrmap e19: smithi184.luupqj(active, since 89s), standbys: smithi194.zwcjew 2023-10-12T18:40:24.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:23 smithi184 ceph-mon[108348]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T18:40:24.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 sudo[113762]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T18:40:24.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 sudo[113762]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T18:40:24.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 sudo[113762]: pam_unix(sudo:session): session closed for user root 2023-10-12T18:40:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T18:40:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:40:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2581349756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62b946a2-ddf7-4c9d-abc1-83c18c87c637"}]: dispatch 2023-10-12T18:40:25.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:40:25.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T18:40:25.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:40:25.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:40:25.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2581349756' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62b946a2-ddf7-4c9d-abc1-83c18c87c637"}]': finished 2023-10-12T18:40:25.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: osdmap e23: 4 total, 3 up, 4 in 2023-10-12T18:40:25.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:25.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T18:40:25.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:25.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:24 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3538847851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:25.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: pgmap v55: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:25.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T18:40:25.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:40:25.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2581349756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62b946a2-ddf7-4c9d-abc1-83c18c87c637"}]: dispatch 2023-10-12T18:40:25.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:40:25.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T18:40:25.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:40:25.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:40:25.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2581349756' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62b946a2-ddf7-4c9d-abc1-83c18c87c637"}]': finished 2023-10-12T18:40:25.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: osdmap e23: 4 total, 3 up, 4 in 2023-10-12T18:40:25.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:25.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T18:40:25.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:25.207 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3538847851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:26.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:26 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:26.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:26 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:26.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:26 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:26.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:26 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:27.816 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:27 smithi184 ceph-mon[108348]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:27.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:27 smithi194 ceph-mon[111052]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:29.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:29 smithi184 ceph-mon[108348]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 251 KiB/s wr, 17 op/s 2023-10-12T18:40:29.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-12T18:40:29.755 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:29 smithi194 ceph-mon[111052]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 251 KiB/s wr, 17 op/s 2023-10-12T18:40:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-12T18:40:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:30.846 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:30 smithi184 ceph-mon[108348]: Deploying daemon osd.3 on smithi184 2023-10-12T18:40:30.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:30 smithi194 ceph-mon[111052]: Deploying daemon osd.3 on smithi184 2023-10-12T18:40:31.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:31 smithi194 ceph-mon[111052]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 181 KiB/s wr, 12 op/s 2023-10-12T18:40:31.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:31 smithi184 ceph-mon[108348]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 181 KiB/s wr, 12 op/s 2023-10-12T18:40:33.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:33 smithi184 ceph-mon[108348]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 142 KiB/s wr, 9 op/s 2023-10-12T18:40:33.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:33.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:33.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:33.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:33 smithi194 ceph-mon[111052]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 142 KiB/s wr, 9 op/s 2023-10-12T18:40:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:33.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:35.227 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 3 on host 'smithi184' 2023-10-12T18:40:35.646 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:35 smithi184 ceph-mon[108348]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-12T18:40:35.647 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:35 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:35.667 DEBUG:teuthology.orchestra.run.smithi184:osd.3> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.3.service 2023-10-12T18:40:35.670 INFO:tasks.cephadm:Deploying osd.4 on smithi194 with /dev/vg_nvme/lv_4... 2023-10-12T18:40:35.670 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-12T18:40:35.700 INFO:journalctl@ceph.osd.3.smithi184.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:40:35.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:35 smithi194 ceph-mon[111052]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-10-12T18:40:35.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:35 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:36.430 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:40:36 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3[133330]: 2023-10-12T18:40:36.105+0000 7f16b19f23c0 -1 osd.3 0 log_to_monitors true 2023-10-12T18:40:36.688 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:36 smithi194 ceph-mon[111052]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-12T18:40:36.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:36 smithi184 ceph-mon[108348]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-12T18:40:37.146 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-12T18:40:37.147 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-12T18:40:37.147 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2023-10-12T18:40:37.147 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2023-10-12T18:40:37.147 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155967 s, 672 MB/s 2023-10-12T18:40:37.148 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2023-10-12T18:40:37.516 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi194:vg_nvme/lv_4 2023-10-12T18:40:37.811 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-mon[108348]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 110 KiB/s wr, 7 op/s 2023-10-12T18:40:37.812 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-mon[108348]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-12T18:40:37.812 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-mon[108348]: osdmap e24: 4 total, 3 up, 4 in 2023-10-12T18:40:37.812 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:37.812 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-mon[108348]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:40:37.813 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:37.813 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3[133330]: 2023-10-12T18:40:37.490+0000 7f16a83f5700 -1 osd.3 0 waiting for initial osdmap 2023-10-12T18:40:37.813 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:40:37 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3[133330]: 2023-10-12T18:40:37.495+0000 7f16a2d8c700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:40:37.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:37 smithi194 ceph-mon[111052]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 110 KiB/s wr, 7 op/s 2023-10-12T18:40:37.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:37 smithi194 ceph-mon[111052]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-12T18:40:37.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:37 smithi194 ceph-mon[111052]: osdmap e24: 4 total, 3 up, 4 in 2023-10-12T18:40:37.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:37.829 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:37 smithi194 ceph-mon[111052]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2023-10-12T18:40:37.830 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:38.828 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:38 smithi184 ceph-mon[108348]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:40:38.828 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:38 smithi184 ceph-mon[108348]: osdmap e25: 4 total, 3 up, 4 in 2023-10-12T18:40:38.828 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:38 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:38.829 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:38 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:38.829 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:38 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:38.866 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:38 smithi194 ceph-mon[111052]: from='osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2023-10-12T18:40:38.866 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:38 smithi194 ceph-mon[111052]: osdmap e25: 4 total, 3 up, 4 in 2023-10-12T18:40:38.867 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:38 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:38.867 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:38 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:38.867 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:38 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:39.845 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:40:39.846 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:40:39.846 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:39.846 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402] boot 2023-10-12T18:40:39.846 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: osdmap e26: 4 total, 4 up, 4 in 2023-10-12T18:40:39.846 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:39.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:39.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:39.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:39.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:39.847 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:39.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:39.848 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:39.849 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:39.849 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:39.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:40:39.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:40:39.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-10-12T18:40:39.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: osd.3 [v2:172.21.15.184:6826/3164446402,v1:172.21.15.184:6827/3164446402] boot 2023-10-12T18:40:39.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: osdmap e26: 4 total, 4 up, 4 in 2023-10-12T18:40:39.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:40:39.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:39.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:39.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:39.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:39.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:39.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:39.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:39.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:39.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:39.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:40 smithi194 ceph-mon[111052]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:40 smithi194 ceph-mon[111052]: Detected new or changed devices on smithi184 2023-10-12T18:40:40.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:40 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi184 to 3222M 2023-10-12T18:40:40.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:40 smithi194 ceph-mon[111052]: osdmap e27: 4 total, 4 up, 4 in 2023-10-12T18:40:40.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:40 smithi184 ceph-mon[108348]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:40.928 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:40 smithi184 ceph-mon[108348]: Detected new or changed devices on smithi184 2023-10-12T18:40:40.928 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:40 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi184 to 3222M 2023-10-12T18:40:40.928 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:40 smithi184 ceph-mon[108348]: osdmap e27: 4 total, 4 up, 4 in 2023-10-12T18:40:41.504 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:41.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:41.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/3272643613' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be68eb09-2d94-498f-8946-795e103bfd52"}]: dispatch 2023-10-12T18:40:41.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be68eb09-2d94-498f-8946-795e103bfd52"}]: dispatch 2023-10-12T18:40:41.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be68eb09-2d94-498f-8946-795e103bfd52"}]': finished 2023-10-12T18:40:41.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: osdmap e28: 5 total, 4 up, 5 in 2023-10-12T18:40:41.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:41.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:41 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/1957297817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/3272643613' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be68eb09-2d94-498f-8946-795e103bfd52"}]: dispatch 2023-10-12T18:40:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be68eb09-2d94-498f-8946-795e103bfd52"}]: dispatch 2023-10-12T18:40:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be68eb09-2d94-498f-8946-795e103bfd52"}]': finished 2023-10-12T18:40:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: osdmap e28: 5 total, 4 up, 5 in 2023-10-12T18:40:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:41 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/1957297817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:43.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:42 smithi194 ceph-mon[111052]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:43.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:43.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:42 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:43.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:42 smithi184 ceph-mon[108348]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:43.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:43.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:42 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:45.075 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:44 smithi184 ceph-mon[108348]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:45.130 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:44 smithi194 ceph-mon[111052]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:46.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-12T18:40:46.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:46.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:45 smithi194 ceph-mon[111052]: Deploying daemon osd.4 on smithi194 2023-10-12T18:40:46.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-12T18:40:46.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:46.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:45 smithi184 ceph-mon[108348]: Deploying daemon osd.4 on smithi194 2023-10-12T18:40:47.694 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:47 smithi194 ceph-mon[111052]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:47.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:47 smithi184 ceph-mon[108348]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:49.626 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:49 smithi194 ceph-mon[111052]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:49.627 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:49 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:49.627 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:49 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:49.627 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:49 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:49.627 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:49 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:49.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:49 smithi184 ceph-mon[108348]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:49 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:49 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:49 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:49 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:50.981 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 4 on host 'smithi194' 2023-10-12T18:40:51.339 DEBUG:teuthology.orchestra.run.smithi194:osd.4> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.4.service 2023-10-12T18:40:51.342 INFO:tasks.cephadm:Deploying osd.5 on smithi194 with /dev/vg_nvme/lv_3... 2023-10-12T18:40:51.342 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-12T18:40:51.371 INFO:journalctl@ceph.osd.4.smithi194.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:40:51.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:51.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:52.081 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:52.082 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:52.082 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:52.082 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:52.082 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:40:52.082 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:52.083 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:40:52.397 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:40:52 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:40:52.079+0000 7f57268733c0 -1 osd.4 0 log_to_monitors true 2023-10-12T18:40:52.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:52 smithi184 ceph-mon[108348]: from='osd.4 [v2:172.21.15.194:6800/2068536790,v1:172.21.15.194:6801/2068536790]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T18:40:52.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:52 smithi184 ceph-mon[108348]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T18:40:53.081 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-12T18:40:53.082 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-12T18:40:53.082 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2023-10-12T18:40:53.082 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2023-10-12T18:40:53.083 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121678 s, 862 MB/s 2023-10-12T18:40:53.083 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2023-10-12T18:40:53.121 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:52 smithi194 ceph-mon[111052]: from='osd.4 [v2:172.21.15.194:6800/2068536790,v1:172.21.15.194:6801/2068536790]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T18:40:53.121 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:52 smithi194 ceph-mon[111052]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T18:40:53.510 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi194:vg_nvme/lv_3 2023-10-12T18:40:53.735 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:40:53.678+0000 7f571d276700 -1 osd.4 0 waiting for initial osdmap 2023-10-12T18:40:53.735 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:40:53.684+0000 7f571640a700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:40:53.736 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-mon[111052]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:53.736 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-mon[111052]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-12T18:40:53.736 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-mon[111052]: osdmap e29: 5 total, 4 up, 5 in 2023-10-12T18:40:53.736 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:53.736 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-mon[111052]: from='osd.4 [v2:172.21.15.194:6800/2068536790,v1:172.21.15.194:6801/2068536790]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:40:53.737 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:53 smithi194 ceph-mon[111052]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:40:53.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:53 smithi184 ceph-mon[108348]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:53 smithi184 ceph-mon[108348]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-12T18:40:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:53 smithi184 ceph-mon[108348]: osdmap e29: 5 total, 4 up, 5 in 2023-10-12T18:40:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:53.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:53 smithi184 ceph-mon[108348]: from='osd.4 [v2:172.21.15.194:6800/2068536790,v1:172.21.15.194:6801/2068536790]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:40:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:53 smithi184 ceph-mon[108348]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:40:54.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:40:54.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: osdmap e30: 5 total, 4 up, 5 in 2023-10-12T18:40:54.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:54.684 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:54.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:40:54.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:40:54.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:54.685 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:54.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:54.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:54.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: osd.4 [v2:172.21.15.194:6800/2068536790,v1:172.21.15.194:6801/2068536790] boot 2023-10-12T18:40:54.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: osdmap e31: 5 total, 5 up, 5 in 2023-10-12T18:40:54.686 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:54.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:40:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: osdmap e30: 5 total, 4 up, 5 in 2023-10-12T18:40:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:40:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:40:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:54.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:40:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:40:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: osd.4 [v2:172.21.15.194:6800/2068536790,v1:172.21.15.194:6801/2068536790] boot 2023-10-12T18:40:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: osdmap e31: 5 total, 5 up, 5 in 2023-10-12T18:40:54.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:40:55.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:40:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:40:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: Detected new or changed devices on smithi194 2023-10-12T18:40:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi194 to 15962M 2023-10-12T18:40:55.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:55.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:55.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:55.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:55 smithi184 ceph-mon[108348]: osdmap e32: 5 total, 5 up, 5 in 2023-10-12T18:40:56.050 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:40:56.051 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:40:56.051 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-10-12T18:40:56.051 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: Detected new or changed devices on smithi194 2023-10-12T18:40:56.051 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi194 to 15962M 2023-10-12T18:40:56.052 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:40:56.052 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:40:56.052 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:40:56.052 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:55 smithi194 ceph-mon[111052]: osdmap e32: 5 total, 5 up, 5 in 2023-10-12T18:40:56.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:56 smithi184 ceph-mon[108348]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:56.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:56 smithi184 ceph-mon[108348]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-12T18:40:56.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:56 smithi184 ceph-mon[108348]: osdmap e33: 5 total, 5 up, 5 in 2023-10-12T18:40:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:56 smithi194 ceph-mon[111052]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:40:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:56 smithi194 ceph-mon[111052]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-10-12T18:40:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:56 smithi194 ceph-mon[111052]: osdmap e33: 5 total, 5 up, 5 in 2023-10-12T18:40:57.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:57 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/2902466474' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9515802-434d-4a19-8eec-dcd8365c9e99"}]: dispatch 2023-10-12T18:40:57.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:57 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9515802-434d-4a19-8eec-dcd8365c9e99"}]: dispatch 2023-10-12T18:40:57.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:57 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d9515802-434d-4a19-8eec-dcd8365c9e99"}]': finished 2023-10-12T18:40:57.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:57 smithi184 ceph-mon[108348]: osdmap e34: 6 total, 5 up, 6 in 2023-10-12T18:40:57.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:57 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:40:57.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:57 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/428246281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:58.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:57 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/2902466474' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9515802-434d-4a19-8eec-dcd8365c9e99"}]: dispatch 2023-10-12T18:40:58.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:57 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d9515802-434d-4a19-8eec-dcd8365c9e99"}]: dispatch 2023-10-12T18:40:58.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:57 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d9515802-434d-4a19-8eec-dcd8365c9e99"}]': finished 2023-10-12T18:40:58.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:57 smithi194 ceph-mon[111052]: osdmap e34: 6 total, 5 up, 6 in 2023-10-12T18:40:58.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:57 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:40:58.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:57 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/428246281' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:40:59.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:58 smithi194 ceph-mon[111052]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-10-12T18:40:59.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:58 smithi194 ceph-mon[111052]: osdmap e35: 6 total, 5 up, 6 in 2023-10-12T18:40:59.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:40:58 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:40:59.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:58 smithi184 ceph-mon[108348]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-10-12T18:40:59.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:58 smithi184 ceph-mon[108348]: osdmap e35: 6 total, 5 up, 6 in 2023-10-12T18:40:59.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:40:58 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:01.820 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:01 smithi194 ceph-mon[111052]: pgmap v86: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 122 KiB/s, 0 objects/s recovering 2023-10-12T18:41:01.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:01 smithi184 ceph-mon[108348]: pgmap v86: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 122 KiB/s, 0 objects/s recovering 2023-10-12T18:41:02.616 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:02 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-12T18:41:02.616 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:02 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:02.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:02 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-12T18:41:02.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:02 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:03.611 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:03 smithi194 ceph-mon[111052]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-12T18:41:03.611 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:03 smithi194 ceph-mon[111052]: Deploying daemon osd.5 on smithi194 2023-10-12T18:41:03.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:03 smithi184 ceph-mon[108348]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-12T18:41:03.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:03 smithi184 ceph-mon[108348]: Deploying daemon osd.5 on smithi194 2023-10-12T18:41:05.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:05 smithi194 ceph-mon[111052]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-10-12T18:41:05.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:05.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:05.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:05.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:05 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:05.780 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:05 smithi184 ceph-mon[108348]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 71 KiB/s, 0 objects/s recovering 2023-10-12T18:41:05.780 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:05 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:05.781 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:05 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:05.781 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:05 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:05.781 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:05 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:07.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:07 smithi194 ceph-mon[111052]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-12T18:41:07.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:07 smithi184 ceph-mon[108348]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-12T18:41:07.958 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 5 on host 'smithi194' 2023-10-12T18:41:08.314 DEBUG:teuthology.orchestra.run.smithi194:osd.5> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.5.service 2023-10-12T18:41:08.317 INFO:tasks.cephadm:Deploying osd.6 on smithi194 with /dev/vg_nvme/lv_2... 2023-10-12T18:41:08.317 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-12T18:41:08.348 INFO:journalctl@ceph.osd.5.smithi194.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:41:08.903 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:41:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:41:08.608+0000 7f5105b1f3c0 -1 osd.5 0 log_to_monitors true 2023-10-12T18:41:09.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:08 smithi184 ceph-mon[108348]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-10-12T18:41:09.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:08 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:09.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:08 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:09.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:08 smithi184 ceph-mon[108348]: from='osd.5 [v2:172.21.15.194:6808/557032898,v1:172.21.15.194:6809/557032898]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-12T18:41:09.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:08 smithi184 ceph-mon[108348]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-12T18:41:09.235 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:08 smithi194 ceph-mon[111052]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-10-12T18:41:09.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:08 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:09.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:08 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:09.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:08 smithi194 ceph-mon[111052]: from='osd.5 [v2:172.21.15.194:6808/557032898,v1:172.21.15.194:6809/557032898]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-12T18:41:09.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:08 smithi194 ceph-mon[111052]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-12T18:41:10.322 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-12T18:41:10.322 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-12T18:41:10.323 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2023-10-12T18:41:10.323 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2023-10-12T18:41:10.323 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0114436 s, 916 MB/s 2023-10-12T18:41:10.323 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2023-10-12T18:41:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-mon[111052]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-12T18:41:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-mon[111052]: osdmap e36: 6 total, 5 up, 6 in 2023-10-12T18:41:10.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:10.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-mon[111052]: from='osd.5 [v2:172.21.15.194:6808/557032898,v1:172.21.15.194:6809/557032898]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:10.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-mon[111052]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:10.654 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:41:10.497+0000 7f50fc522700 -1 osd.5 0 waiting for initial osdmap 2023-10-12T18:41:10.654 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:41:10 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:41:10.504+0000 7f50f76ba700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:41:10.694 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi194:vg_nvme/lv_2 2023-10-12T18:41:10.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:10 smithi184 ceph-mon[108348]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-12T18:41:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:10 smithi184 ceph-mon[108348]: osdmap e36: 6 total, 5 up, 6 in 2023-10-12T18:41:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:10 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:10 smithi184 ceph-mon[108348]: from='osd.5 [v2:172.21.15.194:6808/557032898,v1:172.21.15.194:6809/557032898]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:10.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:10 smithi184 ceph-mon[108348]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:11.643 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-10-12T18:41:11.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:41:11.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: osdmap e37: 6 total, 5 up, 6 in 2023-10-12T18:41:11.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:11.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:11.644 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.645 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:11.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:11.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:11.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: osd.5 [v2:172.21.15.194:6808/557032898,v1:172.21.15.194:6809/557032898] boot 2023-10-12T18:41:11.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: osdmap e38: 6 total, 6 up, 6 in 2023-10-12T18:41:11.646 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:11 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:11.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-10-12T18:41:11.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:41:11.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: osdmap e37: 6 total, 5 up, 6 in 2023-10-12T18:41:11.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:11.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:11.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:11.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:11.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:11.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:11.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:11.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:11.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: osd.5 [v2:172.21.15.194:6808/557032898,v1:172.21.15.194:6809/557032898] boot 2023-10-12T18:41:11.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: osdmap e38: 6 total, 6 up, 6 in 2023-10-12T18:41:11.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:11 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:41:12.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:41:12.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:41:12.890 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: Detected new or changed devices on smithi194 2023-10-12T18:41:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi194 to 7981M 2023-10-12T18:41:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:41:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:41:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:12.891 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:12 smithi194 ceph-mon[111052]: osdmap e39: 6 total, 6 up, 6 in 2023-10-12T18:41:12.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:41:12.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:41:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: Detected new or changed devices on smithi194 2023-10-12T18:41:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi194 to 7981M 2023-10-12T18:41:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:41:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:41:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:12.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:12 smithi184 ceph-mon[108348]: osdmap e39: 6 total, 6 up, 6 in 2023-10-12T18:41:13.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:13 smithi194 ceph-mon[111052]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:13.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:13 smithi194 ceph-mon[111052]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:41:13.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:13 smithi194 ceph-mon[111052]: osdmap e40: 6 total, 6 up, 6 in 2023-10-12T18:41:13.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:13 smithi184 ceph-mon[108348]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:13.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:13 smithi184 ceph-mon[108348]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:41:13.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:13 smithi184 ceph-mon[108348]: osdmap e40: 6 total, 6 up, 6 in 2023-10-12T18:41:14.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:14 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/331922552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5a75b0b-af77-435a-9c7f-6963a9c47fc4"}]: dispatch 2023-10-12T18:41:14.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:14 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5a75b0b-af77-435a-9c7f-6963a9c47fc4"}]: dispatch 2023-10-12T18:41:14.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:14 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5a75b0b-af77-435a-9c7f-6963a9c47fc4"}]': finished 2023-10-12T18:41:14.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:14 smithi194 ceph-mon[111052]: osdmap e41: 7 total, 6 up, 7 in 2023-10-12T18:41:14.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:14 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:14.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:14 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/331922552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5a75b0b-af77-435a-9c7f-6963a9c47fc4"}]: dispatch 2023-10-12T18:41:14.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:14 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5a75b0b-af77-435a-9c7f-6963a9c47fc4"}]: dispatch 2023-10-12T18:41:14.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:14 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5a75b0b-af77-435a-9c7f-6963a9c47fc4"}]': finished 2023-10-12T18:41:14.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:14 smithi184 ceph-mon[108348]: osdmap e41: 7 total, 6 up, 7 in 2023-10-12T18:41:14.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:14 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:15 smithi194 ceph-mon[111052]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:15 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/700806860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:41:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:15 smithi194 ceph-mon[111052]: osdmap e42: 7 total, 6 up, 7 in 2023-10-12T18:41:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:15 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:15.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:15 smithi184 ceph-mon[108348]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:15.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:15 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/700806860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:41:15.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:15 smithi184 ceph-mon[108348]: osdmap e42: 7 total, 6 up, 7 in 2023-10-12T18:41:15.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:15 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:17.889 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:17 smithi194 ceph-mon[111052]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:17.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:17 smithi184 ceph-mon[108348]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:19.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:19 smithi194 ceph-mon[111052]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:19 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-12T18:41:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:19 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:19.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:19 smithi184 ceph-mon[108348]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:19.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:19 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-12T18:41:19.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:19 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:20.651 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:20 smithi194 ceph-mon[111052]: Deploying daemon osd.6 on smithi194 2023-10-12T18:41:20.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:20 smithi184 ceph-mon[108348]: Deploying daemon osd.6 on smithi194 2023-10-12T18:41:21.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:21 smithi194 ceph-mon[111052]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-10-12T18:41:21.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:21 smithi184 ceph-mon[108348]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-10-12T18:41:23.602 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:23 smithi194 ceph-mon[111052]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-12T18:41:23.603 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:23.603 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:23.603 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:23.603 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:23.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:23 smithi184 ceph-mon[108348]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-12T18:41:23.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:23.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:23.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:23.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:25.540 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 6 on host 'smithi194' 2023-10-12T18:41:25.855 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:25 smithi194 ceph-mon[111052]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-12T18:41:25.855 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:25.855 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:25 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:25.914 DEBUG:teuthology.orchestra.run.smithi194:osd.6> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.6.service 2023-10-12T18:41:25.916 INFO:tasks.cephadm:Deploying osd.7 on smithi194 with /dev/vg_nvme/lv_1... 2023-10-12T18:41:25.916 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-12T18:41:25.945 INFO:journalctl@ceph.osd.6.smithi194.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:41:25.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:25 smithi184 ceph-mon[108348]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-10-12T18:41:25.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:25.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:25 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:26.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:41:26.099+0000 7f6e887a03c0 -1 osd.6 0 log_to_monitors true 2023-10-12T18:41:26.762 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:26.762 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:26.762 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:26.762 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:26.763 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-mon[111052]: from='osd.6 [v2:172.21.15.194:6816/2434249654,v1:172.21.15.194:6817/2434249654]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T18:41:26.763 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:26 smithi194 ceph-mon[111052]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T18:41:26.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:26 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:26.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:26 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:26.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:26 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:26.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:26 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:26.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:26 smithi184 ceph-mon[108348]: from='osd.6 [v2:172.21.15.194:6816/2434249654,v1:172.21.15.194:6817/2434249654]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T18:41:26.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:26 smithi184 ceph-mon[108348]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T18:41:27.754 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-mon[111052]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-12T18:41:27.755 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-mon[111052]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-12T18:41:27.755 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-mon[111052]: osdmap e43: 7 total, 6 up, 7 in 2023-10-12T18:41:27.755 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:27.755 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-mon[111052]: from='osd.6 [v2:172.21.15.194:6816/2434249654,v1:172.21.15.194:6817/2434249654]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:27.756 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-mon[111052]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:27.756 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:41:27.549+0000 7f6e7f1a3700 -1 osd.6 0 waiting for initial osdmap 2023-10-12T18:41:27.756 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:41:27 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:41:27.558+0000 7f6e77b36700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:41:27.934 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-12T18:41:27.934 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-12T18:41:27.935 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2023-10-12T18:41:27.935 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2023-10-12T18:41:27.935 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126824 s, 827 MB/s 2023-10-12T18:41:27.935 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2023-10-12T18:41:27.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:27 smithi184 ceph-mon[108348]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-12T18:41:27.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:27 smithi184 ceph-mon[108348]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-12T18:41:27.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:27 smithi184 ceph-mon[108348]: osdmap e43: 7 total, 6 up, 7 in 2023-10-12T18:41:27.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:27 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:27.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:27 smithi184 ceph-mon[108348]: from='osd.6 [v2:172.21.15.194:6816/2434249654,v1:172.21.15.194:6817/2434249654]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:27.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:27 smithi184 ceph-mon[108348]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:28.448 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi194:vg_nvme/lv_1 2023-10-12T18:41:28.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:41:28.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: osdmap e44: 7 total, 6 up, 7 in 2023-10-12T18:41:28.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:28.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:28.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:28.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:28.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:28.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:28.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:28.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:28 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:28.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:41:28.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: osdmap e44: 7 total, 6 up, 7 in 2023-10-12T18:41:28.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:28.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:28.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:28.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:28.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:28.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:28.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:28.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:28 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:29.878 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:41:29.878 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:41:29.878 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:29.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: Detected new or changed devices on smithi194 2023-10-12T18:41:29.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi194 to 5320M 2023-10-12T18:41:29.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: osd.6 [v2:172.21.15.194:6816/2434249654,v1:172.21.15.194:6817/2434249654] boot 2023-10-12T18:41:29.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: osdmap e45: 7 total, 7 up, 7 in 2023-10-12T18:41:29.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:29 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:29.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:41:29.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:41:29.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-10-12T18:41:29.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: Detected new or changed devices on smithi194 2023-10-12T18:41:29.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi194 to 5320M 2023-10-12T18:41:29.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: osd.6 [v2:172.21.15.194:6816/2434249654,v1:172.21.15.194:6817/2434249654] boot 2023-10-12T18:41:29.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: osdmap e45: 7 total, 7 up, 7 in 2023-10-12T18:41:29.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:29 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:41:30.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:30 smithi194 ceph-mon[111052]: osdmap e46: 7 total, 7 up, 7 in 2023-10-12T18:41:30.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:30 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:41:30.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:30 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:41:30.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:30 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:30.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:30 smithi194 ceph-mon[111052]: osdmap e47: 7 total, 7 up, 7 in 2023-10-12T18:41:30.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:30 smithi184 ceph-mon[108348]: osdmap e46: 7 total, 7 up, 7 in 2023-10-12T18:41:30.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:30 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T18:41:30.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:30 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T18:41:30.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:30 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:30.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:30 smithi184 ceph-mon[108348]: osdmap e47: 7 total, 7 up, 7 in 2023-10-12T18:41:31.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:31 smithi194 ceph-mon[111052]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:31.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:31 smithi194 ceph-mon[111052]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:41:31.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:31 smithi184 ceph-mon[108348]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:31.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:31 smithi184 ceph-mon[108348]: from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:41:32.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: osdmap e48: 7 total, 7 up, 7 in 2023-10-12T18:41:32.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/24719776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21765abc-34ab-4869-8a34-51a409fdadd0"}]: dispatch 2023-10-12T18:41:32.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21765abc-34ab-4869-8a34-51a409fdadd0"}]: dispatch 2023-10-12T18:41:32.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21765abc-34ab-4869-8a34-51a409fdadd0"}]': finished 2023-10-12T18:41:32.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: osdmap e49: 8 total, 7 up, 8 in 2023-10-12T18:41:32.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:32.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:32 smithi194 ceph-mon[111052]: from='client.? 172.21.15.194:0/3149029235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:41:32.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: osdmap e48: 7 total, 7 up, 7 in 2023-10-12T18:41:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/24719776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21765abc-34ab-4869-8a34-51a409fdadd0"}]: dispatch 2023-10-12T18:41:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21765abc-34ab-4869-8a34-51a409fdadd0"}]: dispatch 2023-10-12T18:41:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21765abc-34ab-4869-8a34-51a409fdadd0"}]': finished 2023-10-12T18:41:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: osdmap e49: 8 total, 7 up, 8 in 2023-10-12T18:41:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:32.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:32 smithi184 ceph-mon[108348]: from='client.? 172.21.15.194:0/3149029235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T18:41:33.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:33 smithi194 ceph-mon[111052]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:33.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:33 smithi184 ceph-mon[108348]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:35.844 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:35 smithi194 ceph-mon[111052]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:35.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:35 smithi184 ceph-mon[108348]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:37.844 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:37 smithi194 ceph-mon[111052]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-12T18:41:37.845 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-12T18:41:37.845 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:37.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:37 smithi184 ceph-mon[108348]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-12T18:41:37.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-12T18:41:37.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:38.879 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:38 smithi194 ceph-mon[111052]: Deploying daemon osd.7 on smithi194 2023-10-12T18:41:38.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:38 smithi184 ceph-mon[108348]: Deploying daemon osd.7 on smithi194 2023-10-12T18:41:39.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:39 smithi194 ceph-mon[111052]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-12T18:41:39.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:39 smithi184 ceph-mon[108348]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-12T18:41:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:41 smithi194 ceph-mon[111052]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-10-12T18:41:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:41.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:41 smithi184 ceph-mon[108348]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-10-12T18:41:41.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:41.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:41.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:41.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:42.955 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 7 on host 'smithi194' 2023-10-12T18:41:43.383 DEBUG:teuthology.orchestra.run.smithi194:osd.7> sudo journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.7.service 2023-10-12T18:41:43.386 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-12T18:41:43.386 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T18:41:43.416 INFO:journalctl@ceph.osd.7.smithi194.stdout:-- Logs begin at Thu 2023-10-12 18:28:37 UTC. -- 2023-10-12T18:41:43.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:43 smithi194 ceph-mon[111052]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-12T18:41:43.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:43.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:43 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:43.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:43 smithi184 ceph-mon[108348]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-12T18:41:43.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:43.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:43 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:44.038 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:41:43 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:41:43.768+0000 7fa6dce493c0 -1 osd.7 0 log_to_monitors true 2023-10-12T18:41:44.838 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:41:44.863 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:44 smithi184 ceph-mon[108348]: from='osd.7 [v2:172.21.15.194:6824/2515554286,v1:172.21.15.194:6825/2515554286]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-12T18:41:44.864 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:44 smithi184 ceph-mon[108348]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-12T18:41:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:44 smithi194 ceph-mon[111052]: from='osd.7 [v2:172.21.15.194:6824/2515554286,v1:172.21.15.194:6825/2515554286]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-12T18:41:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:44 smithi194 ceph-mon[111052]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-12T18:41:45.245 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1697136088,"num_in_osds":8,"osd_in_since":1697136091,"num_remapped_pgs":0} 2023-10-12T18:41:45.903 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:41:45.577+0000 7fa6d384c700 -1 osd.7 0 waiting for initial osdmap 2023-10-12T18:41:45.904 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:41:45.584+0000 7fa6cd1e1700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-12T18:41:45.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-10-12T18:41:45.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-12T18:41:45.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: osdmap e50: 8 total, 7 up, 8 in 2023-10-12T18:41:45.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:45.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='osd.7 [v2:172.21.15.194:6824/2515554286,v1:172.21.15.194:6825/2515554286]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:45.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:45.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3129508178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T18:41:45.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.908 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:45.908 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:45.908 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:45.909 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-10-12T18:41:45.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-12T18:41:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: osdmap e50: 8 total, 7 up, 8 in 2023-10-12T18:41:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='osd.7 [v2:172.21.15.194:6824/2515554286,v1:172.21.15.194:6825/2515554286]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:45.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-10-12T18:41:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3129508178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T18:41:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:41:45.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:45.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:41:45.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:41:45.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:41:45.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:41:46.246 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T18:41:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:46 smithi194 ceph-mon[111052]: Detected new or changed devices on smithi194 2023-10-12T18:41:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:46 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi194 to 3990M 2023-10-12T18:41:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:46 smithi194 ceph-mon[111052]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:41:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:46 smithi194 ceph-mon[111052]: osdmap e51: 8 total, 7 up, 8 in 2023-10-12T18:41:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:46.942 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:46 smithi184 ceph-mon[108348]: Detected new or changed devices on smithi194 2023-10-12T18:41:46.942 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:46 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi194 to 3990M 2023-10-12T18:41:46.942 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:46 smithi184 ceph-mon[108348]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-10-12T18:41:46.943 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:46 smithi184 ceph-mon[108348]: osdmap e51: 8 total, 7 up, 8 in 2023-10-12T18:41:46.943 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:46.943 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:47.647 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:41:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: purged_snaps scrub starts 2023-10-12T18:41:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: purged_snaps scrub ok 2023-10-12T18:41:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: osd.7 [v2:172.21.15.194:6824/2515554286,v1:172.21.15.194:6825/2515554286] boot 2023-10-12T18:41:47.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: osdmap e52: 8 total, 8 up, 8 in 2023-10-12T18:41:47.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:47.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:47 smithi194 ceph-mon[111052]: osdmap e53: 8 total, 8 up, 8 in 2023-10-12T18:41:47.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: purged_snaps scrub starts 2023-10-12T18:41:47.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: purged_snaps scrub ok 2023-10-12T18:41:47.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-10-12T18:41:47.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: osd.7 [v2:172.21.15.194:6824/2515554286,v1:172.21.15.194:6825/2515554286] boot 2023-10-12T18:41:47.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: osdmap e52: 8 total, 8 up, 8 in 2023-10-12T18:41:47.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:41:47.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:47 smithi184 ceph-mon[108348]: osdmap e53: 8 total, 8 up, 8 in 2023-10-12T18:41:48.019 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1697136106,"num_in_osds":8,"osd_in_since":1697136091,"num_remapped_pgs":1} 2023-10-12T18:41:48.020 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-12T18:41:48.246 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:48.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:48 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2662572744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T18:41:48.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:48 smithi184 ceph-mon[108348]: osdmap e54: 8 total, 8 up, 8 in 2023-10-12T18:41:48.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:48 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2662572744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T18:41:48.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:48 smithi194 ceph-mon[111052]: osdmap e54: 8 total, 8 up, 8 in 2023-10-12T18:41:49.502 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:41:49.503 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":54,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","created":"2023-10-12T18:37:27.145528+0000","modified":"2023-10-12T18:41:48.574738+0000","last_up_change":"2023-10-12T18:41:46.571814+0000","last_in_change":"2023-10-12T18:41:31.597124+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-12T18:40:20.001339+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":{}}}],"osds":[{"osd":0,"uuid":"a5daa2e1-a99c-45d7-930a-dd222d9b6d5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6803","nonce":3218118919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6805","nonce":3218118919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6809","nonce":3218118919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6807","nonce":3218118919}]},"public_addr":"172.21.15.184:6803/3218118919","cluster_addr":"172.21.15.184:6805/3218118919","heartbeat_back_addr":"172.21.15.184:6809/3218118919","heartbeat_front_addr":"172.21.15.184:6807/3218118919","state":["exists","up"]},{"osd":1,"uuid":"a8979ac5-bb9d-4d4e-978a-c76817db4929","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6811","nonce":3144608262}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6813","nonce":3144608262}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6817","nonce":3144608262}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6815","nonce":3144608262}]},"public_addr":"172.21.15.184:6811/3144608262","cluster_addr":"172.21.15.184:6813/3144608262","heartbeat_back_addr":"172.21.15.184:6817/3144608262","heartbeat_front_addr":"172.21.15.184:6815/3144608262","state":["exists","up"]},{"osd":2,"uuid":"c077e116-638c-467c-9cf4-7c7aaf58151a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6819","nonce":3120852256}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6821","nonce":3120852256}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6825","nonce":3120852256}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6823","nonce":3120852256}]},"public_addr":"172.21.15.184:6819/3120852256","cluster_addr":"172.21.15.184:6821/3120852256","heartbeat_back_addr":"172.21.15.184:6825/3120852256","heartbeat_front_addr":"172.21.15.184:6823/3120852256","state":["exists","up"]},{"osd":3,"uuid":"62b946a2-ddf7-4c9d-abc1-83c18c87c637","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6827","nonce":3164446402}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6829","nonce":3164446402}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6833","nonce":3164446402}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6831","nonce":3164446402}]},"public_addr":"172.21.15.184:6827/3164446402","cluster_addr":"172.21.15.184:6829/3164446402","heartbeat_back_addr":"172.21.15.184:6833/3164446402","heartbeat_front_addr":"172.21.15.184:6831/3164446402","state":["exists","up"]},{"osd":4,"uuid":"be68eb09-2d94-498f-8946-795e103bfd52","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6801","nonce":2068536790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6803","nonce":2068536790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6807","nonce":2068536790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6805","nonce":2068536790}]},"public_addr":"172.21.15.194:6801/2068536790","cluster_addr":"172.21.15.194:6803/2068536790","heartbeat_back_addr":"172.21.15.194:6807/2068536790","heartbeat_front_addr":"172.21.15.194:6805/2068536790","state":["exists","up"]},{"osd":5,"uuid":"d9515802-434d-4a19-8eec-dcd8365c9e99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6809","nonce":557032898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6811","nonce":557032898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6815","nonce":557032898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6813","nonce":557032898}]},"public_addr":"172.21.15.194:6809/557032898","cluster_addr":"172.21.15.194:6811/557032898","heartbeat_back_addr":"172.21.15.194:6815/557032898","heartbeat_front_addr":"172.21.15.194:6813/557032898","state":["exists","up"]},{"osd":6,"uuid":"c5a75b0b-af77-435a-9c7f-6963a9c47fc4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6817","nonce":2434249654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6819","nonce":2434249654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6823","nonce":2434249654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6821","nonce":2434249654}]},"public_addr":"172.21.15.194:6817/2434249654","cluster_addr":"172.21.15.194:6819/2434249654","heartbeat_back_addr":"172.21.15.194:6823/2434249654","heartbeat_front_addr":"172.21.15.194:6821/2434249654","state":["exists","up"]},{"osd":7,"uuid":"21765abc-34ab-4869-8a34-51a409fdadd0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6825","nonce":2515554286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6827","nonce":2515554286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6831","nonce":2515554286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6829","nonce":2515554286}]},"public_addr":"172.21.15.194:6825/2515554286","cluster_addr":"172.21.15.194:6827/2515554286","heartbeat_back_addr":"172.21.15.194:6831/2515554286","heartbeat_front_addr":"172.21.15.194:6829/2515554286","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:39:40.470883+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:39:59.121476+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:17.648343+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:37.133278+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:53.047812+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:09.626933+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:27.140195+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:44.807457+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.184:6800/2826736994":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3096842381":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/1485470739":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3148355547":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6801/2826736994":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3281073359":"2023-10-13T18:38:15.162393+0000","172.21.15.184:0/3267514307":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/1931261340":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6801/1190848899":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6800/1190848899":"2023-10-13T18:38:15.162393+0000","172.21.15.184:0/4252190547":"2023-10-13T18:37:52.666755+0000","172.21.15.184:6800/2576123554":"2023-10-13T18:37:52.666755+0000","172.21.15.184:0/1516428668":"2023-10-13T18:37:52.666755+0000","172.21.15.184:6801/2576123554":"2023-10-13T18:37:52.666755+0000","172.21.15.184:0/3492323518":"2023-10-13T18:37:52.666755+0000"},"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-12T18:41:49.853 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:49 smithi184 ceph-mon[108348]: pgmap v128: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:41:49.853 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:49 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2796592928' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T18:41:49.871 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-12T18:40:20.001339+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': {}}}] 2023-10-12T18:41:49.872 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-12T18:41:49.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:49 smithi194 ceph-mon[111052]: pgmap v128: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:41:49.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:49 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2796592928' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T18:41:50.101 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:50.891 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:50 smithi184 ceph-mon[108348]: osdmap e55: 8 total, 8 up, 8 in 2023-10-12T18:41:50.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:50 smithi194 ceph-mon[111052]: osdmap e55: 8 total, 8 up, 8 in 2023-10-12T18:41:51.246 INFO:teuthology.orchestra.run.smithi184.stdout:pg_num: 1 2023-10-12T18:41:51.644 INFO:tasks.cephadm:Setting up client nodes... 2023-10-12T18:41:51.645 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-12T18:41:51.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:51 smithi194 ceph-mon[111052]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:41:51.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:51 smithi194 ceph-mon[111052]: osdmap e56: 8 total, 8 up, 8 in 2023-10-12T18:41:51.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:51 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/4152407546' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-12T18:41:51.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:51 smithi184 ceph-mon[108348]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:41:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:51 smithi184 ceph-mon[108348]: osdmap e56: 8 total, 8 up, 8 in 2023-10-12T18:41:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:51 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/4152407546' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-12T18:41:53.068 INFO:teuthology.orchestra.run.smithi184.stdout:[client.0] 2023-10-12T18:41:53.068 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQDxPShlX0myAxAAAP+P+KQ4zqFpXttmgNIZ4Q== 2023-10-12T18:41:53.460 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2023-10-12T18:41:53.460 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-12T18:41:53.460 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-12T18:41:53.500 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-12T18:41:53.501 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-12T18:41:53.501 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-12T18:41:53.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:53 smithi184 ceph-mon[108348]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s, 0 objects/s recovering 2023-10-12T18:41:53.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:53 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1639974547' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T18:41:53.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:53 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1639974547' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-12T18:41:53.771 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:53 smithi194 ceph-mon[111052]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 125 KiB/s, 0 objects/s recovering 2023-10-12T18:41:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:53 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1639974547' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T18:41:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:53 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1639974547' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-12T18:41:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:41:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:41:54.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:41:54.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:41:54.986 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:41:55.368 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":19,"active_gid":14202,"active_name":"smithi184.luupqj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":2311237007},{"type":"v1","addr":"172.21.15.184:6801","nonce":2311237007}]},"active_addr":"172.21.15.184:6801/2311237007","active_change":"2023-10-12T18:38:53.638993+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14220,"name":"smithi194.zwcjew","mgr_features":4540138303579357183,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"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":[]},"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_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":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":{"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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":0,"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":"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":[]},"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":[]},"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":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"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":[]},"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_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":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":{"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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":0,"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":"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":[]},"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":[]},"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.184:8443/","prometheus":"http://172.21.15.184:9283/"},"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"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.184:0","nonce":1425210259}]},{"addrvec":[{"type":"v2","addr":"172.21.15.184:0","nonce":119270842}]},{"addrvec":[{"type":"v2","addr":"172.21.15.184:0","nonce":3117196258}]},{"addrvec":[{"type":"v2","addr":"172.21.15.184:0","nonce":3808134931}]}]}} 2023-10-12T18:41:55.374 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-12T18:41:55.374 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-12T18:41:55.374 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-12T18:41:55.603 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:55.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:55 smithi194 ceph-mon[111052]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-12T18:41:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:55 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3787286093' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-12T18:41:55.944 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:55 smithi184 ceph-mon[108348]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-10-12T18:41:55.944 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:55 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3787286093' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-12T18:41:56.818 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:41:56.819 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":56,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","created":"2023-10-12T18:37:27.145528+0000","modified":"2023-10-12T18:41:50.593072+0000","last_up_change":"2023-10-12T18:41:46.571814+0000","last_in_change":"2023-10-12T18:41:31.597124+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-12T18:40:20.001339+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":{}}}],"osds":[{"osd":0,"uuid":"a5daa2e1-a99c-45d7-930a-dd222d9b6d5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6803","nonce":3218118919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6805","nonce":3218118919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6809","nonce":3218118919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6807","nonce":3218118919}]},"public_addr":"172.21.15.184:6803/3218118919","cluster_addr":"172.21.15.184:6805/3218118919","heartbeat_back_addr":"172.21.15.184:6809/3218118919","heartbeat_front_addr":"172.21.15.184:6807/3218118919","state":["exists","up"]},{"osd":1,"uuid":"a8979ac5-bb9d-4d4e-978a-c76817db4929","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6811","nonce":3144608262}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6813","nonce":3144608262}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6817","nonce":3144608262}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6815","nonce":3144608262}]},"public_addr":"172.21.15.184:6811/3144608262","cluster_addr":"172.21.15.184:6813/3144608262","heartbeat_back_addr":"172.21.15.184:6817/3144608262","heartbeat_front_addr":"172.21.15.184:6815/3144608262","state":["exists","up"]},{"osd":2,"uuid":"c077e116-638c-467c-9cf4-7c7aaf58151a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6819","nonce":3120852256}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6821","nonce":3120852256}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6825","nonce":3120852256}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6823","nonce":3120852256}]},"public_addr":"172.21.15.184:6819/3120852256","cluster_addr":"172.21.15.184:6821/3120852256","heartbeat_back_addr":"172.21.15.184:6825/3120852256","heartbeat_front_addr":"172.21.15.184:6823/3120852256","state":["exists","up"]},{"osd":3,"uuid":"62b946a2-ddf7-4c9d-abc1-83c18c87c637","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6827","nonce":3164446402}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6829","nonce":3164446402}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6833","nonce":3164446402}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6831","nonce":3164446402}]},"public_addr":"172.21.15.184:6827/3164446402","cluster_addr":"172.21.15.184:6829/3164446402","heartbeat_back_addr":"172.21.15.184:6833/3164446402","heartbeat_front_addr":"172.21.15.184:6831/3164446402","state":["exists","up"]},{"osd":4,"uuid":"be68eb09-2d94-498f-8946-795e103bfd52","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6801","nonce":2068536790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6803","nonce":2068536790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6807","nonce":2068536790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6805","nonce":2068536790}]},"public_addr":"172.21.15.194:6801/2068536790","cluster_addr":"172.21.15.194:6803/2068536790","heartbeat_back_addr":"172.21.15.194:6807/2068536790","heartbeat_front_addr":"172.21.15.194:6805/2068536790","state":["exists","up"]},{"osd":5,"uuid":"d9515802-434d-4a19-8eec-dcd8365c9e99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6809","nonce":557032898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6811","nonce":557032898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6815","nonce":557032898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6813","nonce":557032898}]},"public_addr":"172.21.15.194:6809/557032898","cluster_addr":"172.21.15.194:6811/557032898","heartbeat_back_addr":"172.21.15.194:6815/557032898","heartbeat_front_addr":"172.21.15.194:6813/557032898","state":["exists","up"]},{"osd":6,"uuid":"c5a75b0b-af77-435a-9c7f-6963a9c47fc4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6817","nonce":2434249654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6819","nonce":2434249654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6823","nonce":2434249654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6821","nonce":2434249654}]},"public_addr":"172.21.15.194:6817/2434249654","cluster_addr":"172.21.15.194:6819/2434249654","heartbeat_back_addr":"172.21.15.194:6823/2434249654","heartbeat_front_addr":"172.21.15.194:6821/2434249654","state":["exists","up"]},{"osd":7,"uuid":"21765abc-34ab-4869-8a34-51a409fdadd0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6825","nonce":2515554286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6827","nonce":2515554286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6831","nonce":2515554286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6829","nonce":2515554286}]},"public_addr":"172.21.15.194:6825/2515554286","cluster_addr":"172.21.15.194:6827/2515554286","heartbeat_back_addr":"172.21.15.194:6831/2515554286","heartbeat_front_addr":"172.21.15.194:6829/2515554286","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:39:40.470883+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:39:59.121476+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:17.648343+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:37.133278+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:53.047812+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:09.626933+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:27.140195+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:44.807457+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.184:6800/2826736994":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3096842381":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/1485470739":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3148355547":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6801/2826736994":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3281073359":"2023-10-13T18:38:15.162393+0000","172.21.15.184:0/3267514307":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/1931261340":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6801/1190848899":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6800/1190848899":"2023-10-13T18:38:15.162393+0000","172.21.15.184:0/4252190547":"2023-10-13T18:37:52.666755+0000","172.21.15.184:6800/2576123554":"2023-10-13T18:37:52.666755+0000","172.21.15.184:0/1516428668":"2023-10-13T18:37:52.666755+0000","172.21.15.184:6801/2576123554":"2023-10-13T18:37:52.666755+0000","172.21.15.184:0/3492323518":"2023-10-13T18:37:52.666755+0000"},"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-12T18:41:57.202 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-12T18:41:57.203 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-12T18:41:57.429 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:57.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:57 smithi194 ceph-mon[111052]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-12T18:41:57.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:57 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2417678522' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T18:41:57.906 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:57 smithi184 ceph-mon[108348]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2023-10-12T18:41:57.906 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:57 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2417678522' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T18:41:58.651 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:41:58.651 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":56,"fsid":"4a191a50-692e-11ee-8db6-212e2dc638e7","created":"2023-10-12T18:37:27.145528+0000","modified":"2023-10-12T18:41:50.593072+0000","last_up_change":"2023-10-12T18:41:46.571814+0000","last_in_change":"2023-10-12T18:41:31.597124+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-12T18:40:20.001339+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":{}}}],"osds":[{"osd":0,"uuid":"a5daa2e1-a99c-45d7-930a-dd222d9b6d5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6803","nonce":3218118919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6805","nonce":3218118919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6808","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6809","nonce":3218118919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":3218118919},{"type":"v1","addr":"172.21.15.184:6807","nonce":3218118919}]},"public_addr":"172.21.15.184:6803/3218118919","cluster_addr":"172.21.15.184:6805/3218118919","heartbeat_back_addr":"172.21.15.184:6809/3218118919","heartbeat_front_addr":"172.21.15.184:6807/3218118919","state":["exists","up"]},{"osd":1,"uuid":"a8979ac5-bb9d-4d4e-978a-c76817db4929","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6811","nonce":3144608262}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6813","nonce":3144608262}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6816","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6817","nonce":3144608262}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":3144608262},{"type":"v1","addr":"172.21.15.184:6815","nonce":3144608262}]},"public_addr":"172.21.15.184:6811/3144608262","cluster_addr":"172.21.15.184:6813/3144608262","heartbeat_back_addr":"172.21.15.184:6817/3144608262","heartbeat_front_addr":"172.21.15.184:6815/3144608262","state":["exists","up"]},{"osd":2,"uuid":"c077e116-638c-467c-9cf4-7c7aaf58151a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6819","nonce":3120852256}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6821","nonce":3120852256}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6825","nonce":3120852256}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":3120852256},{"type":"v1","addr":"172.21.15.184:6823","nonce":3120852256}]},"public_addr":"172.21.15.184:6819/3120852256","cluster_addr":"172.21.15.184:6821/3120852256","heartbeat_back_addr":"172.21.15.184:6825/3120852256","heartbeat_front_addr":"172.21.15.184:6823/3120852256","state":["exists","up"]},{"osd":3,"uuid":"62b946a2-ddf7-4c9d-abc1-83c18c87c637","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6827","nonce":3164446402}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6829","nonce":3164446402}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6832","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6833","nonce":3164446402}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":3164446402},{"type":"v1","addr":"172.21.15.184:6831","nonce":3164446402}]},"public_addr":"172.21.15.184:6827/3164446402","cluster_addr":"172.21.15.184:6829/3164446402","heartbeat_back_addr":"172.21.15.184:6833/3164446402","heartbeat_front_addr":"172.21.15.184:6831/3164446402","state":["exists","up"]},{"osd":4,"uuid":"be68eb09-2d94-498f-8946-795e103bfd52","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6801","nonce":2068536790}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6803","nonce":2068536790}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6807","nonce":2068536790}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":2068536790},{"type":"v1","addr":"172.21.15.194:6805","nonce":2068536790}]},"public_addr":"172.21.15.194:6801/2068536790","cluster_addr":"172.21.15.194:6803/2068536790","heartbeat_back_addr":"172.21.15.194:6807/2068536790","heartbeat_front_addr":"172.21.15.194:6805/2068536790","state":["exists","up"]},{"osd":5,"uuid":"d9515802-434d-4a19-8eec-dcd8365c9e99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6809","nonce":557032898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6811","nonce":557032898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6815","nonce":557032898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":557032898},{"type":"v1","addr":"172.21.15.194:6813","nonce":557032898}]},"public_addr":"172.21.15.194:6809/557032898","cluster_addr":"172.21.15.194:6811/557032898","heartbeat_back_addr":"172.21.15.194:6815/557032898","heartbeat_front_addr":"172.21.15.194:6813/557032898","state":["exists","up"]},{"osd":6,"uuid":"c5a75b0b-af77-435a-9c7f-6963a9c47fc4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6816","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6817","nonce":2434249654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6819","nonce":2434249654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6823","nonce":2434249654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":2434249654},{"type":"v1","addr":"172.21.15.194:6821","nonce":2434249654}]},"public_addr":"172.21.15.194:6817/2434249654","cluster_addr":"172.21.15.194:6819/2434249654","heartbeat_back_addr":"172.21.15.194:6823/2434249654","heartbeat_front_addr":"172.21.15.194:6821/2434249654","state":["exists","up"]},{"osd":7,"uuid":"21765abc-34ab-4869-8a34-51a409fdadd0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6825","nonce":2515554286}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6827","nonce":2515554286}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6831","nonce":2515554286}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":2515554286},{"type":"v1","addr":"172.21.15.194:6829","nonce":2515554286}]},"public_addr":"172.21.15.194:6825/2515554286","cluster_addr":"172.21.15.194:6827/2515554286","heartbeat_back_addr":"172.21.15.194:6831/2515554286","heartbeat_front_addr":"172.21.15.194:6829/2515554286","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:39:40.470883+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:39:59.121476+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:17.648343+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:37.133278+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:40:53.047812+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:09.626933+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:27.140195+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T18:41:44.807457+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.184:6800/2826736994":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3096842381":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/1485470739":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3148355547":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6801/2826736994":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/3281073359":"2023-10-13T18:38:15.162393+0000","172.21.15.184:0/3267514307":"2023-10-13T18:38:53.638560+0000","172.21.15.184:0/1931261340":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6801/1190848899":"2023-10-13T18:38:15.162393+0000","172.21.15.184:6800/1190848899":"2023-10-13T18:38:15.162393+0000","172.21.15.184:0/4252190547":"2023-10-13T18:37:52.666755+0000","172.21.15.184:6800/2576123554":"2023-10-13T18:37:52.666755+0000","172.21.15.184:0/1516428668":"2023-10-13T18:37:52.666755+0000","172.21.15.184:6801/2576123554":"2023-10-13T18:37:52.666755+0000","172.21.15.184:0/3492323518":"2023-10-13T18:37:52.666755+0000"},"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-12T18:41:59.069 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-12T18:41:59.070 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-12T18:41:59.070 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-12T18:41:59.071 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-12T18:41:59.072 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-12T18:41:59.072 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-12T18:41:59.073 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-12T18:41:59.073 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-12T18:41:59.565 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:59.717 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:41:59.866 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:59 smithi184 ceph-mon[108348]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-10-12T18:41:59.866 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:41:59 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2788972841' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T18:41:59.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:59 smithi194 ceph-mon[111052]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 64 KiB/s, 0 objects/s recovering 2023-10-12T18:41:59.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:41:59 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2788972841' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T18:42:00.572 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:00.824 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:00.976 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:01.129 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:01.329 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:01.330 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:01.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:01 smithi184 ceph-mon[108348]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-12T18:42:01.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:01 smithi194 ceph-mon[111052]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-10-12T18:42:03.002 INFO:teuthology.orchestra.run.smithi184.stdout:193273528329 2023-10-12T18:42:03.003 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-12T18:42:03.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:03 smithi194 ceph-mon[111052]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-10-12T18:42:03.905 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:03 smithi184 ceph-mon[108348]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s, 0 objects/s recovering 2023-10-12T18:42:05.021 INFO:teuthology.orchestra.run.smithi184.stdout:223338299398 2023-10-12T18:42:05.022 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-12T18:42:05.419 INFO:teuthology.orchestra.run.smithi184.stdout:38654705695 2023-10-12T18:42:05.419 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-12T18:42:05.666 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:05 smithi184 ceph-mon[108348]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:05.791 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:05.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:05 smithi194 ceph-mon[111052]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:06.614 INFO:teuthology.orchestra.run.smithi184.stdout:133143986192 2023-10-12T18:42:06.615 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-12T18:42:06.723 INFO:teuthology.orchestra.run.smithi184.stdout:111669149717 2023-10-12T18:42:06.723 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-12T18:42:07.002 INFO:teuthology.orchestra.run.smithi184.stdout:163208757261 2023-10-12T18:42:07.003 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-12T18:42:07.085 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:07.085 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:07.420 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:07.526 INFO:teuthology.orchestra.run.smithi184.stdout:193273528330 2023-10-12T18:42:07.660 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:07 smithi184 ceph-mon[108348]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:07.660 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:07 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/284584505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-12T18:42:07.773 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:07.800 INFO:teuthology.orchestra.run.smithi184.stdout:60129542171 2023-10-12T18:42:07.801 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-12T18:42:07.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:07 smithi194 ceph-mon[111052]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:07.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:07 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/284584505' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-12T18:42:08.169 INFO:teuthology.orchestra.run.smithi184.stdout:81604378648 2023-10-12T18:42:08.169 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-12T18:42:08.200 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:09.165 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528329 got 193273528330 for osd.6 2023-10-12T18:42:09.165 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:09.498 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:09.821 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:09 smithi184 ceph-mon[108348]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:09.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:09 smithi194 ceph-mon[111052]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:11.019 INFO:teuthology.orchestra.run.smithi184.stdout:38654705696 2023-10-12T18:42:11.439 INFO:teuthology.orchestra.run.smithi184.stdout:163208757262 2023-10-12T18:42:11.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:11 smithi194 ceph-mon[111052]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:11.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:11 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2353421543' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-12T18:42:11.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:11 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/703088136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-12T18:42:11.940 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:11 smithi184 ceph-mon[108348]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:11.941 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:11 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2353421543' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-12T18:42:11.941 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:11 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/703088136' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-12T18:42:11.959 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-10-12T18:42:11.959 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:12.162 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757262 for osd.5 2023-10-12T18:42:12.162 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:12.231 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:12.277 INFO:teuthology.orchestra.run.smithi184.stdout:60129542172 2023-10-12T18:42:12.410 INFO:teuthology.orchestra.run.smithi184.stdout:133143986194 2023-10-12T18:42:12.501 INFO:teuthology.orchestra.run.smithi184.stdout:223338299399 2023-10-12T18:42:12.811 INFO:teuthology.orchestra.run.smithi184.stdout:111669149718 2023-10-12T18:42:12.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:12 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2459463721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-12T18:42:12.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:12 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/3023061225' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-12T18:42:12.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:12 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/223010252' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-12T18:42:12.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:12 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2459463721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-12T18:42:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:12 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/3023061225' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-12T18:42:12.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:12 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/223010252' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-12T18:42:12.991 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299399 for osd.7 2023-10-12T18:42:12.992 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:13.282 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-10-12T18:42:13.282 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:13.499 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986194 for osd.4 2023-10-12T18:42:13.500 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:13.815 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:13 smithi184 ceph-mon[108348]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:13.816 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:13 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/988065782' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-12T18:42:13.817 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149718 for osd.3 2023-10-12T18:42:13.817 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:13.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:13 smithi194 ceph-mon[111052]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:13.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:13 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/988065782' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-12T18:42:14.709 INFO:teuthology.orchestra.run.smithi184.stdout:81604378649 2023-10-12T18:42:15.145 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-10-12T18:42:15.145 DEBUG:teuthology.parallel:result is None 2023-10-12T18:42:15.145 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-12T18:42:15.146 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-12T18:42:15.373 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:15 smithi194 ceph-mon[111052]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:15.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:15 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2804196835' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-12T18:42:15.911 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:15 smithi184 ceph-mon[108348]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:15.911 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:15 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2804196835' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-12T18:42:16.600 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:16.602 INFO:teuthology.orchestra.run.smithi184.stderr:dumped all 2023-10-12T18:42:16.973 INFO:teuthology.orchestra.run.smithi184.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-10-12T18:42:15.726816+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":6,"num_bytes_recovered":1586784,"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":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48328,"kb_used_data":6024,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912888,"statfs":{"total":767960285184,"available":767910797312,"internally_reserved":0,"allocated":6168576,"data_stored":3433416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"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.002114"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-10-12T18:41:50.603918+0000","last_change":"2023-10-12T18:41:50.603918+0000","last_active":"2023-10-12T18:41:50.603918+0000","last_peered":"2023-10-12T18:41:50.603918+0000","last_clean":"2023-10-12T18:41:50.603918+0000","last_became_active":"2023-10-12T18:41:50.603545+0000","last_became_peered":"2023-10-12T18:41:50.603545+0000","last_unstale":"2023-10-12T18:41:50.603918+0000","last_undegraded":"2023-10-12T18:41:50.603918+0000","last_fullsized":"2023-10-12T18:41:50.603918+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-12T18:40:20.483179+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-12T18:40:20.483179+0000","last_clean_scrub_stamp":"2023-10-12T18:40:20.483179+0000","objects_scrubbed":0,"log_size":117,"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-13T20:55:20.676724+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":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":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":6,"num_bytes_recovered":1586784,"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":3194880,"data_stored":3173568,"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":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"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.40300000000000002}]},{"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.499}]},{"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.57899999999999996}]},{"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.51600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"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.48399999999999999}]},{"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.504}]},{"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.40899999999999997}]},{"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.56599999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:42:01 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.34599999999999997,"15min":0.33600000000000002},"min":{"1min":0.26400000000000001,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.56899999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.33900000000000002,"15min":0.33000000000000002},"min":{"1min":0.252,"5min":0.217,"15min":0.217},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.377}]},{"osd":2,"last update":"Thu Oct 12 18:41:25 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.312},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.35999999999999999}]},{"osd":3,"last update":"Thu Oct 12 18:41:45 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.41399999999999998}]},{"osd":4,"last update":"Thu Oct 12 18:41:56 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.53200000000000003}]},{"osd":5,"last update":"Thu Oct 12 18:42:11 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.59799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61399999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]}]},{"osd":0,"up_from":9,"seq":38654705697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6844,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738308,"statfs":{"total":95995035648,"available":95988027392,"internally_reserved":0,"allocated":1101824,"data_stored":759612,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Oct 12 18:42:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.48499999999999999,"15min":0.501},"min":{"1min":0.27600000000000002,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.53100000000000003,"5min":3.9540000000000002,"15min":3.9540000000000002},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.34899999999999998,"15min":0.34100000000000003},"min":{"1min":0.26600000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.39100000000000001}]},{"osd":2,"last update":"Thu Oct 12 18:41:21 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":4.2869999999999999,"5min":4.2869999999999999,"15min":4.2869999999999999},"last":0.41199999999999998}]},{"osd":3,"last update":"Thu Oct 12 18:41:40 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.45400000000000001}]},{"osd":4,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.65900000000000003}]},{"osd":5,"last update":"Thu Oct 12 18:42:11 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.087,"5min":1.087,"15min":1.087},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.79100000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.754}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.80500000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:41:21 2023","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.27500000000000002},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.378}]},{"osd":1,"last update":"Thu Oct 12 18:41:21 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.32500000000000001}]},{"osd":3,"last update":"Thu Oct 12 18:41:39 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Oct 12 18:41:58 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.52900000000000003}]},{"osd":5,"last update":"Thu Oct 12 18:42:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.089,"5min":1.089,"15min":1.089},"last":0.622}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:41:38 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.318},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.30299999999999999}]},{"osd":1,"last update":"Thu Oct 12 18:41:38 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.35999999999999999}]},{"osd":2,"last update":"Thu Oct 12 18:41:38 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.253}]},{"osd":4,"last update":"Thu Oct 12 18:42:00 2023","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.0529999999999999,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.45400000000000001}]},{"osd":5,"last update":"Thu Oct 12 18:42:13 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.435}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.72199999999999998}]},{"osd":1,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.70899999999999996}]},{"osd":2,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.69399999999999995}]},{"osd":3,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.73599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35599999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.371}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51300000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"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.52100000000000002}]},{"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.44700000000000001}]},{"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.67700000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70499999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65700000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-12T18:42:16.975 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-12T18:42:17.201 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:17.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:17 smithi194 ceph-mon[111052]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:17.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:17 smithi194 ceph-mon[111052]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:17.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:17 smithi184 ceph-mon[108348]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:17.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:17 smithi184 ceph-mon[108348]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:18.429 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:18.431 INFO:teuthology.orchestra.run.smithi184.stderr:dumped all 2023-10-12T18:42:18.847 INFO:teuthology.orchestra.run.smithi184.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2023-10-12T18:42:17.727185+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":6,"num_bytes_recovered":1586784,"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":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48328,"kb_used_data":6024,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912888,"statfs":{"total":767960285184,"available":767910797312,"internally_reserved":0,"allocated":6168576,"data_stored":3433416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"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.002179"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-10-12T18:41:50.603918+0000","last_change":"2023-10-12T18:41:50.603918+0000","last_active":"2023-10-12T18:41:50.603918+0000","last_peered":"2023-10-12T18:41:50.603918+0000","last_clean":"2023-10-12T18:41:50.603918+0000","last_became_active":"2023-10-12T18:41:50.603545+0000","last_became_peered":"2023-10-12T18:41:50.603545+0000","last_unstale":"2023-10-12T18:41:50.603918+0000","last_undegraded":"2023-10-12T18:41:50.603918+0000","last_fullsized":"2023-10-12T18:41:50.603918+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-12T18:40:20.483179+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-12T18:40:20.483179+0000","last_clean_scrub_stamp":"2023-10-12T18:40:20.483179+0000","objects_scrubbed":0,"log_size":117,"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-13T20:55:20.676724+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":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":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":6,"num_bytes_recovered":1586784,"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":3194880,"data_stored":3173568,"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":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40799999999999997}]},{"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.36099999999999999}]},{"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.504}]},{"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.45100000000000001}]},{"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.52300000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59599999999999997}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"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.48399999999999999}]},{"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.504}]},{"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.40899999999999997}]},{"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.56599999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:42:01 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.34599999999999997,"15min":0.33600000000000002},"min":{"1min":0.26400000000000001,"5min":0.17499999999999999,"15min":0.17499999999999999},"max":{"1min":0.56899999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.33900000000000002,"15min":0.33000000000000002},"min":{"1min":0.252,"5min":0.217,"15min":0.217},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.34599999999999997}]},{"osd":2,"last update":"Thu Oct 12 18:41:25 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.308}]},{"osd":3,"last update":"Thu Oct 12 18:41:45 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.36899999999999999}]},{"osd":4,"last update":"Thu Oct 12 18:41:56 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.52500000000000002}]},{"osd":5,"last update":"Thu Oct 12 18:42:11 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.47399999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57299999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6844,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738308,"statfs":{"total":95995035648,"available":95988027392,"internally_reserved":0,"allocated":1101824,"data_stored":759612,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Oct 12 18:42:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.48499999999999999,"15min":0.501},"min":{"1min":0.27600000000000002,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.53100000000000003,"5min":3.9540000000000002,"15min":3.9540000000000002},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.34899999999999998,"15min":0.34100000000000003},"min":{"1min":0.26600000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.35399999999999998}]},{"osd":2,"last update":"Thu Oct 12 18:41:21 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":4.2869999999999999,"5min":4.2869999999999999,"15min":4.2869999999999999},"last":0.36799999999999999}]},{"osd":3,"last update":"Thu Oct 12 18:41:40 2023","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.378},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.39700000000000002}]},{"osd":4,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.622}]},{"osd":5,"last update":"Thu Oct 12 18:42:11 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.087,"5min":1.087,"15min":1.087},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.70999999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69299999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70099999999999996}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:41:21 2023","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.27500000000000002},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.378}]},{"osd":1,"last update":"Thu Oct 12 18:41:21 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.32500000000000001}]},{"osd":3,"last update":"Thu Oct 12 18:41:39 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.39000000000000001}]},{"osd":4,"last update":"Thu Oct 12 18:41:58 2023","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"last":0.52900000000000003}]},{"osd":5,"last update":"Thu Oct 12 18:42:12 2023","interfaces":[{"interface":"back","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.089,"5min":1.089,"15min":1.089},"last":0.622}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57699999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:41:38 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.318},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.30299999999999999}]},{"osd":1,"last update":"Thu Oct 12 18:41:38 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.35999999999999999}]},{"osd":2,"last update":"Thu Oct 12 18:41:38 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.253}]},{"osd":4,"last update":"Thu Oct 12 18:42:00 2023","interfaces":[{"interface":"back","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.0529999999999999,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.45400000000000001}]},{"osd":5,"last update":"Thu Oct 12 18:42:13 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.435}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":230985,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.72199999999999998}]},{"osd":1,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.70899999999999996}]},{"osd":2,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.69399999999999995}]},{"osd":3,"last update":"Thu Oct 12 18:41:55 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.73599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35599999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.371}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51300000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5620,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739532,"statfs":{"total":95995035648,"available":95989280768,"internally_reserved":0,"allocated":569344,"data_stored":230684,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Oct 12 18:42:15 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.504},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.40200000000000002}]},{"osd":1,"last update":"Thu Oct 12 18:42:15 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.47299999999999998}]},{"osd":2,"last update":"Thu Oct 12 18:42:15 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.38100000000000001}]},{"osd":3,"last update":"Thu Oct 12 18:42:15 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.45600000000000002}]},{"osd":4,"last update":"Thu Oct 12 18:42:15 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.52500000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60999999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57799999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-12T18:42:18.849 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-12T18:42:18.850 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-12T18:42:18.850 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-12T18:42:18.850 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-12T18:42:19.076 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/mon.smithi184/config 2023-10-12T18:42:19.861 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:19 smithi184 ceph-mon[108348]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:19.861 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:19 smithi184 ceph-mon[108348]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:19 smithi194 ceph-mon[111052]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:19.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:19 smithi194 ceph-mon[111052]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:20.243 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:20.244 INFO:teuthology.orchestra.run.smithi184.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-12T18:42:20.623 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-12T18:42:20.624 INFO:tasks.cephadm:Setup complete, yielding 2023-10-12T18:42:20.624 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T18:42:20.633 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:20.633 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-12T18:42:20.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:20 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1749764815' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-12T18:42:20.951 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:20 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1749764815' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-12T18:42:21.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:21 smithi194 ceph-mon[111052]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:21.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:21 smithi184 ceph-mon[108348]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:22.055 INFO:teuthology.orchestra.run.smithi184.stdout:Backend: cephadm 2023-10-12T18:42:22.056 INFO:teuthology.orchestra.run.smithi184.stdout:Available: Yes 2023-10-12T18:42:22.056 INFO:teuthology.orchestra.run.smithi184.stdout:Paused: No 2023-10-12T18:42:22.431 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-12T18:42:23.876 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:42:23.876 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (2m) 102s ago 3m 16.5M - ba2b418f427c b1f9370e9b1c 2023-10-12T18:42:23.877 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (3m) 102s ago 3m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:42:23.877 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (3m) 40s ago 3m 7155k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:42:23.877 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (2m) 102s ago 3m 46.6M - 8.3.5 dad864ee21e9 6d092a63d74a 2023-10-12T18:42:23.877 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (4m) 102s ago 4m 463M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:42:23.877 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (3m) 40s ago 3m 418M - 17.2.0 e1d6a67b021e 18497ccf823a 2023-10-12T18:42:23.878 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (4m) 102s ago 4m 60.4M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:42:23.878 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (3m) 40s ago 3m 52.7M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:42:23.878 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (3m) 102s ago 3m 24.9M - 1dbe0e931976 5539bd610468 2023-10-12T18:42:23.878 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (3m) 40s ago 3m 25.2M - 1dbe0e931976 652f70f5cd9b 2023-10-12T18:42:23.879 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (2m) 102s ago 2m 37.8M 3222M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:42:23.879 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (2m) 102s ago 2m 45.5M 3222M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:42:23.879 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (2m) 102s ago 2m 36.9M 3222M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:42:23.880 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (111s) 102s ago 110s 32.2M 3222M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:42:23.880 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (95s) 40s ago 94s 40.4M 3990M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:42:23.880 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (78s) 40s ago 78s 37.2M 3990M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:42:23.880 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (61s) 40s ago 61s 38.6M 3990M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:42:23.880 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (43s) 40s ago 43s 13.6M 3990M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:42:23.881 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (3m) 102s ago 3m 46.7M - 514e6a882f6e 6de8cb70ac0f 2023-10-12T18:42:23.898 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:23 smithi184 ceph-mon[108348]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:23.899 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:23 smithi184 ceph-mon[108348]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:23.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:23 smithi194 ceph-mon[111052]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:23.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:23 smithi194 ceph-mon[111052]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:24.255 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-12T18:42:25.599 INFO:teuthology.orchestra.run.smithi184.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-12T18:42:25.599 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager ?:9093,9094 1/1 103s ago 4m count:1 2023-10-12T18:42:25.600 INFO:teuthology.orchestra.run.smithi184.stdout:crash 2/2 103s ago 4m * 2023-10-12T18:42:25.600 INFO:teuthology.orchestra.run.smithi184.stdout:grafana ?:3000 1/1 103s ago 4m count:1 2023-10-12T18:42:25.600 INFO:teuthology.orchestra.run.smithi184.stdout:mgr 2/2 103s ago 4m count:2 2023-10-12T18:42:25.600 INFO:teuthology.orchestra.run.smithi184.stdout:mon 2/2 103s ago 3m smithi184:172.21.15.184=smithi184;smithi194:172.21.15.194=smithi194;count:2 2023-10-12T18:42:25.600 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter ?:9100 2/2 103s ago 4m * 2023-10-12T18:42:25.601 INFO:teuthology.orchestra.run.smithi184.stdout:osd 8 103s ago - 2023-10-12T18:42:25.601 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus ?:9095 1/1 103s ago 4m count:1 2023-10-12T18:42:25.938 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:25 smithi184 ceph-mon[108348]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:25.939 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:25 smithi184 ceph-mon[108348]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:25.980 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-12T18:42:26.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:25 smithi194 ceph-mon[111052]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:26.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:25 smithi194 ceph-mon[111052]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:26.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:26 smithi184 ceph-mon[108348]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:26 smithi194 ceph-mon[111052]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:27.416 INFO:teuthology.orchestra.run.smithi184.stdout:HOST ADDR LABELS STATUS 2023-10-12T18:42:27.417 INFO:teuthology.orchestra.run.smithi184.stdout:smithi184 172.21.15.184 2023-10-12T18:42:27.417 INFO:teuthology.orchestra.run.smithi184.stdout:smithi194 172.21.15.194 2023-10-12T18:42:27.417 INFO:teuthology.orchestra.run.smithi184.stdout:2 hosts in cluster 2023-10-12T18:42:27.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:27 smithi184 ceph-mon[108348]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:27.804 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-12T18:42:28.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:27 smithi194 ceph-mon[111052]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:28.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:28 smithi184 ceph-mon[108348]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:29.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:28 smithi194 ceph-mon[111052]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:29.280 INFO:teuthology.orchestra.run.smithi184.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-10-12T18:42:29.280 INFO:teuthology.orchestra.run.smithi184.stdout:smithi184 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT626500CE400BGN 400G LVM detected, locked 2023-10-12T18:42:29.280 INFO:teuthology.orchestra.run.smithi184.stdout:smithi194 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6240002A400BGN 400G LVM detected, locked 2023-10-12T18:42:29.682 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-12T18:42:29.695 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:29.696 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-12T18:42:29.726 INFO:teuthology.orchestra.run.smithi184.stderr:+ systemctl stop nfs-server 2023-10-12T18:42:29.733 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi194.front.sepia.ceph.com 2023-10-12T18:42:29.734 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-12T18:42:29.773 INFO:teuthology.orchestra.run.smithi194.stderr:+ systemctl stop nfs-server 2023-10-12T18:42:29.781 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T18:42:29.791 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:29.792 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-12T18:42:29.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:29 smithi184 ceph-mon[108348]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:30.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:29 smithi194 ceph-mon[111052]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:30.860 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:30 smithi184 ceph-mon[108348]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:31.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:30 smithi194 ceph-mon[111052]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:31.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:31 smithi184 ceph-mon[108348]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:31.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:31 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-12T18:42:32.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:31 smithi194 ceph-mon[111052]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:32.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:31 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-12T18:42:32.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:32 smithi184 ceph-mon[108348]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:32.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:32 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-12T18:42:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:32 smithi184 ceph-mon[108348]: osdmap e57: 8 total, 8 up, 8 in 2023-10-12T18:42:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:32 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-12T18:42:32.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:32 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi184[108325]: 2023-10-12T18:42:32.698+0000 7fa82b70d700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-12T18:42:33.067 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:32 smithi194 ceph-mon[111052]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:33.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:32 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-12T18:42:33.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:32 smithi194 ceph-mon[111052]: osdmap e57: 8 total, 8 up, 8 in 2023-10-12T18:42:33.068 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:32 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-12T18:42:33.121 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-12T18:42:33.131 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-10-12T18:42:33.132 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T18:42:33.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:33.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-12T18:42:33.721 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: osdmap e58: 8 total, 8 up, 8 in 2023-10-12T18:42:33.722 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-12T18:42:33.722 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-12T18:42:33.722 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-12T18:42:33.722 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: osdmap e59: 8 total, 8 up, 8 in 2023-10-12T18:42:33.722 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-12T18:42:33.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: fsmap foofs:0 2023-10-12T18:42:33.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:33.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:33.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:33.723 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:33.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:33.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:33.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.wxbsoe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T18:42:33.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.wxbsoe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T18:42:33.724 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:33 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:34.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:34.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-12T18:42:34.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: osdmap e58: 8 total, 8 up, 8 in 2023-10-12T18:42:34.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-12T18:42:34.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-12T18:42:34.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-12T18:42:34.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: osdmap e59: 8 total, 8 up, 8 in 2023-10-12T18:42:34.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-12T18:42:34.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: fsmap foofs:0 2023-10-12T18:42:34.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:34.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:34.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:34.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:34.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:34.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:34.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.wxbsoe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T18:42:34.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.wxbsoe", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T18:42:34.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:33 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:34.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:34 smithi184 ceph-mon[108348]: Saving service mds.foofs spec with placement count:2 2023-10-12T18:42:34.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:34 smithi184 ceph-mon[108348]: Deploying daemon mds.foofs.smithi184.wxbsoe on smithi184 2023-10-12T18:42:34.914 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:34 smithi184 ceph-mon[108348]: osdmap e60: 8 total, 8 up, 8 in 2023-10-12T18:42:34.970 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:34.970 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T18:38:06.328501Z", "last_refresh": "2023-10-12T18:40:41.725820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T18:38:02.349670Z", "last_refresh": "2023-10-12T18:40:41.725900Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-12T18:38:04.329136Z", "last_refresh": "2023-10-12T18:40:41.725960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T18:42:32.725799Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T18:42:32.715284Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T18:38:01.067063Z", "last_refresh": "2023-10-12T18:40:41.725743Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi184:172.21.15.184=smithi184", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T18:38:35.779909Z", "last_refresh": "2023-10-12T18:40:41.725593Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T18:38:05.379381Z", "last_refresh": "2023-10-12T18:40:41.726019Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-10-12T18:40:41.726139Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T18:38:03.422070Z", "last_refresh": "2023-10-12T18:40:41.726079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T18:42:35.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:34 smithi194 ceph-mon[111052]: Saving service mds.foofs spec with placement count:2 2023-10-12T18:42:35.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:34 smithi194 ceph-mon[111052]: Deploying daemon mds.foofs.smithi184.wxbsoe on smithi184 2023-10-12T18:42:35.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:34 smithi194 ceph-mon[111052]: osdmap e60: 8 total, 8 up, 8 in 2023-10-12T18:42:35.487 INFO:tasks.cephadm:mds.foofs has 0/2 2023-10-12T18:42:35.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:35 smithi194 ceph-mon[111052]: pgmap v158: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:35.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:35 smithi194 ceph-mon[111052]: osdmap e61: 8 total, 8 up, 8 in 2023-10-12T18:42:35.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:35 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:35.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:35 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.jzncea", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T18:42:35.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:35 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.jzncea", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T18:42:35.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:35 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:35.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:35 smithi184 ceph-mon[108348]: pgmap v158: 65 pgs: 8 creating+peering, 1 active+clean, 56 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:35.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:35 smithi184 ceph-mon[108348]: osdmap e61: 8 total, 8 up, 8 in 2023-10-12T18:42:35.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:35 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:35.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:35 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.jzncea", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T18:42:35.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:35 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.jzncea", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T18:42:35.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:35 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:36.489 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T18:42:36.815 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:36.816 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: Deploying daemon mds.foofs.smithi194.jzncea on smithi194 2023-10-12T18:42:36.816 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: mds.? [v2:172.21.15.184:6834/2108603101,v1:172.21.15.184:6835/2108603101] up:boot 2023-10-12T18:42:36.816 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: daemon mds.foofs.smithi184.wxbsoe assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-12T18:42:36.816 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-12T18:42:36.817 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-12T18:42:36.817 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: Cluster is now healthy 2023-10-12T18:42:36.817 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: fsmap foofs:0 1 up:standby 2023-10-12T18:42:36.817 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.wxbsoe"}]: dispatch 2023-10-12T18:42:36.817 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: fsmap foofs:1 {0=foofs.smithi184.wxbsoe=up:creating} 2023-10-12T18:42:36.818 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:36 smithi184 ceph-mon[108348]: daemon mds.foofs.smithi184.wxbsoe is now active in filesystem foofs as rank 0 2023-10-12T18:42:37.114 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:37.114 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: Deploying daemon mds.foofs.smithi194.jzncea on smithi194 2023-10-12T18:42:37.115 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: mds.? [v2:172.21.15.184:6834/2108603101,v1:172.21.15.184:6835/2108603101] up:boot 2023-10-12T18:42:37.115 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: daemon mds.foofs.smithi184.wxbsoe assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-12T18:42:37.115 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-12T18:42:37.115 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-12T18:42:37.115 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: Cluster is now healthy 2023-10-12T18:42:37.116 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: fsmap foofs:0 1 up:standby 2023-10-12T18:42:37.116 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.wxbsoe"}]: dispatch 2023-10-12T18:42:37.116 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: fsmap foofs:1 {0=foofs.smithi184.wxbsoe=up:creating} 2023-10-12T18:42:37.116 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:36 smithi194 ceph-mon[111052]: daemon mds.foofs.smithi184.wxbsoe is now active in filesystem foofs as rank 0 2023-10-12T18:42:37.871 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: pgmap v160: 65 pgs: 8 creating+peering, 26 active+clean, 31 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:37.872 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:37.872 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:37.872 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:37.872 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:37.872 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: mds.? [v2:172.21.15.184:6834/2108603101,v1:172.21.15.184:6835/2108603101] up:active 2023-10-12T18:42:37.873 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: mds.? [v2:172.21.15.194:6832/4227532733,v1:172.21.15.194:6833/4227532733] up:boot 2023-10-12T18:42:37.873 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: fsmap foofs:1 {0=foofs.smithi184.wxbsoe=up:active} 1 up:standby 2023-10-12T18:42:37.873 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.jzncea"}]: dispatch 2023-10-12T18:42:37.873 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:37 smithi184 ceph-mon[108348]: fsmap foofs:1 {0=foofs.smithi184.wxbsoe=up:active} 1 up:standby 2023-10-12T18:42:37.888 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:37.888 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T18:38:06.328501Z", "last_refresh": "2023-10-12T18:40:41.725820Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T18:38:02.349670Z", "last_refresh": "2023-10-12T18:40:41.725900Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-12T18:38:04.329136Z", "last_refresh": "2023-10-12T18:40:41.725960Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T18:42:32.725799Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T18:42:32.715284Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T18:38:01.067063Z", "last_refresh": "2023-10-12T18:40:41.725743Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi184:172.21.15.184=smithi184", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T18:38:35.779909Z", "last_refresh": "2023-10-12T18:40:41.725593Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T18:38:05.379381Z", "last_refresh": "2023-10-12T18:40:41.726019Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-10-12T18:40:41.726139Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T18:38:03.422070Z", "last_refresh": "2023-10-12T18:40:41.726079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T18:42:38.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: pgmap v160: 65 pgs: 8 creating+peering, 26 active+clean, 31 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-10-12T18:42:38.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:38.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:38.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:38.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:38.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: mds.? [v2:172.21.15.184:6834/2108603101,v1:172.21.15.184:6835/2108603101] up:active 2023-10-12T18:42:38.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: mds.? [v2:172.21.15.194:6832/4227532733,v1:172.21.15.194:6833/4227532733] up:boot 2023-10-12T18:42:38.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: fsmap foofs:1 {0=foofs.smithi184.wxbsoe=up:active} 1 up:standby 2023-10-12T18:42:38.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.jzncea"}]: dispatch 2023-10-12T18:42:38.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:37 smithi194 ceph-mon[111052]: fsmap foofs:1 {0=foofs.smithi184.wxbsoe=up:active} 1 up:standby 2023-10-12T18:42:38.496 INFO:tasks.cephadm:mds.foofs has 0/2 2023-10-12T18:42:39.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:38 smithi194 ceph-mon[111052]: pgmap v161: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 3 op/s 2023-10-12T18:42:39.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:38 smithi194 ceph-mon[111052]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:39.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:38 smithi184 ceph-mon[108348]: pgmap v161: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 3 op/s 2023-10-12T18:42:39.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:38 smithi184 ceph-mon[108348]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:39.497 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T18:42:40.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:40.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:39 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:40.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:40.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:39 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:41.703 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:41.704 INFO:teuthology.orchestra.run.smithi184.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T18:38:06.328501Z", "last_refresh": "2023-10-12T18:42:40.816491Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T18:38:02.349670Z", "last_refresh": "2023-10-12T18:42:38.846306Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-12T18:38:04.329136Z", "last_refresh": "2023-10-12T18:42:40.816662Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T18:42:32.725799Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T18:42:32.715284Z", "last_refresh": "2023-10-12T18:42:38.846935Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T18:38:01.067063Z", "last_refresh": "2023-10-12T18:42:38.846459Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi184:172.21.15.184=smithi184", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T18:38:35.779909Z", "last_refresh": "2023-10-12T18:42:38.846529Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T18:38:05.379381Z", "last_refresh": "2023-10-12T18:42:38.846611Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-10-12T18:42:38.846677Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T18:38:03.422070Z", "last_refresh": "2023-10-12T18:42:40.816786Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T18:42:41.884 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 4 op/s 2023-10-12T18:42:41.884 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:41.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:41.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:41.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:41.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:41.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:41 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 4 op/s 2023-10-12T18:42:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:41.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:41.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:41 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:42.036 INFO:tasks.cephadm:mds.foofs has 2/2 2023-10-12T18:42:42.037 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T18:42:42.052 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:42.053 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-10-12T18:42:43.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:43 smithi194 ceph-mon[111052]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:43.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:43 smithi194 ceph-mon[111052]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-12T18:42:43.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:43 smithi184 ceph-mon[108348]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T18:42:43.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:43 smithi184 ceph-mon[108348]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-10-12T18:42:44.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:44 smithi194 ceph-mon[111052]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:44 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-10-12T18:42:44.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:44 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:44.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:44 smithi184 ceph-mon[108348]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:44.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:44 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-10-12T18:42:44.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:44 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:45.540 INFO:teuthology.orchestra.run.smithi184.stdout:NFS Cluster Created Successfully 2023-10-12T18:42:45.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:45 smithi184 ceph-mon[108348]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-12T18:42:45.894 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-10-12T18:42:45.894 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:45 smithi184 ceph-mon[108348]: osdmap e62: 8 total, 8 up, 8 in 2023-10-12T18:42:45.895 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:45 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-12T18:42:45.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:45 smithi194 ceph-mon[111052]: pgmap v164: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-10-12T18:42:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-10-12T18:42:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:45 smithi194 ceph-mon[111052]: osdmap e62: 8 total, 8 up, 8 in 2023-10-12T18:42:45.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:45 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-12T18:42:45.925 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-12T18:42:46.837 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-12T18:42:46.837 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: osdmap e63: 8 total, 8 up, 8 in 2023-10-12T18:42:46.837 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: Saving service nfs.foo spec with placement count:2 2023-10-12T18:42:46.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:46.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:46.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:46.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:46.838 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:46.839 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:46.839 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: Creating key for client.nfs.foo.0.0.smithi184.qlwwqw 2023-10-12T18:42:46.839 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T18:42:46.839 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T18:42:46.839 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-12T18:42:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T18:42:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T18:42:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T18:42:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T18:42:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: Rados config object exists: conf-nfs.foo 2023-10-12T18:42:46.841 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: Creating key for client.nfs.foo.0.0.smithi184.qlwwqw-rgw 2023-10-12T18:42:46.841 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T18:42:46.841 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T18:42:46.841 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-12T18:42:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: osdmap e63: 8 total, 8 up, 8 in 2023-10-12T18:42:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: Saving service nfs.foo spec with placement count:2 2023-10-12T18:42:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:46.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:46.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: Creating key for client.nfs.foo.0.0.smithi184.qlwwqw 2023-10-12T18:42:46.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T18:42:46.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T18:42:46.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-12T18:42:46.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T18:42:46.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T18:42:46.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:46.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T18:42:46.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T18:42:46.906 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: Rados config object exists: conf-nfs.foo 2023-10-12T18:42:46.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: Creating key for client.nfs.foo.0.0.smithi184.qlwwqw-rgw 2023-10-12T18:42:46.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T18:42:46.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi184.qlwwqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T18:42:46.907 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:47.701 INFO:teuthology.orchestra.run.smithi184.stderr:Invalid command: Unexpected argument '--clusterid' 2023-10-12T18:42:47.702 INFO:teuthology.orchestra.run.smithi184.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-10-12T18:42:47.702 INFO:teuthology.orchestra.run.smithi184.stderr:Error EINVAL: invalid command 2023-10-12T18:42:47.791 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:47 smithi184 ceph-mon[108348]: Deploying daemon nfs.foo.0.0.smithi184.qlwwqw on smithi184 2023-10-12T18:42:47.792 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:47 smithi184 ceph-mon[108348]: pgmap v167: 97 pgs: 13 creating+peering, 19 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2023-10-12T18:42:47.792 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:47 smithi184 ceph-mon[108348]: osdmap e64: 8 total, 8 up, 8 in 2023-10-12T18:42:47.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:47 smithi194 ceph-mon[111052]: Deploying daemon nfs.foo.0.0.smithi184.qlwwqw on smithi184 2023-10-12T18:42:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:47 smithi194 ceph-mon[111052]: pgmap v167: 97 pgs: 13 creating+peering, 19 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2023-10-12T18:42:47.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:47 smithi194 ceph-mon[111052]: osdmap e64: 8 total, 8 up, 8 in 2023-10-12T18:42:48.052 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:42:48.052 INFO:teuthology.orchestra.run.smithi184.stdout: "bind": "/fake", 2023-10-12T18:42:48.052 INFO:teuthology.orchestra.run.smithi184.stdout: "fs": "foofs", 2023-10-12T18:42:48.053 INFO:teuthology.orchestra.run.smithi184.stdout: "path": "/", 2023-10-12T18:42:48.053 INFO:teuthology.orchestra.run.smithi184.stdout: "cluster": "foo", 2023-10-12T18:42:48.053 INFO:teuthology.orchestra.run.smithi184.stdout: "mode": "RW" 2023-10-12T18:42:48.053 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:42:48.435 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-10-12T18:42:48.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: mgrmap e20: smithi184.luupqj(active, since 3m), standbys: smithi194.zwcjew 2023-10-12T18:42:48.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:48.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T18:42:48.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T18:42:48.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T18:42:48.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T18:42:48.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:48.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-10-12T18:42:48.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:48 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-10-12T18:42:48.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: mgrmap e20: smithi184.luupqj(active, since 3m), standbys: smithi194.zwcjew 2023-10-12T18:42:48.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:48.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T18:42:48.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T18:42:48.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T18:42:48.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T18:42:48.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:48.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-10-12T18:42:48.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:48 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-10-12T18:42:49.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:49 smithi194 ceph-mon[111052]: pgmap v169: 97 pgs: 13 creating+peering, 7 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-12T18:42:49.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:49 smithi194 ceph-mon[111052]: Creating key for client.nfs.foo.1.0.smithi194.xltnhd 2023-10-12T18:42:49.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:49 smithi194 ceph-mon[111052]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-12T18:42:49.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:49 smithi194 ceph-mon[111052]: from='client.24315 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:49 smithi184 ceph-mon[108348]: pgmap v169: 97 pgs: 13 creating+peering, 7 unknown, 77 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-12T18:42:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:49 smithi184 ceph-mon[108348]: Creating key for client.nfs.foo.1.0.smithi194.xltnhd 2023-10-12T18:42:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:49 smithi184 ceph-mon[108348]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-12T18:42:49.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:49 smithi184 ceph-mon[108348]: from='client.24315 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:51.826 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: pgmap v170: 97 pgs: 1 creating+peering, 96 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-10-12T18:42:51.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:51.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T18:42:51.827 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T18:42:51.828 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T18:42:51.828 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T18:42:51.828 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:51 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:51.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: pgmap v170: 97 pgs: 1 creating+peering, 96 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-10-12T18:42:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T18:42:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T18:42:51.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T18:42:51.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi194.xltnhd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T18:42:51.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:51 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:52.647 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:52 smithi194 ceph-mon[111052]: Rados config object exists: conf-nfs.foo 2023-10-12T18:42:52.648 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:52 smithi194 ceph-mon[111052]: Creating key for client.nfs.foo.1.0.smithi194.xltnhd-rgw 2023-10-12T18:42:52.648 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:52 smithi194 ceph-mon[111052]: Deploying daemon nfs.foo.1.0.smithi194.xltnhd on smithi194 2023-10-12T18:42:52.648 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:52 smithi194 ceph-mon[111052]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:52.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:52 smithi184 ceph-mon[108348]: Rados config object exists: conf-nfs.foo 2023-10-12T18:42:52.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:52 smithi184 ceph-mon[108348]: Creating key for client.nfs.foo.1.0.smithi194.xltnhd-rgw 2023-10-12T18:42:52.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:52 smithi184 ceph-mon[108348]: Deploying daemon nfs.foo.1.0.smithi194.xltnhd on smithi194 2023-10-12T18:42:52.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:52 smithi184 ceph-mon[108348]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:53.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:53 smithi194 ceph-mon[111052]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-10-12T18:42:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:53 smithi194 ceph-mon[111052]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:53.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:53.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:53.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:53 smithi184 ceph-mon[108348]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-10-12T18:42:53.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:53 smithi184 ceph-mon[108348]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:53.957 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:53.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:54.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-10-12T18:42:54.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-10-12T18:42:54.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-12T18:42:54.885 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-10-12T18:42:54.886 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:42:54.886 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:42:54.886 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:54.886 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:54 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:54.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-10-12T18:42:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-10-12T18:42:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-10-12T18:42:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-10-12T18:42:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:42:54.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:42:54.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:54.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:54 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-10-12T18:42:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-10-12T18:42:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-10-12T18:42:55.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-10-12T18:42:55.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-10-12T18:42:55.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:55 smithi194 ceph-mon[111052]: osdmap e65: 8 total, 8 up, 8 in 2023-10-12T18:42:55.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-10-12T18:42:55.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-10-12T18:42:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-10-12T18:42:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-10-12T18:42:55.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-10-12T18:42:55.956 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:55 smithi184 ceph-mon[108348]: osdmap e65: 8 total, 8 up, 8 in 2023-10-12T18:42:56.473 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-10-12T18:42:56.808 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:56.808 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: osdmap e66: 8 total, 8 up, 8 in 2023-10-12T18:42:56.808 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.808 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.809 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.809 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:56.809 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:56.809 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:56.809 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.810 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:56 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.841 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-12T18:42:56.851 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:56.852 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-12T18:42:56.880 INFO:teuthology.orchestra.run.smithi184.stderr:+ mkdir /mnt/foo 2023-10-12T18:42:56.888 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-10-12T18:42:56.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:56.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: osdmap e66: 8 total, 8 up, 8 in 2023-10-12T18:42:56.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:42:56.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:42:56.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:42:56.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.905 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:56 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:42:56.955 INFO:teuthology.orchestra.run.smithi184.stderr:++ hostname 2023-10-12T18:42:56.955 INFO:teuthology.orchestra.run.smithi184.stderr:+ mount -t nfs smithi184:/fake /mnt/foo -o sync 2023-10-12T18:42:57.354 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-12T18:42:57.421 INFO:teuthology.orchestra.run.smithi184.stderr:+ echo test 2023-10-12T18:42:57.471 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-12T18:42:57.538 INFO:teuthology.orchestra.run.smithi184.stderr:+ sync 2023-10-12T18:42:57.918 INFO:teuthology.run_tasks:Running task parallel... 2023-10-12T18:42:57.928 INFO:teuthology.task.parallel:starting parallel... 2023-10-12T18:42:57.929 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-12T18:42:57.930 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-12T18:42:57.930 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:57.931 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-10-12T18:42:57.931 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-12T18:42:57.932 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-10-12T18:42:57.932 INFO:teuthology.task.exec:Executing custom commands... 2023-10-12T18:42:57.933 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:42:57.933 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-10-12T18:42:57.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:57 smithi184 ceph-mon[108348]: pgmap v175: 97 pgs: 4 peering, 93 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 KiB/s wr, 9 op/s 2023-10-12T18:42:57.955 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:57 smithi184 ceph-mon[108348]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:58.032 INFO:teuthology.orchestra.run.smithi184.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-10-12T18:42:58.032 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:42:58.033 INFO:teuthology.orchestra.run.smithi184.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-10-12T18:42:58.038 INFO:teuthology.orchestra.run.smithi184.stdout:3 of 5 processes prepared for launch 0 sec 2023-10-12T18:42:58.139 INFO:teuthology.orchestra.run.smithi184.stdout:5 of 5 processes prepared for launch 0 sec 2023-10-12T18:42:58.139 INFO:teuthology.orchestra.run.smithi184.stdout:releasing clients 2023-10-12T18:42:58.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:57 smithi194 ceph-mon[111052]: pgmap v175: 97 pgs: 4 peering, 93 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 KiB/s wr, 9 op/s 2023-10-12T18:42:58.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:57 smithi194 ceph-mon[111052]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:42:58.799 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:58 smithi184 ceph-mon[108348]: pgmap v176: 97 pgs: 4 peering, 93 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2023-10-12T18:42:59.139 INFO:teuthology.orchestra.run.smithi184.stdout: 5 110 25.09 MB/sec warmup 1 sec latency 172.607 ms 2023-10-12T18:42:59.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:58 smithi194 ceph-mon[111052]: pgmap v176: 97 pgs: 4 peering, 93 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2023-10-12T18:43:00.110 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:42:59 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:00.139 INFO:teuthology.orchestra.run.smithi184.stdout: 5 229 22.05 MB/sec warmup 2 sec latency 153.743 ms 2023-10-12T18:43:00.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:42:59 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:00.563 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-10-12T18:43:01.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 350 21.00 MB/sec warmup 3 sec latency 136.957 ms 2023-10-12T18:43:01.655 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:01 smithi184 ceph-mon[108348]: pgmap v177: 97 pgs: 2 peering, 95 active+clean; 17 MiB data, 68 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.1 MiB/s wr, 118 op/s 2023-10-12T18:43:01.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:01 smithi194 ceph-mon[111052]: pgmap v177: 97 pgs: 2 peering, 95 active+clean; 17 MiB data, 68 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.1 MiB/s wr, 118 op/s 2023-10-12T18:43:02.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 454 19.93 MB/sec warmup 4 sec latency 205.559 ms 2023-10-12T18:43:03.143 INFO:teuthology.orchestra.run.smithi184.stdout: 5 613 20.28 MB/sec warmup 5 sec latency 124.911 ms 2023-10-12T18:43:03.174 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph config set global log_to_journald false --force' 2023-10-12T18:43:03.615 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:03 smithi184 ceph-mon[108348]: pgmap v178: 97 pgs: 97 active+clean; 43 MiB data, 88 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5.4 MiB/s wr, 180 op/s 2023-10-12T18:43:03.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:03 smithi194 ceph-mon[111052]: pgmap v178: 97 pgs: 97 active+clean; 43 MiB data, 88 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5.4 MiB/s wr, 180 op/s 2023-10-12T18:43:04.143 INFO:teuthology.orchestra.run.smithi184.stdout: 5 862 17.99 MB/sec warmup 6 sec latency 102.896 ms 2023-10-12T18:43:05.143 INFO:teuthology.orchestra.run.smithi184.stdout: 5 1183 16.70 MB/sec warmup 7 sec latency 110.412 ms 2023-10-12T18:43:05.638 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:05 smithi184 ceph-mon[108348]: pgmap v179: 97 pgs: 97 active+clean; 66 MiB data, 93 MiB used, 715 GiB / 715 GiB avail; 7.2 MiB/s wr, 200 op/s 2023-10-12T18:43:05.857 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph mgr module enable nfs --force' 2023-10-12T18:43:05.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:05 smithi194 ceph-mon[111052]: pgmap v179: 97 pgs: 97 active+clean; 66 MiB data, 93 MiB used, 715 GiB / 715 GiB avail; 7.2 MiB/s wr, 200 op/s 2023-10-12T18:43:06.143 INFO:teuthology.orchestra.run.smithi184.stdout: 5 1765 16.43 MB/sec warmup 8 sec latency 94.265 ms 2023-10-12T18:43:07.145 INFO:teuthology.orchestra.run.smithi184.stdout: 5 2330 15.30 MB/sec warmup 9 sec latency 120.725 ms 2023-10-12T18:43:07.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:07 smithi184 ceph-mon[108348]: pgmap v180: 97 pgs: 97 active+clean; 90 MiB data, 153 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 9.2 MiB/s wr, 431 op/s 2023-10-12T18:43:07.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:07 smithi194 ceph-mon[111052]: pgmap v180: 97 pgs: 97 active+clean; 90 MiB data, 153 MiB used, 715 GiB / 715 GiB avail; 303 B/s rd, 9.2 MiB/s wr, 431 op/s 2023-10-12T18:43:08.145 INFO:teuthology.orchestra.run.smithi184.stdout: 5 2778 15.69 MB/sec warmup 10 sec latency 137.761 ms 2023-10-12T18:43:08.595 INFO:teuthology.orchestra.run.smithi184.stderr:module 'nfs' is already enabled 2023-10-12T18:43:08.686 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:08 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/958981897' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-10-12T18:43:08.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:08 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/958981897' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-10-12T18:43:09.145 INFO:teuthology.orchestra.run.smithi184.stdout: 5 3242 16.01 MB/sec warmup 11 sec latency 134.670 ms 2023-10-12T18:43:09.268 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-10-12T18:43:09.705 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:09 smithi184 ceph-mon[108348]: pgmap v181: 97 pgs: 97 active+clean; 111 MiB data, 193 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 10 MiB/s wr, 485 op/s 2023-10-12T18:43:09.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:09 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/958981897' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-10-12T18:43:09.706 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:09 smithi184 ceph-mon[108348]: mgrmap e21: smithi184.luupqj(active, since 4m), standbys: smithi194.zwcjew 2023-10-12T18:43:09.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:09 smithi194 ceph-mon[111052]: pgmap v181: 97 pgs: 97 active+clean; 111 MiB data, 193 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 10 MiB/s wr, 485 op/s 2023-10-12T18:43:09.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:09 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/958981897' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-10-12T18:43:09.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:09 smithi194 ceph-mon[111052]: mgrmap e21: smithi184.luupqj(active, since 4m), standbys: smithi194.zwcjew 2023-10-12T18:43:10.145 INFO:teuthology.orchestra.run.smithi184.stdout: 5 3623 16.05 MB/sec warmup 12 sec latency 127.707 ms 2023-10-12T18:43:11.146 INFO:teuthology.orchestra.run.smithi184.stdout: 5 3859 15.28 MB/sec warmup 13 sec latency 134.238 ms 2023-10-12T18:43:11.748 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:11 smithi184 ceph-mon[108348]: pgmap v182: 97 pgs: 97 active+clean; 117 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 537 op/s 2023-10-12T18:43:11.802 INFO:teuthology.orchestra.run.smithi184.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 2023-10-12T18:43:11.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:11 smithi194 ceph-mon[111052]: pgmap v182: 97 pgs: 97 active+clean; 117 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 11 MiB/s wr, 537 op/s 2023-10-12T18:43:12.150 INFO:teuthology.orchestra.run.smithi184.stdout: 5 4193 14.34 MB/sec warmup 14 sec latency 127.572 ms 2023-10-12T18:43:12.433 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-12T18:43:12.434 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T18:43:12.434 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-10-12T18:43:13.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 11 MiB/s wr, 551 op/s 2023-10-12T18:43:13.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:13.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 2023-10-12T18:43:13.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:13.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:43:13.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:43:13.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:43:13.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:13.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:13.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:12 smithi184 ceph-mon[108348]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 2023-10-12T18:43:13.150 INFO:teuthology.orchestra.run.smithi184.stdout: 5 4521 13.80 MB/sec warmup 15 sec latency 134.256 ms 2023-10-12T18:43:13.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 11 MiB/s wr, 551 op/s 2023-10-12T18:43:13.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:13.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 2023-10-12T18:43:13.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:13.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:43:13.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:43:13.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:43:13.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:13.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:13.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:12 smithi194 ceph-mon[111052]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 2023-10-12T18:43:14.151 INFO:teuthology.orchestra.run.smithi184.stdout: 5 4891 13.65 MB/sec warmup 16 sec latency 116.852 ms 2023-10-12T18:43:14.922 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:43:15.051 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:14 smithi184 ceph-mon[108348]: pgmap v184: 97 pgs: 97 active+clean; 131 MiB data, 235 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 9.5 MiB/s wr, 611 op/s 2023-10-12T18:43:15.152 INFO:teuthology.orchestra.run.smithi184.stdout: 5 5122 13.13 MB/sec warmup 17 sec latency 127.702 ms 2023-10-12T18:43:15.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:14 smithi194 ceph-mon[111052]: pgmap v184: 97 pgs: 97 active+clean; 131 MiB data, 235 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 9.5 MiB/s wr, 611 op/s 2023-10-12T18:43:15.857 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:43:15.857 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (3m) 20s ago 4m 26.6M - ba2b418f427c b1f9370e9b1c 2023-10-12T18:43:15.857 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (4m) 20s ago 4m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:43:15.858 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (4m) 21s ago 4m 7155k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:43:15.858 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (3m) 20s ago 4m 47.7M - 8.3.5 dad864ee21e9 6d092a63d74a 2023-10-12T18:43:15.858 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (40s) 20s ago 40s 14.9M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:43:15.858 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (38s) 21s ago 38s 14.7M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:43:15.858 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (5m) 20s ago 5m 476M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:43:15.859 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (4m) 21s ago 4m 419M - 17.2.0 e1d6a67b021e 18497ccf823a 2023-10-12T18:43:15.859 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (5m) 20s ago 5m 80.2M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:43:15.859 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (4m) 21s ago 4m 61.0M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:43:15.859 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (28s) 20s ago 28s 55.9M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:43:15.859 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (23s) 21s ago 23s 51.7M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:43:15.860 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (4m) 20s ago 4m 23.6M - 1dbe0e931976 5539bd610468 2023-10-12T18:43:15.860 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (4m) 21s ago 4m 25.7M - 1dbe0e931976 652f70f5cd9b 2023-10-12T18:43:15.860 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (3m) 20s ago 3m 54.1M 3222M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:43:15.860 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (3m) 20s ago 3m 59.8M 3222M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:43:15.860 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (3m) 20s ago 3m 49.4M 3222M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:43:15.860 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (2m) 20s ago 2m 53.0M 3222M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:43:15.861 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (2m) 21s ago 2m 52.3M 3990M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:43:15.861 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (2m) 21s ago 2m 48.1M 3990M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:43:15.861 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (113s) 21s ago 113s 50.8M 3990M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:43:15.861 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (95s) 21s ago 95s 50.8M 3990M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:43:15.861 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (3m) 20s ago 3m 60.5M - 514e6a882f6e 6de8cb70ac0f 2023-10-12T18:43:16.152 INFO:teuthology.orchestra.run.smithi184.stdout: 5 5489 12.67 MB/sec warmup 18 sec latency 92.660 ms 2023-10-12T18:43:16.418 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:43:16.419 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:43:16.419 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:43:16.419 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:16.419 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:43:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:43:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:43:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:43:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:43:16.421 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:43:16.421 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:16.421 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:43:16.421 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-10-12T18:43:16.421 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:43:16.421 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:43:16.587 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:16 smithi184 ceph-mon[108348]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:16.587 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:16 smithi184 ceph-mon[108348]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:16.587 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:16 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/4235908443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:43:16.884 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:43:16.884 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546", 2023-10-12T18:43:16.884 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:43:16.885 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:43:16.885 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "", 2023-10-12T18:43:16.885 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 image" 2023-10-12T18:43:16.885 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:43:16.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:16 smithi194 ceph-mon[111052]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:16.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:16 smithi194 ceph-mon[111052]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:16.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:16 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/4235908443' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:43:17.153 INFO:teuthology.orchestra.run.smithi184.stdout: 5 5757 12.20 MB/sec warmup 19 sec latency 128.464 ms 2023-10-12T18:43:17.422 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:43:17.598 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:17 smithi184 ceph-mon[108348]: pgmap v185: 97 pgs: 97 active+clean; 133 MiB data, 258 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 8.3 MiB/s wr, 687 op/s 2023-10-12T18:43:17.598 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:17 smithi184 ceph-mon[108348]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:17.598 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:17 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2183546894' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:43:17.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:17 smithi194 ceph-mon[111052]: pgmap v185: 97 pgs: 97 active+clean; 133 MiB data, 258 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 8.3 MiB/s wr, 687 op/s 2023-10-12T18:43:17.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:17 smithi194 ceph-mon[111052]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:17.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:17 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2183546894' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:43:18.153 INFO:teuthology.orchestra.run.smithi184.stdout: 5 6059 12.10 MB/sec warmup 20 sec latency 129.405 ms 2023-10-12T18:43:18.621 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:18 smithi184 ceph-mon[108348]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:18.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:18 smithi194 ceph-mon[111052]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:19.153 INFO:teuthology.orchestra.run.smithi184.stdout: 5 6504 12.48 MB/sec warmup 21 sec latency 119.311 ms 2023-10-12T18:43:19.641 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:19 smithi184 ceph-mon[108348]: pgmap v186: 97 pgs: 97 active+clean; 125 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.8 MiB/s wr, 527 op/s 2023-10-12T18:43:19.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:19 smithi194 ceph-mon[111052]: pgmap v186: 97 pgs: 97 active+clean; 125 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.8 MiB/s wr, 527 op/s 2023-10-12T18:43:20.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 6878 12.39 MB/sec warmup 22 sec latency 117.936 ms 2023-10-12T18:43:21.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 7113 12.39 MB/sec warmup 23 sec latency 155.666 ms 2023-10-12T18:43:21.687 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:21 smithi184 ceph-mon[108348]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-10-12T18:43:21.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:21 smithi194 ceph-mon[111052]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 308 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-10-12T18:43:22.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 7291 12.08 MB/sec warmup 24 sec latency 122.651 ms 2023-10-12T18:43:23.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 7573 11.78 MB/sec warmup 25 sec latency 86.873 ms 2023-10-12T18:43:23.711 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:23 smithi184 ceph-mon[108348]: pgmap v188: 97 pgs: 97 active+clean; 136 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-10-12T18:43:23.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:23 smithi194 ceph-mon[111052]: pgmap v188: 97 pgs: 97 active+clean; 136 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-10-12T18:43:24.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 7867 11.47 MB/sec warmup 26 sec latency 147.204 ms 2023-10-12T18:43:25.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 8104 11.22 MB/sec warmup 27 sec latency 130.305 ms 2023-10-12T18:43:25.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:25 smithi184 ceph-mon[108348]: pgmap v189: 97 pgs: 97 active+clean; 140 MiB data, 329 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-10-12T18:43:25.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:25 smithi194 ceph-mon[111052]: pgmap v189: 97 pgs: 97 active+clean; 140 MiB data, 329 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-10-12T18:43:26.170 INFO:teuthology.orchestra.run.smithi184.stdout: 5 8448 11.20 MB/sec warmup 28 sec latency 124.409 ms 2023-10-12T18:43:27.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 8819 10.98 MB/sec warmup 29 sec latency 128.324 ms 2023-10-12T18:43:27.794 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:27 smithi184 ceph-mon[108348]: pgmap v190: 97 pgs: 97 active+clean; 142 MiB data, 355 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-10-12T18:43:27.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:27 smithi194 ceph-mon[111052]: pgmap v190: 97 pgs: 97 active+clean; 142 MiB data, 355 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.2 MiB/s wr, 401 op/s 2023-10-12T18:43:28.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 9134 10.74 MB/sec warmup 30 sec latency 123.785 ms 2023-10-12T18:43:29.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 9438 10.77 MB/sec warmup 31 sec latency 130.239 ms 2023-10-12T18:43:29.846 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:29 smithi184 ceph-mon[108348]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 398 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.8 MiB/s wr, 453 op/s 2023-10-12T18:43:29.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:29 smithi194 ceph-mon[111052]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 398 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.8 MiB/s wr, 453 op/s 2023-10-12T18:43:30.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 9762 10.76 MB/sec warmup 32 sec latency 205.158 ms 2023-10-12T18:43:31.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 10241 10.97 MB/sec warmup 33 sec latency 130.151 ms 2023-10-12T18:43:31.880 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:31 smithi184 ceph-mon[108348]: pgmap v192: 97 pgs: 97 active+clean; 140 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.5 MiB/s wr, 429 op/s 2023-10-12T18:43:32.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:31 smithi194 ceph-mon[111052]: pgmap v192: 97 pgs: 97 active+clean; 140 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.5 MiB/s wr, 429 op/s 2023-10-12T18:43:32.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 10548 11.06 MB/sec warmup 34 sec latency 130.937 ms 2023-10-12T18:43:33.173 INFO:teuthology.orchestra.run.smithi184.stdout: 5 10823 10.97 MB/sec warmup 35 sec latency 131.798 ms 2023-10-12T18:43:33.905 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:33 smithi184 ceph-mon[108348]: pgmap v193: 97 pgs: 97 active+clean; 146 MiB data, 405 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 417 op/s 2023-10-12T18:43:34.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:33 smithi194 ceph-mon[111052]: pgmap v193: 97 pgs: 97 active+clean; 146 MiB data, 405 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 417 op/s 2023-10-12T18:43:34.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 11138 10.77 MB/sec warmup 36 sec latency 143.525 ms 2023-10-12T18:43:34.691 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:34 smithi184 ceph-mon[108348]: pgmap v194: 97 pgs: 97 active+clean; 151 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 426 op/s 2023-10-12T18:43:35.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:34 smithi194 ceph-mon[111052]: pgmap v194: 97 pgs: 97 active+clean; 151 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 426 op/s 2023-10-12T18:43:35.184 INFO:teuthology.orchestra.run.smithi184.stdout: 5 11482 10.69 MB/sec warmup 37 sec latency 126.842 ms 2023-10-12T18:43:36.184 INFO:teuthology.orchestra.run.smithi184.stdout: 5 11723 10.62 MB/sec warmup 38 sec latency 138.015 ms 2023-10-12T18:43:36.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:36 smithi184 ceph-mon[108348]: pgmap v195: 97 pgs: 97 active+clean; 154 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-10-12T18:43:36.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:36 smithi194 ceph-mon[111052]: pgmap v195: 97 pgs: 97 active+clean; 154 MiB data, 441 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-10-12T18:43:37.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 11985 10.48 MB/sec warmup 39 sec latency 128.039 ms 2023-10-12T18:43:38.055 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:37 smithi184 ceph-mon[108348]: pgmap v196: 97 pgs: 97 active+clean; 157 MiB data, 469 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-10-12T18:43:38.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:37 smithi194 ceph-mon[111052]: pgmap v196: 97 pgs: 97 active+clean; 157 MiB data, 469 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5.4 MiB/s wr, 548 op/s 2023-10-12T18:43:38.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 12208 10.25 MB/sec warmup 40 sec latency 118.730 ms 2023-10-12T18:43:39.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 12505 10.14 MB/sec warmup 41 sec latency 126.408 ms 2023-10-12T18:43:40.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:39 smithi184 ceph-mon[108348]: pgmap v197: 97 pgs: 97 active+clean; 152 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-10-12T18:43:40.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:39 smithi194 ceph-mon[111052]: pgmap v197: 97 pgs: 97 active+clean; 152 MiB data, 465 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-10-12T18:43:40.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 12722 9.99 MB/sec warmup 42 sec latency 128.068 ms 2023-10-12T18:43:41.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 12985 10.04 MB/sec warmup 43 sec latency 149.671 ms 2023-10-12T18:43:41.884 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:41 smithi184 ceph-mon[108348]: pgmap v198: 97 pgs: 97 active+clean; 155 MiB data, 467 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-10-12T18:43:42.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:41 smithi194 ceph-mon[111052]: pgmap v198: 97 pgs: 97 active+clean; 155 MiB data, 467 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-10-12T18:43:42.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 13374 10.07 MB/sec warmup 44 sec latency 126.826 ms 2023-10-12T18:43:43.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 13757 10.20 MB/sec warmup 45 sec latency 105.011 ms 2023-10-12T18:43:43.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:43 smithi184 ceph-mon[108348]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 494 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 441 op/s 2023-10-12T18:43:44.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:43 smithi194 ceph-mon[111052]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 494 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 441 op/s 2023-10-12T18:43:44.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 14046 10.18 MB/sec warmup 46 sec latency 130.893 ms 2023-10-12T18:43:45.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 14431 10.22 MB/sec warmup 47 sec latency 130.515 ms 2023-10-12T18:43:46.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 14870 10.17 MB/sec warmup 48 sec latency 123.730 ms 2023-10-12T18:43:46.357 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:46.358 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: Upgrade: Target is version 18.0.0-6452-g9a92242e (unknown) 2023-10-12T18:43:46.358 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046, digests ['quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046'] 2023-10-12T18:43:46.358 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:43:46.358 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:46.359 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: Upgrade: Need to upgrade myself (mgr.smithi184.luupqj) 2023-10-12T18:43:46.359 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046 on smithi194 2023-10-12T18:43:46.359 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:46 smithi184 ceph-mon[108348]: pgmap v200: 97 pgs: 97 active+clean; 161 MiB data, 530 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-10-12T18:43:46.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:46.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: Upgrade: Target is version 18.0.0-6452-g9a92242e (unknown) 2023-10-12T18:43:46.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046, digests ['quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046'] 2023-10-12T18:43:46.657 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:43:46.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:43:46.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: Upgrade: Need to upgrade myself (mgr.smithi184.luupqj) 2023-10-12T18:43:46.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046 on smithi194 2023-10-12T18:43:46.658 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:46 smithi194 ceph-mon[111052]: pgmap v200: 97 pgs: 97 active+clean; 161 MiB data, 530 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-10-12T18:43:47.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 15233 10.17 MB/sec warmup 49 sec latency 138.338 ms 2023-10-12T18:43:47.838 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:43:48.001 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:47 smithi184 ceph-mon[108348]: pgmap v201: 97 pgs: 97 active+clean; 171 MiB data, 555 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-10-12T18:43:48.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:47 smithi194 ceph-mon[111052]: pgmap v201: 97 pgs: 97 active+clean; 171 MiB data, 555 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-10-12T18:43:48.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 15548 10.04 MB/sec warmup 50 sec latency 113.762 ms 2023-10-12T18:43:48.669 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:43:48.669 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (4m) 52s ago 5m 26.6M - ba2b418f427c b1f9370e9b1c 2023-10-12T18:43:48.670 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (5m) 52s ago 5m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:43:48.670 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (4m) 54s ago 4m 7155k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:43:48.670 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (4m) 52s ago 5m 47.7M - 8.3.5 dad864ee21e9 6d092a63d74a 2023-10-12T18:43:48.670 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (73s) 52s ago 73s 14.9M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:43:48.670 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (71s) 54s ago 71s 14.7M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:43:48.671 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (6m) 52s ago 6m 476M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:43:48.671 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (4m) 54s ago 4m 419M - 17.2.0 e1d6a67b021e 18497ccf823a 2023-10-12T18:43:48.671 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (6m) 52s ago 6m 80.2M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:43:48.671 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (4m) 54s ago 4m 61.0M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:43:48.671 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (61s) 52s ago 60s 55.9M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:43:48.672 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (56s) 54s ago 56s 51.7M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:43:48.672 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (5m) 52s ago 5m 23.6M - 1dbe0e931976 5539bd610468 2023-10-12T18:43:48.672 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (4m) 54s ago 4m 25.7M - 1dbe0e931976 652f70f5cd9b 2023-10-12T18:43:48.672 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (4m) 52s ago 4m 54.1M 3222M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:43:48.672 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (3m) 52s ago 3m 59.8M 3222M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:43:48.672 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (3m) 52s ago 3m 49.4M 3222M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:43:48.673 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (3m) 52s ago 3m 53.0M 3222M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:43:48.673 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (3m) 54s ago 2m 52.3M 3990M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:43:48.673 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (2m) 54s ago 2m 48.1M 3990M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:43:48.673 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (2m) 54s ago 2m 50.8M 3990M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:43:48.673 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (2m) 54s ago 2m 50.8M 3990M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:43:48.674 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (4m) 52s ago 4m 60.5M - 514e6a882f6e 6de8cb70ac0f 2023-10-12T18:43:49.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:48 smithi184 ceph-mon[108348]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:49.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:48 smithi184 ceph-mon[108348]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:49.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:48 smithi184 ceph-mon[108348]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:49.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:48 smithi194 ceph-mon[111052]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:49.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:48 smithi194 ceph-mon[111052]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:49.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:48 smithi194 ceph-mon[111052]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:49.165 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:43:49.165 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:43:49.166 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:43:49.166 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:49.166 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:43:49.166 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:43:49.167 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:49.167 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:43:49.167 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:43:49.167 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:49.167 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:43:49.167 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:43:49.168 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:43:49.168 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:43:49.168 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-10-12T18:43:49.168 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:43:49.168 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:43:49.192 INFO:teuthology.orchestra.run.smithi184.stdout: 5 15880 10.02 MB/sec warmup 51 sec latency 118.944 ms 2023-10-12T18:43:49.591 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:43:49.591 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:43:49.591 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:43:49.592 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:43:49.592 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "0/23 daemons upgraded", 2023-10-12T18:43:49.592 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046 image on host smithi194" 2023-10-12T18:43:49.592 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:43:50.037 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:49 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1960073924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:43:50.038 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:49 smithi184 ceph-mon[108348]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:50.038 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:49 smithi184 ceph-mon[108348]: pgmap v202: 97 pgs: 97 active+clean; 166 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 405 op/s 2023-10-12T18:43:50.095 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:43:50.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:49 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1960073924' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:43:50.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:49 smithi194 ceph-mon[111052]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:43:50.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:49 smithi194 ceph-mon[111052]: pgmap v202: 97 pgs: 97 active+clean; 166 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.4 MiB/s wr, 405 op/s 2023-10-12T18:43:50.193 INFO:teuthology.orchestra.run.smithi184.stdout: 5 16224 9.90 MB/sec warmup 52 sec latency 143.095 ms 2023-10-12T18:43:50.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:50 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/955097202' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:43:51.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:50 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/955097202' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:43:51.193 INFO:teuthology.orchestra.run.smithi184.stdout: 5 16703 10.03 MB/sec warmup 53 sec latency 123.819 ms 2023-10-12T18:43:51.985 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:51 smithi184 ceph-mon[108348]: pgmap v203: 97 pgs: 97 active+clean; 169 MiB data, 602 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-10-12T18:43:52.193 INFO:teuthology.orchestra.run.smithi184.stdout: 5 17197 10.18 MB/sec warmup 54 sec latency 129.478 ms 2023-10-12T18:43:52.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:51 smithi194 ceph-mon[111052]: pgmap v203: 97 pgs: 97 active+clean; 169 MiB data, 602 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-10-12T18:43:53.193 INFO:teuthology.orchestra.run.smithi184.stdout: 5 17569 10.20 MB/sec warmup 55 sec latency 167.779 ms 2023-10-12T18:43:54.035 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:53 smithi184 ceph-mon[108348]: pgmap v204: 97 pgs: 97 active+clean; 170 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-10-12T18:43:54.036 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:43:54.036 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:53 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:43:54.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:53 smithi194 ceph-mon[111052]: pgmap v204: 97 pgs: 97 active+clean; 170 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-10-12T18:43:54.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/trash_purge_schedule"}]: dispatch 2023-10-12T18:43:54.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:53 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi184.luupqj/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:43:54.194 INFO:teuthology.orchestra.run.smithi184.stdout: 5 17911 10.23 MB/sec warmup 56 sec latency 138.236 ms 2023-10-12T18:43:55.194 INFO:teuthology.orchestra.run.smithi184.stdout: 5 18195 10.14 MB/sec warmup 57 sec latency 125.564 ms 2023-10-12T18:43:56.197 INFO:teuthology.orchestra.run.smithi184.stdout: 5 18571 10.11 MB/sec warmup 58 sec latency 117.858 ms 2023-10-12T18:43:56.592 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:56 smithi184 ceph-mon[108348]: pgmap v205: 97 pgs: 97 active+clean; 174 MiB data, 633 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 461 op/s 2023-10-12T18:43:56.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:56 smithi194 ceph-mon[111052]: pgmap v205: 97 pgs: 97 active+clean; 174 MiB data, 633 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 461 op/s 2023-10-12T18:43:57.197 INFO:teuthology.orchestra.run.smithi184.stdout: 5 18971 10.12 MB/sec warmup 59 sec latency 130.011 ms 2023-10-12T18:43:58.105 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:57 smithi184 ceph-mon[108348]: pgmap v206: 97 pgs: 97 active+clean; 182 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.4 MiB/s wr, 614 op/s 2023-10-12T18:43:58.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:57 smithi194 ceph-mon[111052]: pgmap v206: 97 pgs: 97 active+clean; 182 MiB data, 675 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.4 MiB/s wr, 614 op/s 2023-10-12T18:43:58.197 INFO:teuthology.orchestra.run.smithi184.stdout: 5 19536 10.09 MB/sec warmup 60 sec latency 127.552 ms 2023-10-12T18:43:59.197 INFO:teuthology.orchestra.run.smithi184.stdout: 5 19913 10.12 MB/sec warmup 61 sec latency 126.135 ms 2023-10-12T18:43:59.894 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:43:59 smithi184 ceph-mon[108348]: pgmap v207: 97 pgs: 97 active+clean; 179 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-10-12T18:44:00.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:43:59 smithi194 ceph-mon[111052]: pgmap v207: 97 pgs: 97 active+clean; 179 MiB data, 690 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-10-12T18:44:00.199 INFO:teuthology.orchestra.run.smithi184.stdout: 5 20384 10.17 MB/sec warmup 62 sec latency 124.375 ms 2023-10-12T18:44:01.199 INFO:teuthology.orchestra.run.smithi184.stdout: 5 20862 10.29 MB/sec warmup 63 sec latency 126.961 ms 2023-10-12T18:44:01.951 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:01 smithi184 ceph-mon[108348]: pgmap v208: 97 pgs: 97 active+clean; 185 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 611 op/s 2023-10-12T18:44:02.205 INFO:teuthology.orchestra.run.smithi184.stdout: 5 21178 10.28 MB/sec warmup 64 sec latency 149.151 ms 2023-10-12T18:44:02.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:01 smithi194 ceph-mon[111052]: pgmap v208: 97 pgs: 97 active+clean; 185 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 611 op/s 2023-10-12T18:44:03.205 INFO:teuthology.orchestra.run.smithi184.stdout: 5 21547 10.29 MB/sec warmup 65 sec latency 122.526 ms 2023-10-12T18:44:03.999 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:03 smithi184 ceph-mon[108348]: pgmap v209: 97 pgs: 97 active+clean; 184 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 524 op/s 2023-10-12T18:44:04.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:03 smithi194 ceph-mon[111052]: pgmap v209: 97 pgs: 97 active+clean; 184 MiB data, 710 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 524 op/s 2023-10-12T18:44:04.205 INFO:teuthology.orchestra.run.smithi184.stdout: 5 21900 10.24 MB/sec warmup 66 sec latency 103.829 ms 2023-10-12T18:44:05.209 INFO:teuthology.orchestra.run.smithi184.stdout: 5 22258 10.28 MB/sec warmup 67 sec latency 141.242 ms 2023-10-12T18:44:06.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 22648 10.21 MB/sec warmup 68 sec latency 126.975 ms 2023-10-12T18:44:06.553 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:06 smithi184 ceph-mon[108348]: pgmap v210: 97 pgs: 97 active+clean; 191 MiB data, 729 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 494 op/s 2023-10-12T18:44:06.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:06 smithi194 ceph-mon[111052]: pgmap v210: 97 pgs: 97 active+clean; 191 MiB data, 729 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 494 op/s 2023-10-12T18:44:07.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 23032 10.14 MB/sec warmup 69 sec latency 100.278 ms 2023-10-12T18:44:08.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 23568 10.22 MB/sec warmup 70 sec latency 106.193 ms 2023-10-12T18:44:08.839 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:08 smithi184 ceph-mon[108348]: pgmap v211: 97 pgs: 97 active+clean; 195 MiB data, 772 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.8 MiB/s wr, 659 op/s 2023-10-12T18:44:09.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:08 smithi194 ceph-mon[111052]: pgmap v211: 97 pgs: 97 active+clean; 195 MiB data, 772 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.8 MiB/s wr, 659 op/s 2023-10-12T18:44:09.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 23897 10.26 MB/sec warmup 71 sec latency 123.712 ms 2023-10-12T18:44:10.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 24269 10.29 MB/sec warmup 72 sec latency 129.749 ms 2023-10-12T18:44:10.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:10 smithi184 ceph-mon[108348]: pgmap v212: 97 pgs: 97 active+clean; 198 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.7 MiB/s wr, 590 op/s 2023-10-12T18:44:11.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:10 smithi194 ceph-mon[111052]: pgmap v212: 97 pgs: 97 active+clean; 198 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.7 MiB/s wr, 590 op/s 2023-10-12T18:44:11.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 24613 10.28 MB/sec warmup 73 sec latency 129.141 ms 2023-10-12T18:44:12.210 INFO:teuthology.orchestra.run.smithi184.stdout: 5 25037 10.24 MB/sec warmup 74 sec latency 122.037 ms 2023-10-12T18:44:12.923 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:12 smithi184 ceph-mon[108348]: pgmap v213: 97 pgs: 97 active+clean; 199 MiB data, 805 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 603 op/s 2023-10-12T18:44:13.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:12 smithi194 ceph-mon[111052]: pgmap v213: 97 pgs: 97 active+clean; 199 MiB data, 805 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 603 op/s 2023-10-12T18:44:13.218 INFO:teuthology.orchestra.run.smithi184.stdout: 5 25442 10.28 MB/sec warmup 75 sec latency 106.113 ms 2023-10-12T18:44:14.218 INFO:teuthology.orchestra.run.smithi184.stdout: 5 25916 10.32 MB/sec warmup 76 sec latency 109.456 ms 2023-10-12T18:44:14.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:14 smithi194 ceph-mon[111052]: pgmap v214: 97 pgs: 97 active+clean; 204 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 522 op/s 2023-10-12T18:44:14.946 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:14 smithi184 ceph-mon[108348]: pgmap v214: 97 pgs: 97 active+clean; 204 MiB data, 796 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 522 op/s 2023-10-12T18:44:15.225 INFO:teuthology.orchestra.run.smithi184.stdout: 5 26387 10.29 MB/sec warmup 77 sec latency 129.831 ms 2023-10-12T18:44:16.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: Upgrade: Updating mgr.smithi194.zwcjew 2023-10-12T18:44:16.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:16.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:44:16.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:44:16.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:44:16.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: Deploying daemon mgr.smithi194.zwcjew on smithi194 2023-10-12T18:44:16.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:16 smithi194 ceph-mon[111052]: pgmap v215: 97 pgs: 97 active+clean; 205 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 603 op/s 2023-10-12T18:44:16.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: Upgrade: Updating mgr.smithi194.zwcjew 2023-10-12T18:44:16.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:16.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.zwcjew", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:44:16.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:44:16.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:44:16.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: Deploying daemon mgr.smithi194.zwcjew on smithi194 2023-10-12T18:44:16.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:16 smithi184 ceph-mon[108348]: pgmap v215: 97 pgs: 97 active+clean; 205 MiB data, 835 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 603 op/s 2023-10-12T18:44:16.225 INFO:teuthology.orchestra.run.smithi184.stdout: 5 26833 10.30 MB/sec warmup 78 sec latency 90.321 ms 2023-10-12T18:44:17.233 INFO:teuthology.orchestra.run.smithi184.stdout: 5 27383 10.44 MB/sec warmup 79 sec latency 145.840 ms 2023-10-12T18:44:18.233 INFO:teuthology.orchestra.run.smithi184.stdout: 5 27801 10.45 MB/sec warmup 80 sec latency 134.570 ms 2023-10-12T18:44:18.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:18 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:18.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:18 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:18.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:18 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:44:18.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:18 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:44:18.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:18 smithi194 ceph-mon[111052]: pgmap v216: 97 pgs: 97 active+clean; 209 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.9 MiB/s wr, 680 op/s 2023-10-12T18:44:18.523 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:18 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:18.523 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:18 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:18.523 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:18 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:44:18.523 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:18 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:44:18.524 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:18 smithi184 ceph-mon[108348]: pgmap v216: 97 pgs: 97 active+clean; 209 MiB data, 866 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.9 MiB/s wr, 680 op/s 2023-10-12T18:44:19.234 INFO:teuthology.orchestra.run.smithi184.stdout: 5 28110 10.41 MB/sec warmup 81 sec latency 90.945 ms 2023-10-12T18:44:20.234 INFO:teuthology.orchestra.run.smithi184.stdout: 5 28406 10.38 MB/sec warmup 82 sec latency 124.864 ms 2023-10-12T18:44:20.546 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:44:21.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:20 smithi184 ceph-mon[108348]: pgmap v217: 97 pgs: 97 active+clean; 212 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.9 MiB/s wr, 583 op/s 2023-10-12T18:44:21.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:20 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:21.061 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:20 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:21.111 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:20 smithi194 ceph-mon[111052]: pgmap v217: 97 pgs: 97 active+clean; 212 MiB data, 886 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.9 MiB/s wr, 583 op/s 2023-10-12T18:44:21.111 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:20 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:21.111 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:20 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:21.234 INFO:teuthology.orchestra.run.smithi184.stdout: 5 28796 10.38 MB/sec warmup 83 sec latency 127.708 ms 2023-10-12T18:44:21.395 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:44:21.395 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (4m) 85s ago 5m 26.6M - ba2b418f427c b1f9370e9b1c 2023-10-12T18:44:21.396 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (5m) 85s ago 5m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:44:21.396 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (5m) 1s ago 5m 7151k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:44:21.396 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (4m) 85s ago 5m 47.7M - 8.3.5 dad864ee21e9 6d092a63d74a 2023-10-12T18:44:21.396 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (106s) 85s ago 105s 14.9M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:44:21.396 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (104s) 1s ago 104s 15.0M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:44:21.397 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (6m) 85s ago 6m 476M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:44:21.397 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (4s) 1s ago 5m 49.1M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:44:21.397 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (6m) 85s ago 6m 80.2M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:44:21.397 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (5m) 1s ago 5m 53.2M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:44:21.397 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (93s) 85s ago 93s 55.9M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:44:21.398 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (89s) 1s ago 88s 76.1M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:44:21.398 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (5m) 85s ago 5m 23.6M - 1dbe0e931976 5539bd610468 2023-10-12T18:44:21.398 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (5m) 1s ago 5m 26.0M - 1dbe0e931976 652f70f5cd9b 2023-10-12T18:44:21.398 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (4m) 85s ago 4m 54.1M 3222M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:44:21.398 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (4m) 85s ago 4m 59.8M 3222M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:44:21.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (4m) 85s ago 4m 49.4M 3222M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:44:21.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (3m) 85s ago 3m 53.0M 3222M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:44:21.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (3m) 1s ago 3m 447M 3990M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:44:21.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (3m) 1s ago 3m 438M 3990M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:44:21.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (2m) 1s ago 2m 401M 3990M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:44:21.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (2m) 1s ago 2m 762M 3990M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:44:21.400 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (4m) 85s ago 4m 60.5M - 514e6a882f6e 6de8cb70ac0f 2023-10-12T18:44:21.913 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:44:21.914 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:44:21.914 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:44:21.914 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:21.915 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:44:21.915 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:44:21.915 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:21.915 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:44:21.915 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:44:21.916 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:21.916 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:44:21.916 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:44:21.916 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:21.916 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:44:21.917 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-10-12T18:44:21.917 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:44:21.917 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:44:22.085 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:21 smithi184 ceph-mon[108348]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:22.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:21 smithi194 ceph-mon[111052]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:22.234 INFO:teuthology.orchestra.run.smithi184.stdout: 5 29088 10.31 MB/sec warmup 84 sec latency 207.569 ms 2023-10-12T18:44:22.407 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:44:22.407 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:44:22.407 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:44:22.408 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:44:22.408 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:44:22.408 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Currently upgrading mgr daemons" 2023-10-12T18:44:22.408 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:44:22.929 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:44:23.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:22 smithi184 ceph-mon[108348]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:23.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:22 smithi184 ceph-mon[108348]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:23.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:22 smithi184 ceph-mon[108348]: pgmap v218: 97 pgs: 97 active+clean; 215 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 544 op/s 2023-10-12T18:44:23.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:22 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1299080770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:44:23.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:22 smithi194 ceph-mon[111052]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:23.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:22 smithi194 ceph-mon[111052]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:23.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:22 smithi194 ceph-mon[111052]: pgmap v218: 97 pgs: 97 active+clean; 215 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 544 op/s 2023-10-12T18:44:23.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:22 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1299080770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:44:23.234 INFO:teuthology.orchestra.run.smithi184.stdout: 5 29497 10.32 MB/sec warmup 85 sec latency 111.995 ms 2023-10-12T18:44:24.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:24.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/4132885391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:44:24.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:24.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:24.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:24.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:24.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr fail", "who": "smithi184.luupqj"}]: dispatch 2023-10-12T18:44:24.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: osdmap e67: 8 total, 8 up, 8 in 2023-10-12T18:44:24.119 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:23 smithi184 ceph-mon[108348]: Standby manager daemon smithi184.luupqj started 2023-10-12T18:44:24.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:24.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/4132885391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:44:24.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:24.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:24.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' 2023-10-12T18:44:24.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:24.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "mgr fail", "who": "smithi184.luupqj"}]: dispatch 2023-10-12T18:44:24.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: osdmap e67: 8 total, 8 up, 8 in 2023-10-12T18:44:24.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:23 smithi194 ceph-mon[111052]: Standby manager daemon smithi184.luupqj started 2023-10-12T18:44:24.237 INFO:teuthology.orchestra.run.smithi184.stdout: 5 29948 10.38 MB/sec warmup 86 sec latency 109.521 ms 2023-10-12T18:44:25.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:24 smithi194 ceph-mon[111052]: Upgrade: Need to upgrade myself (mgr.smithi184.luupqj) 2023-10-12T18:44:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:24 smithi194 ceph-mon[111052]: Failing over to other MGR 2023-10-12T18:44:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:24 smithi194 ceph-mon[111052]: pgmap v220: 97 pgs: 97 active+clean; 215 MiB data, 913 MiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 521 op/s 2023-10-12T18:44:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:24 smithi194 ceph-mon[111052]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "mgr fail", "who": "smithi184.luupqj"}]': finished 2023-10-12T18:44:25.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:24 smithi194 ceph-mon[111052]: mgrmap e22: smithi194.zwcjew(active, starting, since 0.997034s), standbys: smithi184.luupqj 2023-10-12T18:44:25.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:24 smithi184 ceph-mon[108348]: Upgrade: Need to upgrade myself (mgr.smithi184.luupqj) 2023-10-12T18:44:25.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:24 smithi184 ceph-mon[108348]: Failing over to other MGR 2023-10-12T18:44:25.196 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:24 smithi184 ceph-mon[108348]: pgmap v220: 97 pgs: 97 active+clean; 215 MiB data, 913 MiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 521 op/s 2023-10-12T18:44:25.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:24 smithi184 ceph-mon[108348]: from='mgr.14202 172.21.15.184:0/3139399108' entity='mgr.smithi184.luupqj' cmd='[{"prefix": "mgr fail", "who": "smithi184.luupqj"}]': finished 2023-10-12T18:44:25.197 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:24 smithi184 ceph-mon[108348]: mgrmap e22: smithi194.zwcjew(active, starting, since 0.997034s), standbys: smithi184.luupqj 2023-10-12T18:44:25.237 INFO:teuthology.orchestra.run.smithi184.stdout: 5 30264 10.32 MB/sec warmup 87 sec latency 135.804 ms 2023-10-12T18:44:25.970 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/crt"}]: dispatch 2023-10-12T18:44:25.970 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T18:44:25.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/key"}]: dispatch 2023-10-12T18:44:25.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T18:44:25.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: Active manager daemon smithi194.zwcjew restarted 2023-10-12T18:44:25.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: Activating manager daemon smithi194.zwcjew 2023-10-12T18:44:25.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:25 smithi184 ceph-mon[108348]: osdmap e68: 8 total, 8 up, 8 in 2023-10-12T18:44:26.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/crt"}]: dispatch 2023-10-12T18:44:26.212 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T18:44:26.213 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.zwcjew/key"}]: dispatch 2023-10-12T18:44:26.213 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T18:44:26.213 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: Active manager daemon smithi194.zwcjew restarted 2023-10-12T18:44:26.213 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: Activating manager daemon smithi194.zwcjew 2023-10-12T18:44:26.213 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:25 smithi194 ceph-mon[111052]: osdmap e68: 8 total, 8 up, 8 in 2023-10-12T18:44:26.237 INFO:teuthology.orchestra.run.smithi184.stdout: 5 30632 10.34 MB/sec warmup 88 sec latency 116.621 ms 2023-10-12T18:44:27.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: mgrmap e23: smithi194.zwcjew(active, starting, since 0.710369s), standbys: smithi184.luupqj 2023-10-12T18:44:27.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:44:27.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:44:27.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.wxbsoe"}]: dispatch 2023-10-12T18:44:27.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.jzncea"}]: dispatch 2023-10-12T18:44:27.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mgr metadata", "who": "smithi194.zwcjew", "id": "smithi194.zwcjew"}]: dispatch 2023-10-12T18:44:27.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:44:27.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:44:27.017 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:44:27.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:44:27.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:44:27.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:44:27.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:44:27.018 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:44:27.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:44:27.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:44:27.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:44:27.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:44:27.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: Manager daemon smithi194.zwcjew is now available 2023-10-12T18:44:27.019 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:27.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:27.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:27.020 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:44:27.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:44:27.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:44:27.021 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/trash_purge_schedule"}]: dispatch 2023-10-12T18:44:27.022 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/trash_purge_schedule"}]: dispatch 2023-10-12T18:44:27.022 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:27.022 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:26 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:27.237 INFO:teuthology.orchestra.run.smithi184.stdout: 5 30888 10.28 MB/sec warmup 89 sec latency 150.023 ms 2023-10-12T18:44:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: mgrmap e23: smithi194.zwcjew(active, starting, since 0.710369s), standbys: smithi184.luupqj 2023-10-12T18:44:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2023-10-12T18:44:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-10-12T18:44:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.wxbsoe"}]: dispatch 2023-10-12T18:44:27.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.jzncea"}]: dispatch 2023-10-12T18:44:27.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mgr metadata", "who": "smithi194.zwcjew", "id": "smithi194.zwcjew"}]: dispatch 2023-10-12T18:44:27.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mgr metadata", "who": "smithi184.luupqj", "id": "smithi184.luupqj"}]: dispatch 2023-10-12T18:44:27.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T18:44:27.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T18:44:27.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T18:44:27.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T18:44:27.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T18:44:27.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T18:44:27.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T18:44:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T18:44:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T18:44:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T18:44:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T18:44:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: Manager daemon smithi194.zwcjew is now available 2023-10-12T18:44:27.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:27.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:27.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:44:27.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:44:27.407 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:44:27.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/mirror_snapshot_schedule"}]: dispatch 2023-10-12T18:44:27.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/trash_purge_schedule"}]: dispatch 2023-10-12T18:44:27.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi194.zwcjew/trash_purge_schedule"}]: dispatch 2023-10-12T18:44:27.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:27.408 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:26 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:28.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: Deploying cephadm binary to smithi194 2023-10-12T18:44:28.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: [12/Oct/2023:18:44:26] ENGINE Bus STARTING 2023-10-12T18:44:28.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: Deploying cephadm binary to smithi184 2023-10-12T18:44:28.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: [12/Oct/2023:18:44:26] ENGINE Serving on http://172.21.15.194:8765 2023-10-12T18:44:28.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: [12/Oct/2023:18:44:26] ENGINE Serving on https://172.21.15.194:7150 2023-10-12T18:44:28.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: [12/Oct/2023:18:44:26] ENGINE Bus STARTED 2023-10-12T18:44:28.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: mgrmap e24: smithi194.zwcjew(active, since 1.75315s), standbys: smithi184.luupqj 2023-10-12T18:44:28.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:27 smithi184 ceph-mon[108348]: pgmap v3: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:28.237 INFO:teuthology.orchestra.run.smithi184.stdout: 5 31266 10.31 MB/sec warmup 90 sec latency 138.649 ms 2023-10-12T18:44:28.350 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: Deploying cephadm binary to smithi194 2023-10-12T18:44:28.350 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: [12/Oct/2023:18:44:26] ENGINE Bus STARTING 2023-10-12T18:44:28.351 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: Deploying cephadm binary to smithi184 2023-10-12T18:44:28.351 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: [12/Oct/2023:18:44:26] ENGINE Serving on http://172.21.15.194:8765 2023-10-12T18:44:28.351 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: [12/Oct/2023:18:44:26] ENGINE Serving on https://172.21.15.194:7150 2023-10-12T18:44:28.351 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: [12/Oct/2023:18:44:26] ENGINE Bus STARTED 2023-10-12T18:44:28.351 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: mgrmap e24: smithi194.zwcjew(active, since 1.75315s), standbys: smithi184.luupqj 2023-10-12T18:44:28.352 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:27 smithi194 ceph-mon[111052]: pgmap v3: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:29.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:28 smithi184 ceph-mon[108348]: pgmap v4: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:29.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:28 smithi184 ceph-mon[108348]: mgrmap e25: smithi194.zwcjew(active, since 2s), standbys: smithi184.luupqj 2023-10-12T18:44:29.238 INFO:teuthology.orchestra.run.smithi184.stdout: 5 31506 10.25 MB/sec warmup 91 sec latency 131.885 ms 2023-10-12T18:44:29.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:28 smithi194 ceph-mon[111052]: pgmap v4: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:29.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:28 smithi194 ceph-mon[111052]: mgrmap e25: smithi194.zwcjew(active, since 2s), standbys: smithi184.luupqj 2023-10-12T18:44:30.245 INFO:teuthology.orchestra.run.smithi184.stdout: 5 31798 10.22 MB/sec warmup 92 sec latency 116.874 ms 2023-10-12T18:44:31.086 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:31 smithi184 ceph-mon[108348]: pgmap v5: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:31.086 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:31 smithi184 ceph-mon[108348]: mgrmap e26: smithi194.zwcjew(active, since 4s), standbys: smithi184.luupqj 2023-10-12T18:44:31.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:31 smithi194 ceph-mon[111052]: pgmap v5: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:31.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:31 smithi194 ceph-mon[111052]: mgrmap e26: smithi194.zwcjew(active, since 4s), standbys: smithi184.luupqj 2023-10-12T18:44:31.245 INFO:teuthology.orchestra.run.smithi184.stdout: 5 32107 10.22 MB/sec warmup 93 sec latency 123.712 ms 2023-10-12T18:44:32.245 INFO:teuthology.orchestra.run.smithi184.stdout: 5 32465 10.20 MB/sec warmup 94 sec latency 126.168 ms 2023-10-12T18:44:33.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: pgmap v6: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:33.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: Standby manager daemon smithi184.luupqj restarted 2023-10-12T18:44:33.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: Standby manager daemon smithi184.luupqj started 2023-10-12T18:44:33.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.luupqj/crt"}]: dispatch 2023-10-12T18:44:33.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T18:44:33.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.luupqj/key"}]: dispatch 2023-10-12T18:44:33.118 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:33 smithi184 ceph-mon[108348]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T18:44:33.245 INFO:teuthology.orchestra.run.smithi184.stdout: 5 32868 10.22 MB/sec warmup 95 sec latency 130.274 ms 2023-10-12T18:44:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: pgmap v6: 97 pgs: 97 active+clean; 222 MiB data, 1000 MiB used, 714 GiB / 715 GiB avail 2023-10-12T18:44:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: Standby manager daemon smithi184.luupqj restarted 2023-10-12T18:44:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: Standby manager daemon smithi184.luupqj started 2023-10-12T18:44:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.luupqj/crt"}]: dispatch 2023-10-12T18:44:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T18:44:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.luupqj/key"}]: dispatch 2023-10-12T18:44:33.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:33 smithi194 ceph-mon[111052]: from='mgr.? 172.21.15.184:0/4019483761' entity='mgr.smithi184.luupqj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T18:44:34.126 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:34 smithi184 ceph-mon[108348]: mgrmap e27: smithi194.zwcjew(active, since 7s), standbys: smithi184.luupqj 2023-10-12T18:44:34.126 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:34 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:34.126 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:34 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:34.248 INFO:teuthology.orchestra.run.smithi184.stdout: 5 33249 10.24 MB/sec warmup 96 sec latency 214.396 ms 2023-10-12T18:44:34.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:34 smithi194 ceph-mon[111052]: mgrmap e27: smithi194.zwcjew(active, since 7s), standbys: smithi184.luupqj 2023-10-12T18:44:34.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:34 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:34.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:34 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:35.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: pgmap v7: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-10-12T18:44:35.146 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:35.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:35.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.148 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi184 to 1942M 2023-10-12T18:44:35.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:35 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:35.248 INFO:teuthology.orchestra.run.smithi184.stdout: 5 33651 10.24 MB/sec warmup 97 sec latency 126.661 ms 2023-10-12T18:44:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: pgmap v7: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.4 MiB/s wr, 335 op/s 2023-10-12T18:44:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:35.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi184 to 1942M 2023-10-12T18:44:35.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:35 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:36.248 INFO:teuthology.orchestra.run.smithi184.stdout: 5 33975 10.19 MB/sec warmup 98 sec latency 142.868 ms 2023-10-12T18:44:36.673 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:36 smithi184 ceph-mon[108348]: pgmap v8: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-10-12T18:44:36.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:36 smithi194 ceph-mon[111052]: pgmap v8: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.6 MiB/s wr, 260 op/s 2023-10-12T18:44:37.250 INFO:teuthology.orchestra.run.smithi184.stdout: 5 34395 10.20 MB/sec warmup 99 sec latency 129.937 ms 2023-10-12T18:44:38.250 INFO:teuthology.orchestra.run.smithi184.stdout: 5 34940 10.26 MB/sec warmup 100 sec latency 130.238 ms 2023-10-12T18:44:38.348 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:38 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.348 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:38 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.349 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:38 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.349 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:38 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:38 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:38 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:38 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:38.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:38 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:39.251 INFO:teuthology.orchestra.run.smithi184.stdout: 5 35416 10.29 MB/sec warmup 101 sec latency 135.233 ms 2023-10-12T18:44:39.356 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:39 smithi184 ceph-mon[108348]: pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-10-12T18:44:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:39 smithi194 ceph-mon[111052]: pgmap v9: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-10-12T18:44:40.251 INFO:teuthology.orchestra.run.smithi184.stdout: 5 35824 10.31 MB/sec warmup 102 sec latency 91.653 ms 2023-10-12T18:44:41.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-10-12T18:44:41.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:41.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:41.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.161 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: Adjusting osd_memory_target on smithi194 to 2710M 2023-10-12T18:44:41.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:41.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:44:41.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:44:41.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: Updating smithi184:/etc/ceph/ceph.conf 2023-10-12T18:44:41.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-12T18:44:41.163 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:44:41.251 INFO:teuthology.orchestra.run.smithi184.stdout: 5 36203 10.30 MB/sec warmup 103 sec latency 131.736 ms 2023-10-12T18:44:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: pgmap v10: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-10-12T18:44:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T18:44:41.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: Adjusting osd_memory_target on smithi194 to 2710M 2023-10-12T18:44:41.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:41.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:44:41.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:44:41.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: Updating smithi184:/etc/ceph/ceph.conf 2023-10-12T18:44:41.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: Updating smithi194:/etc/ceph/ceph.conf 2023-10-12T18:44:41.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:44:42.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: Updating smithi194:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T18:44:42.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: Updating smithi184:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T18:44:42.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:44:42.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: Updating smithi194:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T18:44:42.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:44:42.184 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:42.185 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:42 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:42.251 INFO:teuthology.orchestra.run.smithi184.stdout: 5 36537 10.30 MB/sec warmup 104 sec latency 148.728 ms 2023-10-12T18:44:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: Updating smithi194:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T18:44:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: Updating smithi184:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T18:44:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:44:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: Updating smithi194:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T18:44:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2023-10-12T18:44:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:42.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:42 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.220 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: Updating smithi184:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T18:44:43.220 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-10-12T18:44:43.220 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.222 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.222 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:43 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.251 INFO:teuthology.orchestra.run.smithi184.stdout: 5 36848 10.28 MB/sec warmup 105 sec latency 143.445 ms 2023-10-12T18:44:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: Updating smithi184:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T18:44:43.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: pgmap v11: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-10-12T18:44:43.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:43.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:43 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:44.235 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:44 smithi184 ceph-mon[108348]: Reconfiguring alertmanager.smithi184 (dependencies changed)... 2023-10-12T18:44:44.236 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:44 smithi184 ceph-mon[108348]: Reconfiguring daemon alertmanager.smithi184 on smithi184 2023-10-12T18:44:44.251 INFO:teuthology.orchestra.run.smithi184.stdout: 5 37198 10.25 MB/sec warmup 106 sec latency 105.049 ms 2023-10-12T18:44:44.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:44 smithi194 ceph-mon[111052]: Reconfiguring alertmanager.smithi184 (dependencies changed)... 2023-10-12T18:44:44.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:44 smithi194 ceph-mon[111052]: Reconfiguring daemon alertmanager.smithi184 on smithi184 2023-10-12T18:44:45.241 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:45 smithi184 ceph-mon[108348]: pgmap v12: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 7.0 MiB/s wr, 679 op/s 2023-10-12T18:44:45.257 INFO:teuthology.orchestra.run.smithi184.stdout: 5 37523 10.22 MB/sec warmup 107 sec latency 140.381 ms 2023-10-12T18:44:45.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:45 smithi194 ceph-mon[111052]: pgmap v12: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 7.0 MiB/s wr, 679 op/s 2023-10-12T18:44:46.257 INFO:teuthology.orchestra.run.smithi184.stdout: 5 37902 10.24 MB/sec warmup 108 sec latency 92.508 ms 2023-10-12T18:44:46.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:46 smithi184 ceph-mon[108348]: pgmap v13: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-10-12T18:44:46.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:46 smithi194 ceph-mon[111052]: pgmap v13: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-10-12T18:44:47.258 INFO:teuthology.orchestra.run.smithi184.stdout: 5 38373 10.26 MB/sec warmup 109 sec latency 124.050 ms 2023-10-12T18:44:48.258 INFO:teuthology.orchestra.run.smithi184.stdout: 5 38748 10.24 MB/sec warmup 110 sec latency 122.450 ms 2023-10-12T18:44:49.073 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:49 smithi184 ceph-mon[108348]: pgmap v14: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 702 op/s 2023-10-12T18:44:49.258 INFO:teuthology.orchestra.run.smithi184.stdout: 5 39114 10.29 MB/sec warmup 111 sec latency 126.499 ms 2023-10-12T18:44:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:49 smithi194 ceph-mon[111052]: pgmap v14: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 702 op/s 2023-10-12T18:44:50.258 INFO:teuthology.orchestra.run.smithi184.stdout: 5 39537 10.31 MB/sec warmup 112 sec latency 127.621 ms 2023-10-12T18:44:51.127 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:51 smithi184 ceph-mon[108348]: pgmap v15: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-10-12T18:44:51.258 INFO:teuthology.orchestra.run.smithi184.stdout: 5 39852 10.28 MB/sec warmup 113 sec latency 102.254 ms 2023-10-12T18:44:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:51 smithi194 ceph-mon[111052]: pgmap v15: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-10-12T18:44:52.264 INFO:teuthology.orchestra.run.smithi184.stdout: 5 40085 10.22 MB/sec warmup 114 sec latency 126.630 ms 2023-10-12T18:44:52.958 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:52.959 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:52.959 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: Reconfiguring grafana.smithi184 (dependencies changed)... 2023-10-12T18:44:52.959 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-12T18:44:52.959 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:52.959 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:52.960 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T18:44:52.960 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T18:44:52.960 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: Reconfiguring daemon grafana.smithi184 on smithi184 2023-10-12T18:44:52.960 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:52 smithi184 ceph-mon[108348]: pgmap v16: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-10-12T18:44:53.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:53.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:53.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: Reconfiguring grafana.smithi184 (dependencies changed)... 2023-10-12T18:44:53.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-12T18:44:53.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:53.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:44:53.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T18:44:53.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T18:44:53.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: Reconfiguring daemon grafana.smithi184 on smithi184 2023-10-12T18:44:53.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:52 smithi194 ceph-mon[111052]: pgmap v16: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-10-12T18:44:53.265 INFO:teuthology.orchestra.run.smithi184.stdout: 5 40300 10.17 MB/sec warmup 115 sec latency 127.872 ms 2023-10-12T18:44:53.442 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:44:54.265 INFO:teuthology.orchestra.run.smithi184.stdout: 5 40461 10.12 MB/sec warmup 116 sec latency 135.897 ms 2023-10-12T18:44:54.396 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:44:54.396 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:44:54.396 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (6m) - 6m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:44:54.396 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (5m) - 5m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:44:54.397 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (5m) - 6m 62.1M - 8.3.5 dad864ee21e9 6d092a63d74a 2023-10-12T18:44:54.397 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (2m) - 2m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:44:54.397 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (2m) - 2m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:44:54.397 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (7m) - 7m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:44:54.397 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (37s) - 5m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:44:54.398 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (7m) - 7m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:44:54.398 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (5m) - 5m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:44:54.398 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (2m) - 2m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:44:54.398 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (2m) - 2m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:44:54.398 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (6m) - 6m 24.0M - 1.3.1 1dbe0e931976 5539bd610468 2023-10-12T18:44:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (5m) - 5m 26.2M - 1.3.1 1dbe0e931976 652f70f5cd9b 2023-10-12T18:44:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (5m) - 5m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:44:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (4m) - 4m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:44:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (4m) - 4m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:44:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (4m) - 4m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:44:54.399 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (4m) - 4m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:44:54.400 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (3m) - 3m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:44:54.400 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (3m) - 3m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:44:54.400 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (3m) - 3m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:44:54.400 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (5m) - 5m 66.7M - 2.33.4 514e6a882f6e 6de8cb70ac0f 2023-10-12T18:44:54.959 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:44:54.960 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:44:54.960 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:44:54.960 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:54.960 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:44:54.960 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:44:54.961 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:44:54.961 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:54.961 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:44:54.961 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:44:54.961 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:54.962 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:44:54.962 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:44:54.962 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:44:54.962 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:44:54.962 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:44:54.963 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:44:54.963 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:44:54.963 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:44:55.030 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:55 smithi184 ceph-mon[108348]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:55.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:55 smithi184 ceph-mon[108348]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:55.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:55 smithi184 ceph-mon[108348]: pgmap v17: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 688 op/s 2023-10-12T18:44:55.031 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:55 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/232391983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:44:55.265 INFO:teuthology.orchestra.run.smithi184.stdout: 5 40630 10.06 MB/sec warmup 117 sec latency 146.562 ms 2023-10-12T18:44:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:55 smithi194 ceph-mon[111052]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:55.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:55 smithi194 ceph-mon[111052]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:55.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:55 smithi194 ceph-mon[111052]: pgmap v17: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 688 op/s 2023-10-12T18:44:55.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:55 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/232391983' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:44:55.421 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:44:55.421 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:44:55.422 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:44:55.422 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:44:55.422 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:44:55.422 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:44:55.422 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "", 2023-10-12T18:44:55.423 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:44:55.423 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:44:56.017 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:44:56.049 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:56 smithi184 ceph-mon[108348]: from='client.24459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:56.049 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:56 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1660525638' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:44:56.265 INFO:teuthology.orchestra.run.smithi184.stdout: 5 40861 10.04 MB/sec warmup 118 sec latency 189.913 ms 2023-10-12T18:44:56.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:56 smithi194 ceph-mon[111052]: from='client.24459 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:56.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:56 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1660525638' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:44:57.064 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:57 smithi184 ceph-mon[108348]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:57.064 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:57 smithi184 ceph-mon[108348]: pgmap v18: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-10-12T18:44:57.064 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:57 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:44:57.265 INFO:teuthology.orchestra.run.smithi184.stdout: 5 41180 10.04 MB/sec warmup 119 sec latency 121.074 ms 2023-10-12T18:44:57.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:57 smithi194 ceph-mon[111052]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:44:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:57 smithi194 ceph-mon[111052]: pgmap v18: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-10-12T18:44:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:57 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:44:59.111 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:44:59 smithi184 ceph-mon[108348]: pgmap v19: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-10-12T18:44:59.266 INFO:teuthology.orchestra.run.smithi184.stdout: 5 41777 7.48 MB/sec execute 1 sec latency 138.745 ms 2023-10-12T18:44:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:44:59 smithi194 ceph-mon[111052]: pgmap v19: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-10-12T18:45:00.271 INFO:teuthology.orchestra.run.smithi184.stdout: 5 42020 6.00 MB/sec execute 2 sec latency 117.404 ms 2023-10-12T18:45:01.135 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:01 smithi184 ceph-mon[108348]: pgmap v20: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-10-12T18:45:01.271 INFO:teuthology.orchestra.run.smithi184.stdout: 5 42299 7.53 MB/sec execute 3 sec latency 133.854 ms 2023-10-12T18:45:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:01 smithi194 ceph-mon[111052]: pgmap v20: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-10-12T18:45:02.272 INFO:teuthology.orchestra.run.smithi184.stdout: 5 42597 8.58 MB/sec execute 4 sec latency 126.842 ms 2023-10-12T18:45:03.166 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:03 smithi184 ceph-mon[108348]: pgmap v21: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-10-12T18:45:03.276 INFO:teuthology.orchestra.run.smithi184.stdout: 5 43001 9.41 MB/sec execute 5 sec latency 123.804 ms 2023-10-12T18:45:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:03 smithi194 ceph-mon[111052]: pgmap v21: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-10-12T18:45:04.276 INFO:teuthology.orchestra.run.smithi184.stdout: 5 43326 9.79 MB/sec execute 6 sec latency 126.851 ms 2023-10-12T18:45:05.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:05 smithi184 ceph-mon[108348]: pgmap v22: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-10-12T18:45:05.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 43670 9.20 MB/sec execute 7 sec latency 143.068 ms 2023-10-12T18:45:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:05 smithi194 ceph-mon[111052]: pgmap v22: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-10-12T18:45:06.283 INFO:teuthology.orchestra.run.smithi184.stdout: 5 44026 8.80 MB/sec execute 8 sec latency 129.353 ms 2023-10-12T18:45:06.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:06 smithi184 ceph-mon[108348]: pgmap v23: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-10-12T18:45:06.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:06 smithi194 ceph-mon[111052]: pgmap v23: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-10-12T18:45:07.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 44374 8.67 MB/sec execute 9 sec latency 121.933 ms 2023-10-12T18:45:08.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 44790 9.35 MB/sec execute 10 sec latency 124.565 ms 2023-10-12T18:45:09.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:09 smithi184 ceph-mon[108348]: pgmap v24: 97 pgs: 97 active+clean; 273 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-10-12T18:45:09.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:09 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:09.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 45190 9.28 MB/sec execute 11 sec latency 126.874 ms 2023-10-12T18:45:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:09 smithi194 ceph-mon[111052]: pgmap v24: 97 pgs: 97 active+clean; 273 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-10-12T18:45:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:09 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:10.046 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:10 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:10.046 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:10 smithi184 ceph-mon[108348]: Reconfiguring node-exporter.smithi184 (dependencies changed)... 2023-10-12T18:45:10.046 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:10 smithi184 ceph-mon[108348]: Reconfiguring daemon node-exporter.smithi184 on smithi184 2023-10-12T18:45:10.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 45487 9.13 MB/sec execute 12 sec latency 99.477 ms 2023-10-12T18:45:10.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:10 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:10.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:10 smithi194 ceph-mon[111052]: Reconfiguring node-exporter.smithi184 (dependencies changed)... 2023-10-12T18:45:10.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:10 smithi194 ceph-mon[111052]: Reconfiguring daemon node-exporter.smithi184 on smithi184 2023-10-12T18:45:11.083 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:11 smithi184 ceph-mon[108348]: pgmap v25: 97 pgs: 97 active+clean; 273 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-10-12T18:45:11.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 45831 9.09 MB/sec execute 13 sec latency 139.130 ms 2023-10-12T18:45:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:11 smithi194 ceph-mon[111052]: pgmap v25: 97 pgs: 97 active+clean; 273 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-10-12T18:45:12.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:12 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:12.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 46336 9.73 MB/sec execute 14 sec latency 108.857 ms 2023-10-12T18:45:12.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:12 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:13.128 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:13 smithi184 ceph-mon[108348]: pgmap v26: 97 pgs: 97 active+clean; 273 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-10-12T18:45:13.284 INFO:teuthology.orchestra.run.smithi184.stdout: 5 46711 9.73 MB/sec execute 15 sec latency 126.687 ms 2023-10-12T18:45:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:13 smithi194 ceph-mon[111052]: pgmap v26: 97 pgs: 97 active+clean; 273 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-10-12T18:45:14.285 INFO:teuthology.orchestra.run.smithi184.stdout: 5 47071 9.86 MB/sec execute 16 sec latency 125.853 ms 2023-10-12T18:45:15.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:15 smithi184 ceph-mon[108348]: pgmap v27: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 603 op/s 2023-10-12T18:45:15.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:15 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:15.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:15 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:15.285 INFO:teuthology.orchestra.run.smithi184.stdout: 5 47410 9.43 MB/sec execute 17 sec latency 127.142 ms 2023-10-12T18:45:15.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:15 smithi194 ceph-mon[111052]: pgmap v27: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 603 op/s 2023-10-12T18:45:15.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:15 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:15.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:15 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:16.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:16 smithi184 ceph-mon[108348]: Reconfiguring prometheus.smithi184 (dependencies changed)... 2023-10-12T18:45:16.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:16 smithi184 ceph-mon[108348]: Reconfiguring daemon prometheus.smithi184 on smithi184 2023-10-12T18:45:16.287 INFO:teuthology.orchestra.run.smithi184.stdout: 5 47687 9.26 MB/sec execute 18 sec latency 129.662 ms 2023-10-12T18:45:16.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:16 smithi194 ceph-mon[111052]: Reconfiguring prometheus.smithi184 (dependencies changed)... 2023-10-12T18:45:16.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:16 smithi194 ceph-mon[111052]: Reconfiguring daemon prometheus.smithi184 on smithi184 2023-10-12T18:45:17.187 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:17 smithi184 ceph-mon[108348]: pgmap v28: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-10-12T18:45:17.287 INFO:teuthology.orchestra.run.smithi184.stdout: 5 48225 9.67 MB/sec execute 19 sec latency 123.953 ms 2023-10-12T18:45:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:17 smithi194 ceph-mon[111052]: pgmap v28: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-10-12T18:45:18.294 INFO:teuthology.orchestra.run.smithi184.stdout: 5 48671 9.97 MB/sec execute 20 sec latency 126.722 ms 2023-10-12T18:45:19.222 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:19 smithi184 ceph-mon[108348]: pgmap v29: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 668 op/s 2023-10-12T18:45:19.294 INFO:teuthology.orchestra.run.smithi184.stdout: 5 49017 9.76 MB/sec execute 21 sec latency 129.622 ms 2023-10-12T18:45:19.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:19 smithi194 ceph-mon[111052]: pgmap v29: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 668 op/s 2023-10-12T18:45:20.305 INFO:teuthology.orchestra.run.smithi184.stdout: 5 49244 9.60 MB/sec execute 22 sec latency 151.247 ms 2023-10-12T18:45:21.267 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:21 smithi184 ceph-mon[108348]: pgmap v30: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-10-12T18:45:21.305 INFO:teuthology.orchestra.run.smithi184.stdout: 5 49578 9.57 MB/sec execute 23 sec latency 123.855 ms 2023-10-12T18:45:21.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:21 smithi194 ceph-mon[111052]: pgmap v30: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-10-12T18:45:22.309 INFO:teuthology.orchestra.run.smithi184.stdout: 5 49947 9.71 MB/sec execute 24 sec latency 121.273 ms 2023-10-12T18:45:23.297 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:23 smithi184 ceph-mon[108348]: pgmap v31: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-10-12T18:45:23.309 INFO:teuthology.orchestra.run.smithi184.stdout: 5 50269 9.81 MB/sec execute 25 sec latency 104.890 ms 2023-10-12T18:45:23.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:23 smithi194 ceph-mon[111052]: pgmap v31: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-10-12T18:45:24.310 INFO:teuthology.orchestra.run.smithi184.stdout: 5 50605 9.75 MB/sec execute 26 sec latency 135.233 ms 2023-10-12T18:45:25.310 INFO:teuthology.orchestra.run.smithi184.stdout: 5 51015 9.52 MB/sec execute 27 sec latency 126.593 ms 2023-10-12T18:45:25.317 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:25 smithi184 ceph-mon[108348]: pgmap v32: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 662 op/s 2023-10-12T18:45:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:25 smithi194 ceph-mon[111052]: pgmap v32: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 662 op/s 2023-10-12T18:45:26.310 INFO:teuthology.orchestra.run.smithi184.stdout: 5 51285 9.40 MB/sec execute 28 sec latency 150.370 ms 2023-10-12T18:45:26.510 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:45:26.843 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:26 smithi184 ceph-mon[108348]: pgmap v33: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-10-12T18:45:26.843 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:26.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:26 smithi194 ceph-mon[111052]: pgmap v33: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-10-12T18:45:26.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:27.322 INFO:teuthology.orchestra.run.smithi184.stdout: 5 51728 9.69 MB/sec execute 29 sec latency 100.890 ms 2023-10-12T18:45:27.428 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:45:27.429 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:45:27.429 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (6m) - 6m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:45:27.429 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (6m) - 6m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:45:27.429 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:45:27.429 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (2m) - 2m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:45:27.429 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (2m) - 2m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:45:27.430 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (7m) - 7m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:45:27.430 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (70s) - 6m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:45:27.430 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (7m) - 8m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:45:27.430 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (6m) - 6m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:45:27.430 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (2m) - 2m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:45:27.431 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (2m) - 2m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:45:27.431 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:45:27.431 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (6m) - 6m 26.2M - 1.3.1 1dbe0e931976 652f70f5cd9b 2023-10-12T18:45:27.431 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (5m) - 5m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:45:27.431 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (5m) - 5m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:45:27.432 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (5m) - 5m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:45:27.432 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (4m) - 4m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:45:27.432 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (4m) - 4m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:45:27.432 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (4m) - 4m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:45:27.432 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (4m) - 4m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:45:27.432 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (3m) - 3m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:45:27.433 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (6m) - 6m 66.7M - 2.33.4 514e6a882f6e 6de8cb70ac0f 2023-10-12T18:45:27.863 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:27 smithi184 ceph-mon[108348]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:27.863 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:27 smithi184 ceph-mon[108348]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:27.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:27 smithi194 ceph-mon[111052]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:27.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:27 smithi194 ceph-mon[111052]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:27.995 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:45:27.995 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:45:27.996 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:45:27.996 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:45:27.996 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:45:27.996 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:45:27.996 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:45:27.997 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:45:27.997 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:45:27.997 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:45:27.997 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:45:27.997 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:45:27.998 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:45:27.998 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:45:27.998 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:45:27.998 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:45:27.998 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:45:27.999 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:45:27.999 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:45:28.322 INFO:teuthology.orchestra.run.smithi184.stdout: 5 52124 9.62 MB/sec execute 30 sec latency 130.080 ms 2023-10-12T18:45:28.443 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:45:28.443 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:45:28.443 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:45:28.443 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:45:28.443 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:45:28.444 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:45:28.444 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "", 2023-10-12T18:45:28.444 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:45:28.444 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:45:28.619 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:28 smithi184 ceph-mon[108348]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:28.619 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:28 smithi184 ceph-mon[108348]: pgmap v34: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 663 op/s 2023-10-12T18:45:28.619 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:28 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/72585389' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:45:28.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:28 smithi194 ceph-mon[111052]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:28.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:28 smithi194 ceph-mon[111052]: pgmap v34: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 663 op/s 2023-10-12T18:45:28.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:28 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/72585389' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:45:28.971 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:45:29.322 INFO:teuthology.orchestra.run.smithi184.stdout: 5 52440 9.64 MB/sec execute 31 sec latency 126.789 ms 2023-10-12T18:45:29.653 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:29 smithi184 ceph-mon[108348]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:29.654 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:29 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1166996404' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:45:29.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:29 smithi194 ceph-mon[111052]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:45:29.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:29 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1166996404' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:45:30.322 INFO:teuthology.orchestra.run.smithi184.stdout: 5 52762 9.53 MB/sec execute 32 sec latency 132.063 ms 2023-10-12T18:45:31.212 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:31 smithi184 ceph-mon[108348]: pgmap v35: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-10-12T18:45:31.212 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:31 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:31.212 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:31 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:31.213 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:31 smithi184 ceph-mon[108348]: Reconfiguring node-exporter.smithi194 (dependencies changed)... 2023-10-12T18:45:31.213 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:31 smithi184 ceph-mon[108348]: Reconfiguring daemon node-exporter.smithi194 on smithi194 2023-10-12T18:45:31.322 INFO:teuthology.orchestra.run.smithi184.stdout: 5 53132 9.54 MB/sec execute 33 sec latency 143.165 ms 2023-10-12T18:45:31.468 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:31 smithi194 ceph-mon[111052]: pgmap v35: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-10-12T18:45:31.468 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:31 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:31.469 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:31 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:31.469 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:31 smithi194 ceph-mon[111052]: Reconfiguring node-exporter.smithi194 (dependencies changed)... 2023-10-12T18:45:31.469 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:31 smithi194 ceph-mon[111052]: Reconfiguring daemon node-exporter.smithi194 on smithi194 2023-10-12T18:45:32.322 INFO:teuthology.orchestra.run.smithi184.stdout: 5 53471 9.62 MB/sec execute 34 sec latency 126.566 ms 2023-10-12T18:45:32.740 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:32.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:32.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:45:32.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:45:32.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T18:45:32.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T18:45:32.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:32.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:45:32.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:45:32.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T18:45:32.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T18:45:32.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:32.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:45:32.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:45:32.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T18:45:32.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T18:45:32.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:32.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:45:32.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: Upgrade: Need to upgrade myself (mgr.smithi194.zwcjew) 2023-10-12T18:45:32.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: Upgrade: Need to upgrade myself (mgr.smithi194.zwcjew) 2023-10-12T18:45:32.744 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:32 smithi184 ceph-mon[108348]: pgmap v36: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-10-12T18:45:33.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:33.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:33.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:45:33.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T18:45:33.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T18:45:33.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T18:45:33.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:33.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:45:33.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T18:45:33.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T18:45:33.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi184.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T18:45:33.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:33.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:45:33.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T18:45:33.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T18:45:33.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T18:45:33.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:33.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:45:33.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: Upgrade: Need to upgrade myself (mgr.smithi194.zwcjew) 2023-10-12T18:45:33.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: Upgrade: Need to upgrade myself (mgr.smithi194.zwcjew) 2023-10-12T18:45:33.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:32 smithi194 ceph-mon[111052]: pgmap v36: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-10-12T18:45:33.325 INFO:teuthology.orchestra.run.smithi184.stdout: 5 53807 9.68 MB/sec execute 35 sec latency 129.656 ms 2023-10-12T18:45:34.326 INFO:teuthology.orchestra.run.smithi184.stdout: 5 54126 9.66 MB/sec execute 36 sec latency 126.992 ms 2023-10-12T18:45:34.531 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: Upgrade: Updating mgr.smithi184.luupqj 2023-10-12T18:45:34.531 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:34.531 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.luupqj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:45:34.532 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.luupqj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:45:34.532 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:45:34.532 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:45:34.532 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: Deploying daemon mgr.smithi184.luupqj on smithi184 2023-10-12T18:45:34.532 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:34 smithi184 ceph-mon[108348]: pgmap v37: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 634 op/s 2023-10-12T18:45:34.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: Upgrade: Updating mgr.smithi184.luupqj 2023-10-12T18:45:34.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:45:34.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.luupqj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:45:34.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.luupqj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T18:45:34.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T18:45:34.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:45:34.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: Deploying daemon mgr.smithi184.luupqj on smithi184 2023-10-12T18:45:34.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:34 smithi194 ceph-mon[111052]: pgmap v37: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 634 op/s 2023-10-12T18:45:35.335 INFO:teuthology.orchestra.run.smithi184.stdout: 5 54412 9.50 MB/sec execute 37 sec latency 140.208 ms 2023-10-12T18:45:36.341 INFO:teuthology.orchestra.run.smithi184.stdout: 5 54734 9.45 MB/sec execute 38 sec latency 192.201 ms 2023-10-12T18:45:36.845 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:36 smithi184 ceph-mon[108348]: pgmap v38: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-10-12T18:45:36.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:36 smithi194 ceph-mon[111052]: pgmap v38: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-10-12T18:45:37.340 INFO:teuthology.orchestra.run.smithi184.stdout: 5 55117 9.49 MB/sec execute 39 sec latency 129.588 ms 2023-10-12T18:45:38.340 INFO:teuthology.orchestra.run.smithi184.stdout: 5 55475 9.48 MB/sec execute 40 sec latency 130.408 ms 2023-10-12T18:45:39.129 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:39 smithi184 ceph-mon[108348]: pgmap v39: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 621 op/s 2023-10-12T18:45:39.340 INFO:teuthology.orchestra.run.smithi184.stdout: 5 55819 9.51 MB/sec execute 41 sec latency 167.741 ms 2023-10-12T18:45:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:39 smithi194 ceph-mon[111052]: pgmap v39: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 621 op/s 2023-10-12T18:45:40.352 INFO:teuthology.orchestra.run.smithi184.stdout: 5 56129 9.49 MB/sec execute 42 sec latency 130.110 ms 2023-10-12T18:45:41.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:41 smithi184 ceph-mon[108348]: pgmap v40: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-10-12T18:45:41.352 INFO:teuthology.orchestra.run.smithi184.stdout: 5 56525 9.40 MB/sec execute 43 sec latency 120.681 ms 2023-10-12T18:45:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:41 smithi194 ceph-mon[111052]: pgmap v40: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-10-12T18:45:42.192 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:42 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:42.352 INFO:teuthology.orchestra.run.smithi184.stdout: 5 56890 9.51 MB/sec execute 44 sec latency 118.048 ms 2023-10-12T18:45:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:42 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:43.219 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:43 smithi184 ceph-mon[108348]: pgmap v41: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-10-12T18:45:43.361 INFO:teuthology.orchestra.run.smithi184.stdout: 5 57241 9.54 MB/sec execute 45 sec latency 201.876 ms 2023-10-12T18:45:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:43 smithi194 ceph-mon[111052]: pgmap v41: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-10-12T18:45:44.361 INFO:teuthology.orchestra.run.smithi184.stdout: 5 57585 9.53 MB/sec execute 46 sec latency 124.095 ms 2023-10-12T18:45:45.274 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:45 smithi184 ceph-mon[108348]: pgmap v42: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.3 MiB/s wr, 613 op/s 2023-10-12T18:45:45.361 INFO:teuthology.orchestra.run.smithi184.stdout: 5 57826 9.47 MB/sec execute 47 sec latency 138.314 ms 2023-10-12T18:45:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:45 smithi194 ceph-mon[111052]: pgmap v42: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.3 MiB/s wr, 613 op/s 2023-10-12T18:45:46.361 INFO:teuthology.orchestra.run.smithi184.stdout: 5 58145 9.43 MB/sec execute 48 sec latency 138.432 ms 2023-10-12T18:45:46.823 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:46 smithi184 ceph-mon[108348]: pgmap v43: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-10-12T18:45:46.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:46 smithi194 ceph-mon[111052]: pgmap v43: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-10-12T18:45:47.361 INFO:teuthology.orchestra.run.smithi184.stdout: 5 58423 9.35 MB/sec execute 49 sec latency 129.592 ms 2023-10-12T18:45:48.362 INFO:teuthology.orchestra.run.smithi184.stdout: 5 58831 9.42 MB/sec execute 50 sec latency 133.895 ms 2023-10-12T18:45:49.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:49 smithi184 ceph-mon[108348]: pgmap v44: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 603 op/s 2023-10-12T18:45:49.369 INFO:teuthology.orchestra.run.smithi184.stdout: 5 59181 9.42 MB/sec execute 51 sec latency 138.612 ms 2023-10-12T18:45:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:49 smithi194 ceph-mon[111052]: pgmap v44: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.2 MiB/s wr, 603 op/s 2023-10-12T18:45:50.369 INFO:teuthology.orchestra.run.smithi184.stdout: 5 59629 9.43 MB/sec execute 52 sec latency 135.553 ms 2023-10-12T18:45:51.122 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:51 smithi184 ceph-mon[108348]: pgmap v45: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-10-12T18:45:51.369 INFO:teuthology.orchestra.run.smithi184.stdout: 5 60111 9.45 MB/sec execute 53 sec latency 134.889 ms 2023-10-12T18:45:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:51 smithi194 ceph-mon[111052]: pgmap v45: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-10-12T18:45:52.373 INFO:teuthology.orchestra.run.smithi184.stdout: 5 60459 9.53 MB/sec execute 54 sec latency 147.848 ms 2023-10-12T18:45:53.144 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:53 smithi184 ceph-mon[108348]: pgmap v46: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-10-12T18:45:53.373 INFO:teuthology.orchestra.run.smithi184.stdout: 5 60826 9.55 MB/sec execute 55 sec latency 158.598 ms 2023-10-12T18:45:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:53 smithi194 ceph-mon[111052]: pgmap v46: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-10-12T18:45:54.374 INFO:teuthology.orchestra.run.smithi184.stdout: 5 61257 9.60 MB/sec execute 56 sec latency 129.786 ms 2023-10-12T18:45:55.210 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:55 smithi184 ceph-mon[108348]: pgmap v47: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-10-12T18:45:55.373 INFO:teuthology.orchestra.run.smithi184.stdout: 5 61574 9.53 MB/sec execute 57 sec latency 108.152 ms 2023-10-12T18:45:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:55 smithi194 ceph-mon[111052]: pgmap v47: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-10-12T18:45:56.374 INFO:teuthology.orchestra.run.smithi184.stdout: 5 61877 9.49 MB/sec execute 58 sec latency 107.748 ms 2023-10-12T18:45:56.756 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:56 smithi184 ceph-mon[108348]: pgmap v48: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-10-12T18:45:56.756 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:56.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:56 smithi194 ceph-mon[111052]: pgmap v48: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-10-12T18:45:56.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:45:57.374 INFO:teuthology.orchestra.run.smithi184.stdout: 5 62242 9.54 MB/sec execute 59 sec latency 152.205 ms 2023-10-12T18:45:58.374 INFO:teuthology.orchestra.run.smithi184.stdout: 5 62684 9.62 MB/sec execute 60 sec latency 126.641 ms 2023-10-12T18:45:59.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:58 smithi184 ceph-mon[108348]: mgrmap e28: smithi194.zwcjew(active, since 92s), standbys: smithi184.luupqj 2023-10-12T18:45:59.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:45:58 smithi184 ceph-mon[108348]: pgmap v49: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 649 op/s 2023-10-12T18:45:59.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:58 smithi194 ceph-mon[111052]: mgrmap e28: smithi194.zwcjew(active, since 92s), standbys: smithi184.luupqj 2023-10-12T18:45:59.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:45:58 smithi194 ceph-mon[111052]: pgmap v49: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 649 op/s 2023-10-12T18:45:59.374 INFO:teuthology.orchestra.run.smithi184.stdout: 5 63066 9.57 MB/sec execute 61 sec latency 133.359 ms 2023-10-12T18:45:59.402 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:46:00.274 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:46:00.275 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:46:00.275 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (7m) - 7m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:46:00.275 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (7m) - 7m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:46:00.275 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:46:00.276 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (3m) - 3m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:46:00.276 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (3m) - 3m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:46:00.276 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (8m) - 8m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:46:00.276 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (103s) - 6m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:46:00.276 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (8m) - 8m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:46:00.277 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (6m) - 6m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:46:00.277 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (3m) - 3m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:46:00.277 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (3m) - 3m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:46:00.277 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:46:00.277 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 starting - - - - 2023-10-12T18:46:00.277 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (6m) - 6m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:46:00.278 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (6m) - 6m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:46:00.278 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (5m) - 5m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:46:00.278 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (5m) - 5m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:46:00.278 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (5m) - 5m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:46:00.278 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (4m) - 4m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:46:00.279 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (4m) - 4m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:46:00.279 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (4m) - 4m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:46:00.279 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 starting - - - - 2023-10-12T18:46:00.374 INFO:teuthology.orchestra.run.smithi184.stdout: 5 63342 9.49 MB/sec execute 62 sec latency 126.670 ms 2023-10-12T18:46:00.817 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:46:00.817 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:46:00.817 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:46:00.817 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:00.817 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:46:00.818 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:46:00.818 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:46:00.818 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:00.818 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:46:00.818 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:46:00.819 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:00.819 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:46:00.819 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:46:00.819 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:00.819 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:46:00.820 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:46:00.820 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:46:00.820 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:46:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:46:01.057 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:01 smithi184 ceph-mon[108348]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:01.057 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:01 smithi184 ceph-mon[108348]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:01.058 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:01 smithi184 ceph-mon[108348]: pgmap v50: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-10-12T18:46:01.058 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:01 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2334253364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:46:01.312 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:46:01.312 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:46:01.313 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:46:01.313 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:46:01.313 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:46:01.313 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:46:01.313 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Currently upgrading mgr daemons", 2023-10-12T18:46:01.314 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:46:01.314 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:46:01.382 INFO:teuthology.orchestra.run.smithi184.stdout: 5 63662 9.46 MB/sec execute 63 sec latency 110.328 ms 2023-10-12T18:46:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:01 smithi194 ceph-mon[111052]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:01 smithi194 ceph-mon[111052]: from='client.24481 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:01 smithi194 ceph-mon[111052]: pgmap v50: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-10-12T18:46:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:01 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2334253364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:46:01.847 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:46:02.096 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:02 smithi184 ceph-mon[108348]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:02.096 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:02 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2474556846' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:46:02.382 INFO:teuthology.orchestra.run.smithi184.stdout: 5 63997 9.51 MB/sec execute 64 sec latency 126.328 ms 2023-10-12T18:46:02.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:02 smithi194 ceph-mon[111052]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:02.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:02 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2474556846' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:46:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:03 smithi184 ceph-mon[108348]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:03.140 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:03 smithi184 ceph-mon[108348]: pgmap v51: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-10-12T18:46:03.386 INFO:teuthology.orchestra.run.smithi184.stdout: 5 64315 9.55 MB/sec execute 65 sec latency 145.980 ms 2023-10-12T18:46:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:03 smithi194 ceph-mon[111052]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:03.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:03 smithi194 ceph-mon[111052]: pgmap v51: 97 pgs: 97 active+clean; 335 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-10-12T18:46:04.388 INFO:teuthology.orchestra.run.smithi184.stdout: 5 64696 9.55 MB/sec execute 66 sec latency 142.582 ms 2023-10-12T18:46:05.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:05 smithi184 ceph-mon[108348]: pgmap v52: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 664 op/s 2023-10-12T18:46:05.388 INFO:teuthology.orchestra.run.smithi184.stdout: 5 65060 9.52 MB/sec execute 67 sec latency 129.286 ms 2023-10-12T18:46:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:05 smithi194 ceph-mon[111052]: pgmap v52: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 664 op/s 2023-10-12T18:46:06.388 INFO:teuthology.orchestra.run.smithi184.stdout: 5 65359 9.53 MB/sec execute 68 sec latency 139.070 ms 2023-10-12T18:46:06.731 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:06 smithi184 ceph-mon[108348]: pgmap v53: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-10-12T18:46:06.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:06 smithi194 ceph-mon[111052]: pgmap v53: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-10-12T18:46:07.398 INFO:teuthology.orchestra.run.smithi184.stdout: 5 65735 9.47 MB/sec execute 69 sec latency 141.680 ms 2023-10-12T18:46:08.405 INFO:teuthology.orchestra.run.smithi184.stdout: 5 66181 9.55 MB/sec execute 70 sec latency 123.908 ms 2023-10-12T18:46:09.268 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:09 smithi184 ceph-mon[108348]: pgmap v54: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 688 op/s 2023-10-12T18:46:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:09 smithi194 ceph-mon[111052]: pgmap v54: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 688 op/s 2023-10-12T18:46:09.405 INFO:teuthology.orchestra.run.smithi184.stdout: 5 66539 9.53 MB/sec execute 71 sec latency 130.026 ms 2023-10-12T18:46:10.411 INFO:teuthology.orchestra.run.smithi184.stdout: 5 66917 9.56 MB/sec execute 72 sec latency 129.635 ms 2023-10-12T18:46:11.302 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:11 smithi184 ceph-mon[108348]: pgmap v55: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 469 op/s 2023-10-12T18:46:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:11 smithi194 ceph-mon[111052]: pgmap v55: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 469 op/s 2023-10-12T18:46:11.411 INFO:teuthology.orchestra.run.smithi184.stdout: 5 67347 9.59 MB/sec execute 73 sec latency 129.860 ms 2023-10-12T18:46:12.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:12 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:12.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:12 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:12.419 INFO:teuthology.orchestra.run.smithi184.stdout: 5 67730 9.64 MB/sec execute 74 sec latency 93.946 ms 2023-10-12T18:46:13.072 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:13 smithi184 ceph-mon[108348]: pgmap v56: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 469 op/s 2023-10-12T18:46:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:13 smithi194 ceph-mon[111052]: pgmap v56: 97 pgs: 97 active+clean; 346 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 469 op/s 2023-10-12T18:46:13.419 INFO:teuthology.orchestra.run.smithi184.stdout: 5 68083 9.64 MB/sec execute 75 sec latency 129.729 ms 2023-10-12T18:46:14.420 INFO:teuthology.orchestra.run.smithi184.stdout: 5 68482 9.63 MB/sec execute 76 sec latency 141.342 ms 2023-10-12T18:46:15.114 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:15 smithi184 ceph-mon[108348]: pgmap v57: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 720 op/s 2023-10-12T18:46:15.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:15 smithi194 ceph-mon[111052]: pgmap v57: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 720 op/s 2023-10-12T18:46:15.419 INFO:teuthology.orchestra.run.smithi184.stdout: 5 68848 9.56 MB/sec execute 77 sec latency 105.205 ms 2023-10-12T18:46:16.420 INFO:teuthology.orchestra.run.smithi184.stdout: 5 69222 9.59 MB/sec execute 78 sec latency 129.666 ms 2023-10-12T18:46:16.653 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:16 smithi184 ceph-mon[108348]: pgmap v58: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 510 op/s 2023-10-12T18:46:16.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:16 smithi194 ceph-mon[111052]: pgmap v58: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 510 op/s 2023-10-12T18:46:17.420 INFO:teuthology.orchestra.run.smithi184.stdout: 5 69741 9.67 MB/sec execute 79 sec latency 130.000 ms 2023-10-12T18:46:18.432 INFO:teuthology.orchestra.run.smithi184.stdout: 5 70217 9.73 MB/sec execute 80 sec latency 91.702 ms 2023-10-12T18:46:19.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:19 smithi184 ceph-mon[108348]: pgmap v59: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 751 op/s 2023-10-12T18:46:19.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:19 smithi194 ceph-mon[111052]: pgmap v59: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 751 op/s 2023-10-12T18:46:19.432 INFO:teuthology.orchestra.run.smithi184.stdout: 5 70604 9.70 MB/sec execute 81 sec latency 109.117 ms 2023-10-12T18:46:20.432 INFO:teuthology.orchestra.run.smithi184.stdout: 5 70902 9.70 MB/sec execute 82 sec latency 140.620 ms 2023-10-12T18:46:21.208 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:21 smithi184 ceph-mon[108348]: pgmap v60: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-10-12T18:46:21.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:21 smithi194 ceph-mon[111052]: pgmap v60: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-10-12T18:46:21.432 INFO:teuthology.orchestra.run.smithi184.stdout: 5 71221 9.67 MB/sec execute 83 sec latency 149.438 ms 2023-10-12T18:46:22.432 INFO:teuthology.orchestra.run.smithi184.stdout: 5 71593 9.72 MB/sec execute 84 sec latency 123.542 ms 2023-10-12T18:46:23.132 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:23 smithi184 ceph-mon[108348]: pgmap v61: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-10-12T18:46:23.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:23 smithi194 ceph-mon[111052]: pgmap v61: 97 pgs: 97 active+clean; 349 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 492 op/s 2023-10-12T18:46:23.432 INFO:teuthology.orchestra.run.smithi184.stdout: 5 71972 9.72 MB/sec execute 85 sec latency 140.123 ms 2023-10-12T18:46:24.440 INFO:teuthology.orchestra.run.smithi184.stdout: 5 72289 9.69 MB/sec execute 86 sec latency 129.611 ms 2023-10-12T18:46:25.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:25 smithi184 ceph-mon[108348]: pgmap v62: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 717 op/s 2023-10-12T18:46:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:25 smithi194 ceph-mon[111052]: pgmap v62: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 717 op/s 2023-10-12T18:46:25.444 INFO:teuthology.orchestra.run.smithi184.stdout: 5 72734 9.68 MB/sec execute 87 sec latency 129.765 ms 2023-10-12T18:46:26.445 INFO:teuthology.orchestra.run.smithi184.stdout: 5 73057 9.66 MB/sec execute 88 sec latency 141.458 ms 2023-10-12T18:46:26.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:26 smithi184 ceph-mon[108348]: pgmap v63: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-10-12T18:46:26.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:26.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:26 smithi194 ceph-mon[111052]: pgmap v63: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-10-12T18:46:26.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:27.444 INFO:teuthology.orchestra.run.smithi184.stdout: 5 73435 9.70 MB/sec execute 89 sec latency 113.862 ms 2023-10-12T18:46:28.445 INFO:teuthology.orchestra.run.smithi184.stdout: 5 73814 9.73 MB/sec execute 90 sec latency 133.051 ms 2023-10-12T18:46:29.220 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:29 smithi184 ceph-mon[108348]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.1 MiB/s wr, 692 op/s 2023-10-12T18:46:29.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:29 smithi194 ceph-mon[111052]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.1 MiB/s wr, 692 op/s 2023-10-12T18:46:29.445 INFO:teuthology.orchestra.run.smithi184.stdout: 5 74215 9.69 MB/sec execute 91 sec latency 126.595 ms 2023-10-12T18:46:30.452 INFO:teuthology.orchestra.run.smithi184.stdout: 5 74486 9.67 MB/sec execute 92 sec latency 123.758 ms 2023-10-12T18:46:31.273 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:31 smithi184 ceph-mon[108348]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 450 op/s 2023-10-12T18:46:31.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:31 smithi194 ceph-mon[111052]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 450 op/s 2023-10-12T18:46:31.456 INFO:teuthology.orchestra.run.smithi184.stdout: 5 74883 9.73 MB/sec execute 93 sec latency 123.887 ms 2023-10-12T18:46:32.316 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:46:32.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 75266 9.74 MB/sec execute 94 sec latency 129.135 ms 2023-10-12T18:46:33.203 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:46:33.203 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:46:33.204 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (8m) - 8m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:46:33.204 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (7m) - 7m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:46:33.204 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:46:33.204 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (3m) - 3m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:46:33.204 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (3m) - 3m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:46:33.205 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (9m) - 9m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:46:33.205 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (2m) - 7m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:46:33.205 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (9m) - 9m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:46:33.205 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (7m) - 7m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:46:33.205 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (3m) - 3m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:46:33.205 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (3m) - 3m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:46:33.206 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:46:33.206 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 starting - - - - 2023-10-12T18:46:33.206 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (6m) - 6m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:46:33.206 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (6m) - 6m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:46:33.206 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (6m) - 6m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:46:33.207 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (6m) - 6m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:46:33.207 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (5m) - 5m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:46:33.207 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (5m) - 5m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:46:33.207 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (5m) - 5m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:46:33.208 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (4m) - 4m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:46:33.208 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 starting - - - - 2023-10-12T18:46:33.309 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:33 smithi184 ceph-mon[108348]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 450 op/s 2023-10-12T18:46:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:33 smithi194 ceph-mon[111052]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 450 op/s 2023-10-12T18:46:33.456 INFO:teuthology.orchestra.run.smithi184.stdout: 5 75591 9.71 MB/sec execute 95 sec latency 130.142 ms 2023-10-12T18:46:33.683 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:46:33.684 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:46:33.684 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:46:33.684 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:33.684 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:46:33.684 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:46:33.685 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:46:33.685 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:33.685 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:46:33.685 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:46:33.686 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:33.686 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:46:33.686 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:46:33.686 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:46:33.687 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:46:33.687 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:46:33.687 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:46:33.687 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:46:33.687 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:46:34.140 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:46:34.141 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:46:34.141 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:46:34.141 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:46:34.141 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:46:34.141 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:46:34.142 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Currently upgrading mgr daemons", 2023-10-12T18:46:34.142 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:46:34.142 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:46:34.320 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:34 smithi184 ceph-mon[108348]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:34.320 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:34 smithi184 ceph-mon[108348]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:34.321 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:34 smithi184 ceph-mon[108348]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:34.321 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:34 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2278410133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:46:34.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:34 smithi194 ceph-mon[111052]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:34.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:34 smithi194 ceph-mon[111052]: from='client.24497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:34.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:34 smithi194 ceph-mon[111052]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:34.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:34 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2278410133' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:46:34.456 INFO:teuthology.orchestra.run.smithi184.stdout: 5 75848 9.65 MB/sec execute 96 sec latency 143.563 ms 2023-10-12T18:46:34.609 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:46:35.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:35 smithi184 ceph-mon[108348]: pgmap v67: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.0 MiB/s wr, 659 op/s 2023-10-12T18:46:35.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:35 smithi184 ceph-mon[108348]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:35.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:35 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2828922749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:46:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:35 smithi194 ceph-mon[111052]: pgmap v67: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.0 MiB/s wr, 659 op/s 2023-10-12T18:46:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:35 smithi194 ceph-mon[111052]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:46:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:35 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2828922749' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:46:35.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 76252 9.66 MB/sec execute 97 sec latency 129.634 ms 2023-10-12T18:46:36.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 76598 9.67 MB/sec execute 98 sec latency 140.418 ms 2023-10-12T18:46:36.887 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:36 smithi184 ceph-mon[108348]: pgmap v68: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-10-12T18:46:36.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:36 smithi194 ceph-mon[111052]: pgmap v68: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-10-12T18:46:37.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 76913 9.65 MB/sec execute 99 sec latency 129.697 ms 2023-10-12T18:46:38.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 77214 9.66 MB/sec execute 100 sec latency 129.602 ms 2023-10-12T18:46:39.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:39 smithi184 ceph-mon[108348]: pgmap v69: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 640 op/s 2023-10-12T18:46:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:39 smithi194 ceph-mon[111052]: pgmap v69: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.5 MiB/s wr, 640 op/s 2023-10-12T18:46:39.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 77594 9.64 MB/sec execute 101 sec latency 114.251 ms 2023-10-12T18:46:40.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 77895 9.61 MB/sec execute 102 sec latency 129.935 ms 2023-10-12T18:46:41.235 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:41 smithi184 ceph-mon[108348]: pgmap v70: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-10-12T18:46:41.236 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:41 smithi194 ceph-mon[111052]: pgmap v70: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-10-12T18:46:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:41.457 INFO:teuthology.orchestra.run.smithi184.stdout: 5 78183 9.61 MB/sec execute 103 sec latency 139.093 ms 2023-10-12T18:46:42.463 INFO:teuthology.orchestra.run.smithi184.stdout: 5 78586 9.63 MB/sec execute 104 sec latency 130.553 ms 2023-10-12T18:46:43.292 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:43 smithi184 ceph-mon[108348]: pgmap v71: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-10-12T18:46:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:43 smithi194 ceph-mon[111052]: pgmap v71: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-10-12T18:46:43.473 INFO:teuthology.orchestra.run.smithi184.stdout: 5 78982 9.65 MB/sec execute 105 sec latency 137.942 ms 2023-10-12T18:46:44.473 INFO:teuthology.orchestra.run.smithi184.stdout: 5 79314 9.67 MB/sec execute 106 sec latency 201.508 ms 2023-10-12T18:46:45.067 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:45 smithi184 ceph-mon[108348]: pgmap v72: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 614 op/s 2023-10-12T18:46:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:45 smithi194 ceph-mon[111052]: pgmap v72: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 614 op/s 2023-10-12T18:46:45.482 INFO:teuthology.orchestra.run.smithi184.stdout: 5 79730 9.65 MB/sec execute 107 sec latency 120.561 ms 2023-10-12T18:46:46.482 INFO:teuthology.orchestra.run.smithi184.stdout: 5 80115 9.63 MB/sec execute 108 sec latency 116.864 ms 2023-10-12T18:46:46.858 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:46 smithi184 ceph-mon[108348]: pgmap v73: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-10-12T18:46:47.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:46 smithi194 ceph-mon[111052]: pgmap v73: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-10-12T18:46:47.484 INFO:teuthology.orchestra.run.smithi184.stdout: 5 80458 9.65 MB/sec execute 109 sec latency 127.251 ms 2023-10-12T18:46:48.483 INFO:teuthology.orchestra.run.smithi184.stdout: 5 80813 9.66 MB/sec execute 110 sec latency 125.853 ms 2023-10-12T18:46:49.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:49 smithi184 ceph-mon[108348]: pgmap v74: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 629 op/s 2023-10-12T18:46:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:49 smithi194 ceph-mon[111052]: pgmap v74: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 629 op/s 2023-10-12T18:46:49.482 INFO:teuthology.orchestra.run.smithi184.stdout: 5 81218 9.64 MB/sec execute 111 sec latency 108.861 ms 2023-10-12T18:46:50.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 81501 9.63 MB/sec execute 112 sec latency 129.271 ms 2023-10-12T18:46:51.219 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:51 smithi184 ceph-mon[108348]: pgmap v75: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-10-12T18:46:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:51 smithi194 ceph-mon[111052]: pgmap v75: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-10-12T18:46:51.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 81808 9.66 MB/sec execute 113 sec latency 148.626 ms 2023-10-12T18:46:52.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 82191 9.63 MB/sec execute 114 sec latency 126.706 ms 2023-10-12T18:46:53.240 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:53 smithi184 ceph-mon[108348]: pgmap v76: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-10-12T18:46:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:53 smithi194 ceph-mon[111052]: pgmap v76: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 424 op/s 2023-10-12T18:46:53.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 82596 9.66 MB/sec execute 115 sec latency 170.959 ms 2023-10-12T18:46:54.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 82885 9.66 MB/sec execute 116 sec latency 126.909 ms 2023-10-12T18:46:55.272 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:55 smithi184 ceph-mon[108348]: pgmap v77: 97 pgs: 97 active+clean; 354 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 626 op/s 2023-10-12T18:46:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:55 smithi194 ceph-mon[111052]: pgmap v77: 97 pgs: 97 active+clean; 354 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 626 op/s 2023-10-12T18:46:55.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 83287 9.62 MB/sec execute 117 sec latency 93.137 ms 2023-10-12T18:46:56.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 83620 9.59 MB/sec execute 118 sec latency 133.524 ms 2023-10-12T18:46:56.805 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:56 smithi184 ceph-mon[108348]: pgmap v78: 97 pgs: 97 active+clean; 354 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-10-12T18:46:56.805 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:56 smithi194 ceph-mon[111052]: pgmap v78: 97 pgs: 97 active+clean; 354 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-10-12T18:46:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:46:57.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 83929 9.61 MB/sec execute 119 sec latency 103.886 ms 2023-10-12T18:46:58.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 84298 9.64 MB/sec execute 120 sec latency 135.083 ms 2023-10-12T18:46:59.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:46:59 smithi184 ceph-mon[108348]: pgmap v79: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 642 op/s 2023-10-12T18:46:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:46:59 smithi194 ceph-mon[111052]: pgmap v79: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 642 op/s 2023-10-12T18:46:59.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 84683 9.63 MB/sec execute 121 sec latency 126.666 ms 2023-10-12T18:47:00.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 84989 9.61 MB/sec execute 122 sec latency 129.550 ms 2023-10-12T18:47:01.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:01 smithi184 ceph-mon[108348]: pgmap v80: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-10-12T18:47:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:01 smithi194 ceph-mon[111052]: pgmap v80: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-10-12T18:47:01.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 85302 9.64 MB/sec execute 123 sec latency 131.642 ms 2023-10-12T18:47:02.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 85677 9.63 MB/sec execute 124 sec latency 149.348 ms 2023-10-12T18:47:03.175 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:03 smithi184 ceph-mon[108348]: pgmap v81: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-10-12T18:47:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:03 smithi194 ceph-mon[111052]: pgmap v81: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-10-12T18:47:03.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 86035 9.63 MB/sec execute 125 sec latency 126.861 ms 2023-10-12T18:47:04.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 86368 9.64 MB/sec execute 126 sec latency 146.306 ms 2023-10-12T18:47:05.134 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:47:05.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:05 smithi184 ceph-mon[108348]: pgmap v82: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.5 MiB/s wr, 618 op/s 2023-10-12T18:47:05.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:05 smithi194 ceph-mon[111052]: pgmap v82: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.5 MiB/s wr, 618 op/s 2023-10-12T18:47:05.494 INFO:teuthology.orchestra.run.smithi184.stdout: 5 86630 9.58 MB/sec execute 127 sec latency 124.334 ms 2023-10-12T18:47:06.129 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:47:06.130 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:47:06.130 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (8m) - 8m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:47:06.130 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (8m) - 8m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:47:06.130 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:47:06.130 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (4m) - 4m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:47:06.131 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (4m) - 4m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:47:06.131 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (9m) - 9m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:47:06.131 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (2m) - 8m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:47:06.131 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (9m) - 9m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:47:06.131 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (8m) - 8m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:47:06.132 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (4m) - 4m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:47:06.132 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (4m) - 4m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:47:06.132 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:47:06.132 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 starting - - - - 2023-10-12T18:47:06.132 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (7m) - 7m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:47:06.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (7m) - 7m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:47:06.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (6m) - 6m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:47:06.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (6m) - 6m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:47:06.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (6m) - 6m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:47:06.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (6m) - 6m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:47:06.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (5m) - 5m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:47:06.134 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (5m) - 5m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:47:06.134 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 starting - - - - 2023-10-12T18:47:06.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:06 smithi184 ceph-mon[108348]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:06.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:06 smithi194 ceph-mon[111052]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:06.495 INFO:teuthology.orchestra.run.smithi184.stdout: 5 87017 9.56 MB/sec execute 128 sec latency 122.702 ms 2023-10-12T18:47:06.699 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:47:06.700 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:47:06.700 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:47:06.700 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:06.700 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:47:06.701 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:47:06.701 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:47:06.701 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:06.701 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:47:06.701 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:47:06.701 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:06.702 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:47:06.702 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:47:06.702 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:06.702 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:47:06.702 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:47:06.703 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:47:06.703 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:47:06.703 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:47:07.187 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:47:07.187 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:47:07.187 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:47:07.188 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:47:07.188 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:47:07.188 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:47:07.188 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Currently upgrading mgr daemons", 2023-10-12T18:47:07.188 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:47:07.189 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:47:07.231 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:07 smithi184 ceph-mon[108348]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:07.231 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:07 smithi184 ceph-mon[108348]: pgmap v83: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-10-12T18:47:07.231 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:07 smithi184 ceph-mon[108348]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:07.231 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:07 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/400409468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:47:07.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:07 smithi194 ceph-mon[111052]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:07 smithi194 ceph-mon[111052]: pgmap v83: 97 pgs: 97 active+clean; 358 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-10-12T18:47:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:07 smithi194 ceph-mon[111052]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:07 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/400409468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:47:07.495 INFO:teuthology.orchestra.run.smithi184.stdout: 5 87267 9.56 MB/sec execute 129 sec latency 128.768 ms 2023-10-12T18:47:07.729 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:47:08.255 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:08 smithi184 ceph-mon[108348]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:08.256 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:08 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/1007024135' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:47:08.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:08 smithi194 ceph-mon[111052]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:08.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:08 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/1007024135' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:47:08.495 INFO:teuthology.orchestra.run.smithi184.stdout: 5 87695 9.62 MB/sec execute 130 sec latency 136.907 ms 2023-10-12T18:47:09.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:09 smithi184 ceph-mon[108348]: pgmap v84: 97 pgs: 97 active+clean; 355 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 616 op/s 2023-10-12T18:47:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:09 smithi194 ceph-mon[111052]: pgmap v84: 97 pgs: 97 active+clean; 355 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.2 MiB/s wr, 616 op/s 2023-10-12T18:47:09.495 INFO:teuthology.orchestra.run.smithi184.stdout: 5 88117 9.64 MB/sec execute 131 sec latency 135.305 ms 2023-10-12T18:47:10.495 INFO:teuthology.orchestra.run.smithi184.stdout: 5 88475 9.61 MB/sec execute 132 sec latency 134.271 ms 2023-10-12T18:47:11.330 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:11 smithi184 ceph-mon[108348]: pgmap v85: 97 pgs: 97 active+clean; 355 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-10-12T18:47:11.330 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:11 smithi194 ceph-mon[111052]: pgmap v85: 97 pgs: 97 active+clean; 355 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-10-12T18:47:11.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:11.497 INFO:teuthology.orchestra.run.smithi184.stdout: 5 88667 9.56 MB/sec execute 133 sec latency 131.738 ms 2023-10-12T18:47:12.504 INFO:teuthology.orchestra.run.smithi184.stdout: 5 89057 9.57 MB/sec execute 134 sec latency 135.309 ms 2023-10-12T18:47:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:13 smithi194 ceph-mon[111052]: pgmap v86: 97 pgs: 97 active+clean; 355 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-10-12T18:47:13.416 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:13 smithi184 ceph-mon[108348]: pgmap v86: 97 pgs: 97 active+clean; 355 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-10-12T18:47:13.504 INFO:teuthology.orchestra.run.smithi184.stdout: 5 89382 9.59 MB/sec execute 135 sec latency 169.594 ms 2023-10-12T18:47:14.504 INFO:teuthology.orchestra.run.smithi184.stdout: 5 89724 9.58 MB/sec execute 136 sec latency 127.290 ms 2023-10-12T18:47:15.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:15 smithi184 ceph-mon[108348]: pgmap v87: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 608 op/s 2023-10-12T18:47:15.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 89975 9.54 MB/sec execute 137 sec latency 125.010 ms 2023-10-12T18:47:15.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:15 smithi194 ceph-mon[111052]: pgmap v87: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 608 op/s 2023-10-12T18:47:16.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 90288 9.54 MB/sec execute 138 sec latency 126.494 ms 2023-10-12T18:47:16.910 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:16 smithi184 ceph-mon[108348]: pgmap v88: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-10-12T18:47:17.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:16 smithi194 ceph-mon[111052]: pgmap v88: 97 pgs: 97 active+clean; 356 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-10-12T18:47:17.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 90551 9.50 MB/sec execute 139 sec latency 124.234 ms 2023-10-12T18:47:18.517 INFO:teuthology.orchestra.run.smithi184.stdout: 5 90911 9.50 MB/sec execute 140 sec latency 120.785 ms 2023-10-12T18:47:19.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:19 smithi184 ceph-mon[108348]: pgmap v89: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.8 MiB/s wr, 593 op/s 2023-10-12T18:47:19.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:19 smithi194 ceph-mon[111052]: pgmap v89: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.8 MiB/s wr, 593 op/s 2023-10-12T18:47:19.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 91204 9.51 MB/sec execute 141 sec latency 130.021 ms 2023-10-12T18:47:20.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 91575 9.53 MB/sec execute 142 sec latency 142.548 ms 2023-10-12T18:47:21.244 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:21 smithi184 ceph-mon[108348]: pgmap v90: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-10-12T18:47:21.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:21 smithi194 ceph-mon[111052]: pgmap v90: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-10-12T18:47:21.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 91927 9.52 MB/sec execute 143 sec latency 131.221 ms 2023-10-12T18:47:22.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 92245 9.51 MB/sec execute 144 sec latency 129.958 ms 2023-10-12T18:47:23.278 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:23 smithi184 ceph-mon[108348]: pgmap v91: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-10-12T18:47:23.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:23 smithi194 ceph-mon[111052]: pgmap v91: 97 pgs: 97 active+clean; 350 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-10-12T18:47:23.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 92527 9.50 MB/sec execute 145 sec latency 171.371 ms 2023-10-12T18:47:24.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 92880 9.50 MB/sec execute 146 sec latency 148.869 ms 2023-10-12T18:47:25.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:25 smithi184 ceph-mon[108348]: pgmap v92: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 588 op/s 2023-10-12T18:47:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:25 smithi194 ceph-mon[111052]: pgmap v92: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 588 op/s 2023-10-12T18:47:25.514 INFO:teuthology.orchestra.run.smithi184.stdout: 5 93227 9.50 MB/sec execute 147 sec latency 125.710 ms 2023-10-12T18:47:26.520 INFO:teuthology.orchestra.run.smithi184.stdout: 5 93508 9.48 MB/sec execute 148 sec latency 137.583 ms 2023-10-12T18:47:26.860 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:26 smithi184 ceph-mon[108348]: pgmap v93: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-10-12T18:47:26.860 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:27.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:26 smithi194 ceph-mon[111052]: pgmap v93: 97 pgs: 97 active+clean; 353 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-10-12T18:47:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:27.525 INFO:teuthology.orchestra.run.smithi184.stdout: 5 93794 9.48 MB/sec execute 149 sec latency 123.582 ms 2023-10-12T18:47:28.525 INFO:teuthology.orchestra.run.smithi184.stdout: 5 94113 9.45 MB/sec execute 150 sec latency 126.947 ms 2023-10-12T18:47:29.199 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:29 smithi184 ceph-mon[108348]: pgmap v94: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-10-12T18:47:29.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:29 smithi194 ceph-mon[111052]: pgmap v94: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-10-12T18:47:29.525 INFO:teuthology.orchestra.run.smithi184.stdout: 5 94457 9.46 MB/sec execute 151 sec latency 128.489 ms 2023-10-12T18:47:30.533 INFO:teuthology.orchestra.run.smithi184.stdout: 5 94736 9.45 MB/sec execute 152 sec latency 141.131 ms 2023-10-12T18:47:31.234 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:31 smithi184 ceph-mon[108348]: pgmap v95: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-10-12T18:47:31.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:31 smithi194 ceph-mon[111052]: pgmap v95: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-10-12T18:47:31.533 INFO:teuthology.orchestra.run.smithi184.stdout: 5 95044 9.46 MB/sec execute 153 sec latency 143.211 ms 2023-10-12T18:47:32.535 INFO:teuthology.orchestra.run.smithi184.stdout: 5 95368 9.43 MB/sec execute 154 sec latency 126.593 ms 2023-10-12T18:47:33.280 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:33 smithi184 ceph-mon[108348]: pgmap v96: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-10-12T18:47:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:33 smithi194 ceph-mon[111052]: pgmap v96: 97 pgs: 97 active+clean; 352 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-10-12T18:47:33.542 INFO:teuthology.orchestra.run.smithi184.stdout: 5 95657 9.42 MB/sec execute 155 sec latency 135.546 ms 2023-10-12T18:47:34.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 95889 9.40 MB/sec execute 156 sec latency 140.654 ms 2023-10-12T18:47:35.066 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:35 smithi184 ceph-mon[108348]: pgmap v97: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-10-12T18:47:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:35 smithi194 ceph-mon[111052]: pgmap v97: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-10-12T18:47:35.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 96161 9.40 MB/sec execute 157 sec latency 125.717 ms 2023-10-12T18:47:36.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 96457 9.39 MB/sec execute 158 sec latency 137.592 ms 2023-10-12T18:47:36.883 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:36 smithi184 ceph-mon[108348]: pgmap v98: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-10-12T18:47:37.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:36 smithi194 ceph-mon[111052]: pgmap v98: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-10-12T18:47:37.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 96787 9.40 MB/sec execute 159 sec latency 126.816 ms 2023-10-12T18:47:38.172 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:47:38.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 96963 9.36 MB/sec execute 160 sec latency 131.649 ms 2023-10-12T18:47:39.053 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:47:39.053 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:47:39.053 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (9m) - 9m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:47:39.053 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (8m) - 8m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:47:39.054 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:47:39.054 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (5m) - 5m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:47:39.054 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (5m) - 5m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:47:39.054 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (10m) - 10m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:47:39.055 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (3m) - 8m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:47:39.055 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (10m) - 10m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:47:39.055 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (8m) - 8m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:47:39.055 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (4m) - 4m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:47:39.056 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (4m) - 4m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:47:39.056 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:47:39.056 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 starting - - - - 2023-10-12T18:47:39.056 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (8m) - 8m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:47:39.056 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (7m) - 7m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:47:39.057 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (7m) - 7m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:47:39.057 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (7m) - 7m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:47:39.057 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (6m) - 6m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:47:39.057 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (6m) - 6m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:47:39.057 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (6m) - 6m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:47:39.058 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (5m) - 5m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:47:39.058 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 starting - - - - 2023-10-12T18:47:39.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:39 smithi184 ceph-mon[108348]: pgmap v99: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 552 op/s 2023-10-12T18:47:39.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:39 smithi184 ceph-mon[108348]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:39 smithi194 ceph-mon[111052]: pgmap v99: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 552 op/s 2023-10-12T18:47:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:39 smithi194 ceph-mon[111052]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:39.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 97136 9.32 MB/sec execute 161 sec latency 140.163 ms 2023-10-12T18:47:39.593 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:47:39.594 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:47:39.594 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:47:39.594 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:39.594 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:47:39.594 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:47:39.595 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:47:39.595 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:39.595 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:47:39.595 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:47:39.596 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:39.596 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:47:39.596 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:47:39.596 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:47:39.596 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:47:39.596 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:47:39.597 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:47:39.597 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:47:39.597 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:47:40.033 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:47:40.033 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:47:40.033 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:47:40.034 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:47:40.034 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:47:40.034 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:47:40.034 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Currently upgrading mgr daemons", 2023-10-12T18:47:40.034 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:47:40.035 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:47:40.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:40 smithi184 ceph-mon[108348]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:40.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:40 smithi184 ceph-mon[108348]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:40.194 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:40 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2197624775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:47:40.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:40 smithi194 ceph-mon[111052]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:40.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:40 smithi194 ceph-mon[111052]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:40.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:40 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2197624775' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:47:40.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 97466 9.32 MB/sec execute 162 sec latency 145.733 ms 2023-10-12T18:47:40.600 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:47:41.220 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:41 smithi184 ceph-mon[108348]: pgmap v100: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:47:41.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:41 smithi184 ceph-mon[108348]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:41.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:41 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/4287782401' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:47:41.221 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:41 smithi194 ceph-mon[111052]: pgmap v100: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:47:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:41 smithi194 ceph-mon[111052]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:47:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:41 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/4287782401' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:47:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:41.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 97743 9.31 MB/sec execute 163 sec latency 126.833 ms 2023-10-12T18:47:42.541 INFO:teuthology.orchestra.run.smithi184.stdout: 5 98059 9.30 MB/sec execute 164 sec latency 198.657 ms 2023-10-12T18:47:43.268 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:43 smithi184 ceph-mon[108348]: pgmap v101: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:47:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:43 smithi194 ceph-mon[111052]: pgmap v101: 97 pgs: 97 active+clean; 356 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:47:43.542 INFO:teuthology.orchestra.run.smithi184.stdout: 5 98314 9.29 MB/sec execute 165 sec latency 138.037 ms 2023-10-12T18:47:44.545 INFO:teuthology.orchestra.run.smithi184.stdout: 5 98661 9.31 MB/sec execute 166 sec latency 138.432 ms 2023-10-12T18:47:45.304 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:45 smithi184 ceph-mon[108348]: pgmap v102: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-10-12T18:47:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:45 smithi194 ceph-mon[111052]: pgmap v102: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-10-12T18:47:45.545 INFO:teuthology.orchestra.run.smithi184.stdout: 5 99026 9.28 MB/sec execute 167 sec latency 126.875 ms 2023-10-12T18:47:46.546 INFO:teuthology.orchestra.run.smithi184.stdout: 5 99318 9.27 MB/sec execute 168 sec latency 128.242 ms 2023-10-12T18:47:46.840 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:46 smithi184 ceph-mon[108348]: pgmap v103: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-10-12T18:47:47.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:46 smithi194 ceph-mon[111052]: pgmap v103: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 325 op/s 2023-10-12T18:47:47.545 INFO:teuthology.orchestra.run.smithi184.stdout: 5 99622 9.28 MB/sec execute 169 sec latency 132.024 ms 2023-10-12T18:47:48.545 INFO:teuthology.orchestra.run.smithi184.stdout: 5 99901 9.27 MB/sec execute 170 sec latency 135.175 ms 2023-10-12T18:47:49.126 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:49 smithi184 ceph-mon[108348]: pgmap v104: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-10-12T18:47:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:49 smithi194 ceph-mon[111052]: pgmap v104: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-10-12T18:47:49.555 INFO:teuthology.orchestra.run.smithi184.stdout: 5 100278 9.29 MB/sec execute 171 sec latency 127.038 ms 2023-10-12T18:47:50.556 INFO:teuthology.orchestra.run.smithi184.stdout: 5 100531 9.26 MB/sec execute 172 sec latency 123.871 ms 2023-10-12T18:47:51.168 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:51 smithi184 ceph-mon[108348]: pgmap v105: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:47:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:51 smithi194 ceph-mon[111052]: pgmap v105: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:47:51.563 INFO:teuthology.orchestra.run.smithi184.stdout: 5 100778 9.24 MB/sec execute 173 sec latency 126.711 ms 2023-10-12T18:47:52.563 INFO:teuthology.orchestra.run.smithi184.stdout: 5 101072 9.22 MB/sec execute 174 sec latency 127.021 ms 2023-10-12T18:47:53.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:53 smithi184 ceph-mon[108348]: pgmap v106: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:47:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:53 smithi194 ceph-mon[111052]: pgmap v106: 97 pgs: 97 active+clean; 357 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:47:53.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 101383 9.21 MB/sec execute 175 sec latency 129.895 ms 2023-10-12T18:47:54.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 101655 9.21 MB/sec execute 176 sec latency 153.136 ms 2023-10-12T18:47:55.250 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:55 smithi184 ceph-mon[108348]: pgmap v107: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-10-12T18:47:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:55 smithi194 ceph-mon[111052]: pgmap v107: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-10-12T18:47:55.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 101967 9.25 MB/sec execute 177 sec latency 124.640 ms 2023-10-12T18:47:56.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 102346 9.23 MB/sec execute 178 sec latency 133.256 ms 2023-10-12T18:47:56.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:56 smithi184 ceph-mon[108348]: pgmap v108: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-10-12T18:47:56.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:56 smithi194 ceph-mon[111052]: pgmap v108: 97 pgs: 97 active+clean; 355 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-10-12T18:47:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:47:57.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 102722 9.22 MB/sec execute 179 sec latency 127.075 ms 2023-10-12T18:47:58.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 102989 9.19 MB/sec execute 180 sec latency 108.862 ms 2023-10-12T18:47:59.064 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:47:59 smithi184 ceph-mon[108348]: pgmap v109: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-10-12T18:47:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:47:59 smithi194 ceph-mon[111052]: pgmap v109: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-10-12T18:47:59.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 103433 9.24 MB/sec execute 181 sec latency 123.754 ms 2023-10-12T18:48:00.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 103858 9.24 MB/sec execute 182 sec latency 125.819 ms 2023-10-12T18:48:01.134 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:01 smithi184 ceph-mon[108348]: pgmap v110: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-10-12T18:48:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:01 smithi194 ceph-mon[111052]: pgmap v110: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-10-12T18:48:01.569 INFO:teuthology.orchestra.run.smithi184.stdout: 5 104199 9.23 MB/sec execute 183 sec latency 129.939 ms 2023-10-12T18:48:02.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 104535 9.24 MB/sec execute 184 sec latency 126.796 ms 2023-10-12T18:48:03.155 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:03 smithi184 ceph-mon[108348]: pgmap v111: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-10-12T18:48:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:03 smithi194 ceph-mon[111052]: pgmap v111: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-10-12T18:48:03.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 104924 9.25 MB/sec execute 185 sec latency 129.625 ms 2023-10-12T18:48:04.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 105237 9.23 MB/sec execute 186 sec latency 130.108 ms 2023-10-12T18:48:05.206 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:05 smithi184 ceph-mon[108348]: pgmap v112: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 588 op/s 2023-10-12T18:48:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:05 smithi194 ceph-mon[111052]: pgmap v112: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 588 op/s 2023-10-12T18:48:05.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 105519 9.24 MB/sec execute 187 sec latency 191.643 ms 2023-10-12T18:48:06.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 105812 9.24 MB/sec execute 188 sec latency 139.295 ms 2023-10-12T18:48:06.726 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:06 smithi184 ceph-mon[108348]: pgmap v113: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-10-12T18:48:07.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:06 smithi194 ceph-mon[111052]: pgmap v113: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-10-12T18:48:07.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 106140 9.21 MB/sec execute 189 sec latency 135.827 ms 2023-10-12T18:48:08.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 106440 9.21 MB/sec execute 190 sec latency 141.455 ms 2023-10-12T18:48:09.295 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:09 smithi184 ceph-mon[108348]: pgmap v114: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 607 op/s 2023-10-12T18:48:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:09 smithi194 ceph-mon[111052]: pgmap v114: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 607 op/s 2023-10-12T18:48:09.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 106685 9.21 MB/sec execute 191 sec latency 132.548 ms 2023-10-12T18:48:10.574 INFO:teuthology.orchestra.run.smithi184.stdout: 5 106925 9.20 MB/sec execute 192 sec latency 126.408 ms 2023-10-12T18:48:11.056 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:48:11.330 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:11 smithi184 ceph-mon[108348]: pgmap v115: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-10-12T18:48:11.331 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:11 smithi194 ceph-mon[111052]: pgmap v115: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-10-12T18:48:11.422 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:11.570 INFO:teuthology.orchestra.run.smithi184.stdout: 5 107220 9.20 MB/sec execute 193 sec latency 104.472 ms 2023-10-12T18:48:11.921 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:48:11.921 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:48:11.921 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (9m) - 9m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:48:11.921 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (9m) - 9m 7159k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:48:11.922 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:48:11.922 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (5m) - 5m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:48:11.922 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (5m) - 5m 15.2M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:48:11.922 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (10m) - 10m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:48:11.922 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (3m) - 9m 487M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:48:11.923 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (10m) - 10m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:48:11.923 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (9m) - 9m 59.1M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:48:11.923 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (5m) - 5m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:48:11.923 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (5m) - 5m 76.8M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:48:11.923 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:48:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 starting - - - - 2023-10-12T18:48:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (8m) - 8m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:48:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (8m) - 8m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:48:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (7m) - 7m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:48:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (7m) - 7m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:48:11.924 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (7m) - 7m 471M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:48:11.925 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (7m) - 7m 512M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:48:11.925 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (6m) - 6m 490M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:48:11.925 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (6m) - 6m 786M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:48:11.925 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 starting - - - - 2023-10-12T18:48:12.104 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:12 smithi184 ceph-mon[108348]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:12.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:12 smithi194 ceph-mon[111052]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:12.465 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:48:12.465 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:48:12.465 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:48:12.465 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:48:12.466 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:48:12.466 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:48:12.466 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:48:12.466 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:48:12.466 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:48:12.466 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:48:12.467 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:48:12.467 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:48:12.467 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:48:12.467 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:48:12.467 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:48:12.468 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:48:12.468 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:48:12.468 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:48:12.468 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:48:12.577 INFO:teuthology.orchestra.run.smithi184.stdout: 5 107492 9.18 MB/sec execute 194 sec latency 127.009 ms 2023-10-12T18:48:12.946 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:48:12.946 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:48:12.946 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:48:12.947 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:48:12.947 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:48:12.947 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:48:12.947 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Currently upgrading mgr daemons", 2023-10-12T18:48:12.947 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": false 2023-10-12T18:48:12.948 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:48:13.134 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:13 smithi184 ceph-mon[108348]: from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:13.134 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:13 smithi184 ceph-mon[108348]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:13.134 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:13 smithi184 ceph-mon[108348]: pgmap v116: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-10-12T18:48:13.134 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:13 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/94489116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:48:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:13 smithi194 ceph-mon[111052]: from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:13 smithi194 ceph-mon[111052]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:13 smithi194 ceph-mon[111052]: pgmap v116: 97 pgs: 97 active+clean; 354 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-10-12T18:48:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:13 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/94489116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:48:13.520 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_OK 2023-10-12T18:48:13.578 INFO:teuthology.orchestra.run.smithi184.stdout: 5 107720 9.16 MB/sec execute 195 sec latency 125.017 ms 2023-10-12T18:48:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:14 smithi184 ceph-mon[108348]: from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:14.141 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:14 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/2847611175' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:48:14.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:14 smithi194 ceph-mon[111052]: from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:14.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:14 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/2847611175' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:48:14.578 INFO:teuthology.orchestra.run.smithi184.stdout: 5 108020 9.14 MB/sec execute 196 sec latency 129.695 ms 2023-10-12T18:48:15.241 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:15 smithi184 ceph-mon[108348]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2023-10-12T18:48:15.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:15 smithi194 ceph-mon[111052]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2023-10-12T18:48:15.579 INFO:teuthology.orchestra.run.smithi184.stdout: 5 108277 9.13 MB/sec execute 197 sec latency 131.529 ms 2023-10-12T18:48:16.579 INFO:teuthology.orchestra.run.smithi184.stdout: 5 108607 9.13 MB/sec execute 198 sec latency 126.634 ms 2023-10-12T18:48:16.798 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:16 smithi184 ceph-mon[108348]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-10-12T18:48:17.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:16 smithi194 ceph-mon[111052]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-10-12T18:48:17.579 INFO:teuthology.orchestra.run.smithi184.stdout: 5 108950 9.15 MB/sec execute 199 sec latency 210.260 ms 2023-10-12T18:48:18.579 INFO:teuthology.orchestra.run.smithi184.stdout: 5 109281 9.15 MB/sec execute 200 sec latency 123.423 ms 2023-10-12T18:48:19.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:19 smithi184 ceph-mon[108348]: pgmap v119: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2023-10-12T18:48:19.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:19 smithi194 ceph-mon[111052]: pgmap v119: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 538 op/s 2023-10-12T18:48:19.579 INFO:teuthology.orchestra.run.smithi184.stdout: 5 109565 9.13 MB/sec execute 201 sec latency 132.505 ms 2023-10-12T18:48:20.579 INFO:teuthology.orchestra.run.smithi184.stdout: 5 109833 9.12 MB/sec execute 202 sec latency 138.934 ms 2023-10-12T18:48:21.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:21 smithi184 ceph-mon[108348]: pgmap v120: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-12T18:48:21.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:21 smithi194 ceph-mon[111052]: pgmap v120: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-12T18:48:21.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 110069 9.10 MB/sec execute 203 sec latency 127.392 ms 2023-10-12T18:48:22.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 110376 9.12 MB/sec execute 204 sec latency 145.833 ms 2023-10-12T18:48:23.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:23 smithi184 ceph-mon[108348]: pgmap v121: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-12T18:48:23.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:23 smithi194 ceph-mon[111052]: pgmap v121: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-10-12T18:48:23.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 110730 9.12 MB/sec execute 205 sec latency 128.649 ms 2023-10-12T18:48:24.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 111112 9.11 MB/sec execute 206 sec latency 127.091 ms 2023-10-12T18:48:25.243 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:25 smithi184 ceph-mon[108348]: pgmap v122: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-10-12T18:48:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:25 smithi194 ceph-mon[111052]: pgmap v122: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-10-12T18:48:25.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 111398 9.10 MB/sec execute 207 sec latency 126.560 ms 2023-10-12T18:48:26.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 111803 9.11 MB/sec execute 208 sec latency 132.621 ms 2023-10-12T18:48:26.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:26 smithi184 ceph-mon[108348]: pgmap v123: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-10-12T18:48:26.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:27.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:26 smithi194 ceph-mon[111052]: pgmap v123: 97 pgs: 97 active+clean; 357 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-10-12T18:48:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:27.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 112213 9.12 MB/sec execute 209 sec latency 124.180 ms 2023-10-12T18:48:28.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 112543 9.13 MB/sec execute 210 sec latency 143.566 ms 2023-10-12T18:48:29.066 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:29 smithi184 ceph-mon[108348]: pgmap v124: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-10-12T18:48:29.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:29 smithi194 ceph-mon[111052]: pgmap v124: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-10-12T18:48:29.582 INFO:teuthology.orchestra.run.smithi184.stdout: 5 112908 9.13 MB/sec execute 211 sec latency 129.781 ms 2023-10-12T18:48:30.590 INFO:teuthology.orchestra.run.smithi184.stdout: 5 113235 9.12 MB/sec execute 212 sec latency 123.477 ms 2023-10-12T18:48:31.132 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:31 smithi184 ceph-mon[108348]: pgmap v125: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-10-12T18:48:31.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:31 smithi194 ceph-mon[111052]: pgmap v125: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-10-12T18:48:31.590 INFO:teuthology.orchestra.run.smithi184.stdout: 5 113561 9.12 MB/sec execute 213 sec latency 129.664 ms 2023-10-12T18:48:32.592 INFO:teuthology.orchestra.run.smithi184.stdout: 5 113838 9.12 MB/sec execute 214 sec latency 130.144 ms 2023-10-12T18:48:33.185 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:33 smithi184 ceph-mon[108348]: pgmap v126: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-10-12T18:48:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:33 smithi194 ceph-mon[111052]: pgmap v126: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-10-12T18:48:33.592 INFO:teuthology.orchestra.run.smithi184.stdout: 5 114129 9.12 MB/sec execute 215 sec latency 102.312 ms 2023-10-12T18:48:34.593 INFO:teuthology.orchestra.run.smithi184.stdout: 5 114527 9.12 MB/sec execute 216 sec latency 138.410 ms 2023-10-12T18:48:35.240 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:35 smithi184 ceph-mon[108348]: pgmap v127: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 584 op/s 2023-10-12T18:48:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:35 smithi194 ceph-mon[111052]: pgmap v127: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 584 op/s 2023-10-12T18:48:35.601 INFO:teuthology.orchestra.run.smithi184.stdout: 5 114853 9.10 MB/sec execute 217 sec latency 124.327 ms 2023-10-12T18:48:36.538 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:36 smithi184 ceph-mon[108348]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:48:36.539 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:36 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:36.539 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:36 smithi184 ceph-mon[108348]: pgmap v128: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-10-12T18:48:36.539 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:36 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:48:36.602 INFO:teuthology.orchestra.run.smithi184.stdout: 5 115207 9.11 MB/sec execute 218 sec latency 126.223 ms 2023-10-12T18:48:36.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:36 smithi194 ceph-mon[111052]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:48:36.903 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:36 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:36.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:36 smithi194 ceph-mon[111052]: pgmap v128: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 430 op/s 2023-10-12T18:48:36.904 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:36 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:48:37.574 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:37 smithi184 ceph-mon[108348]: Health check failed: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-10-12T18:48:37.607 INFO:teuthology.orchestra.run.smithi184.stdout: 5 115510 9.12 MB/sec execute 219 sec latency 136.402 ms 2023-10-12T18:48:37.902 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:37 smithi194 ceph-mon[111052]: Health check failed: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-10-12T18:48:38.615 INFO:teuthology.orchestra.run.smithi184.stdout: 5 115917 9.11 MB/sec execute 220 sec latency 118.510 ms 2023-10-12T18:48:39.113 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:38 smithi184 ceph-mon[108348]: pgmap v129: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 639 op/s 2023-10-12T18:48:39.113 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:38 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:39.113 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:38 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:38 smithi194 ceph-mon[111052]: pgmap v129: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.6 MiB/s wr, 639 op/s 2023-10-12T18:48:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:38 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:38 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:39.615 INFO:teuthology.orchestra.run.smithi184.stdout: 5 116243 9.10 MB/sec execute 221 sec latency 132.298 ms 2023-10-12T18:48:40.619 INFO:teuthology.orchestra.run.smithi184.stdout: 5 116615 9.14 MB/sec execute 222 sec latency 148.972 ms 2023-10-12T18:48:41.160 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:41 smithi184 ceph-mon[108348]: pgmap v130: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-10-12T18:48:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:41 smithi194 ceph-mon[111052]: pgmap v130: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-10-12T18:48:41.619 INFO:teuthology.orchestra.run.smithi184.stdout: 5 116981 9.13 MB/sec execute 223 sec latency 129.281 ms 2023-10-12T18:48:42.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:42 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:42.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:42 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:42 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:48:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:42 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:42.619 INFO:teuthology.orchestra.run.smithi184.stdout: 5 117347 9.15 MB/sec execute 224 sec latency 162.831 ms 2023-10-12T18:48:43.198 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:43 smithi184 ceph-mon[108348]: pgmap v131: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-10-12T18:48:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:43 smithi194 ceph-mon[111052]: pgmap v131: 97 pgs: 97 active+clean; 355 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-10-12T18:48:43.619 INFO:teuthology.orchestra.run.smithi184.stdout: 5 117636 9.12 MB/sec execute 225 sec latency 141.396 ms 2023-10-12T18:48:43.969 INFO:teuthology.orchestra.run.smithi184.stdout:true 2023-10-12T18:48:44.401 INFO:teuthology.orchestra.run.smithi184.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed." 2023-10-12T18:48:44.619 INFO:teuthology.orchestra.run.smithi184.stdout: 5 117892 9.11 MB/sec execute 226 sec latency 132.451 ms 2023-10-12T18:48:45.250 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:45 smithi184 ceph-mon[108348]: pgmap v132: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-10-12T18:48:45.251 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:45 smithi184 ceph-mon[108348]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:45.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:45 smithi194 ceph-mon[111052]: pgmap v132: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-10-12T18:48:45.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:45 smithi194 ceph-mon[111052]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:45.619 INFO:teuthology.orchestra.run.smithi184.stdout: 5 118229 9.11 MB/sec execute 227 sec latency 88.166 ms 2023-10-12T18:48:46.288 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:46 smithi184 ceph-mon[108348]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:46.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:46 smithi194 ceph-mon[111052]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:48:46.625 INFO:teuthology.orchestra.run.smithi184.stdout: 5 118526 9.12 MB/sec execute 228 sec latency 149.964 ms 2023-10-12T18:48:47.313 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:47 smithi184 ceph-mon[108348]: pgmap v133: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-10-12T18:48:47.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:47 smithi194 ceph-mon[111052]: pgmap v133: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-10-12T18:48:47.625 INFO:teuthology.orchestra.run.smithi184.stdout: 5 118868 9.12 MB/sec execute 229 sec latency 136.889 ms 2023-10-12T18:48:48.625 INFO:teuthology.orchestra.run.smithi184.stdout: 5 119291 9.11 MB/sec execute 230 sec latency 129.776 ms 2023-10-12T18:48:49.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:49 smithi184 ceph-mon[108348]: pgmap v134: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.3 MiB/s wr, 607 op/s 2023-10-12T18:48:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:49 smithi194 ceph-mon[111052]: pgmap v134: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.3 MiB/s wr, 607 op/s 2023-10-12T18:48:49.635 INFO:teuthology.orchestra.run.smithi184.stdout: 5 119551 9.10 MB/sec execute 231 sec latency 126.657 ms 2023-10-12T18:48:50.635 INFO:teuthology.orchestra.run.smithi184.stdout: 5 119833 9.10 MB/sec execute 232 sec latency 137.424 ms 2023-10-12T18:48:51.154 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:51 smithi184 ceph-mon[108348]: pgmap v135: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-10-12T18:48:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:51 smithi194 ceph-mon[111052]: pgmap v135: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-10-12T18:48:51.644 INFO:teuthology.orchestra.run.smithi184.stdout: 5 120224 9.12 MB/sec execute 233 sec latency 123.111 ms 2023-10-12T18:48:52.644 INFO:teuthology.orchestra.run.smithi184.stdout: 5 120588 9.12 MB/sec execute 234 sec latency 137.274 ms 2023-10-12T18:48:53.202 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:53 smithi184 ceph-mon[108348]: pgmap v136: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-10-12T18:48:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:53 smithi194 ceph-mon[111052]: pgmap v136: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-10-12T18:48:53.644 INFO:teuthology.orchestra.run.smithi184.stdout: 5 120836 9.11 MB/sec execute 235 sec latency 131.404 ms 2023-10-12T18:48:54.644 INFO:teuthology.orchestra.run.smithi184.stdout: 5 121211 9.12 MB/sec execute 236 sec latency 132.825 ms 2023-10-12T18:48:55.235 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:55 smithi184 ceph-mon[108348]: pgmap v137: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.1 MiB/s wr, 600 op/s 2023-10-12T18:48:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:55 smithi194 ceph-mon[111052]: pgmap v137: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.1 MiB/s wr, 600 op/s 2023-10-12T18:48:55.651 INFO:teuthology.orchestra.run.smithi184.stdout: 5 121501 9.10 MB/sec execute 237 sec latency 126.617 ms 2023-10-12T18:48:56.651 INFO:teuthology.orchestra.run.smithi184.stdout: 5 121756 9.09 MB/sec execute 238 sec latency 133.315 ms 2023-10-12T18:48:56.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:56 smithi184 ceph-mon[108348]: pgmap v138: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-10-12T18:48:56.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:57.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:56 smithi194 ceph-mon[111052]: pgmap v138: 97 pgs: 97 active+clean; 351 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-10-12T18:48:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:48:57.651 INFO:teuthology.orchestra.run.smithi184.stdout: 5 122040 9.10 MB/sec execute 239 sec latency 138.284 ms 2023-10-12T18:48:58.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 122296 9.08 MB/sec execute 240 sec latency 108.355 ms 2023-10-12T18:48:58.814 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:48:58 smithi184 ceph-mon[108348]: pgmap v139: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 574 op/s 2023-10-12T18:48:59.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:48:58 smithi194 ceph-mon[111052]: pgmap v139: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 574 op/s 2023-10-12T18:48:59.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 122612 9.07 MB/sec execute 241 sec latency 128.034 ms 2023-10-12T18:49:00.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 122853 9.05 MB/sec execute 242 sec latency 126.624 ms 2023-10-12T18:49:00.899 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:00 smithi184 ceph-mon[108348]: pgmap v140: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-10-12T18:49:01.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:00 smithi194 ceph-mon[111052]: pgmap v140: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-10-12T18:49:01.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 123029 9.03 MB/sec execute 243 sec latency 135.007 ms 2023-10-12T18:49:02.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 123394 9.05 MB/sec execute 244 sec latency 123.650 ms 2023-10-12T18:49:02.942 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:02 smithi184 ceph-mon[108348]: pgmap v141: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-10-12T18:49:03.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:02 smithi194 ceph-mon[111052]: pgmap v141: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-10-12T18:49:03.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 123726 9.04 MB/sec execute 245 sec latency 104.605 ms 2023-10-12T18:49:04.656 INFO:teuthology.orchestra.run.smithi184.stdout: 5 124043 9.05 MB/sec execute 246 sec latency 134.111 ms 2023-10-12T18:49:04.983 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:04 smithi184 ceph-mon[108348]: pgmap v142: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 542 op/s 2023-10-12T18:49:05.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:04 smithi194 ceph-mon[111052]: pgmap v142: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 542 op/s 2023-10-12T18:49:05.661 INFO:teuthology.orchestra.run.smithi184.stdout: 5 124291 9.05 MB/sec execute 247 sec latency 129.012 ms 2023-10-12T18:49:06.661 INFO:teuthology.orchestra.run.smithi184.stdout: 5 124579 9.05 MB/sec execute 248 sec latency 140.825 ms 2023-10-12T18:49:06.757 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:06 smithi184 ceph-mon[108348]: pgmap v143: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-10-12T18:49:07.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:06 smithi194 ceph-mon[111052]: pgmap v143: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-10-12T18:49:07.669 INFO:teuthology.orchestra.run.smithi184.stdout: 5 124887 9.03 MB/sec execute 249 sec latency 123.514 ms 2023-10-12T18:49:08.669 INFO:teuthology.orchestra.run.smithi184.stdout: 5 125169 9.03 MB/sec execute 250 sec latency 123.331 ms 2023-10-12T18:49:08.796 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:08 smithi184 ceph-mon[108348]: pgmap v144: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-10-12T18:49:09.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:08 smithi194 ceph-mon[111052]: pgmap v144: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-10-12T18:49:09.669 INFO:teuthology.orchestra.run.smithi184.stdout: 5 125414 9.02 MB/sec execute 251 sec latency 130.803 ms 2023-10-12T18:49:10.669 INFO:teuthology.orchestra.run.smithi184.stdout: 5 125723 9.02 MB/sec execute 252 sec latency 185.828 ms 2023-10-12T18:49:10.856 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:10 smithi184 ceph-mon[108348]: pgmap v145: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-10-12T18:49:11.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:10 smithi194 ceph-mon[111052]: pgmap v145: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-10-12T18:49:11.669 INFO:teuthology.orchestra.run.smithi184.stdout: 5 126059 9.01 MB/sec execute 253 sec latency 124.800 ms 2023-10-12T18:49:11.893 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:12.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:12.669 INFO:teuthology.orchestra.run.smithi184.stdout: 5 126297 8.99 MB/sec execute 254 sec latency 128.275 ms 2023-10-12T18:49:12.871 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:12 smithi184 ceph-mon[108348]: pgmap v146: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-10-12T18:49:13.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:12 smithi194 ceph-mon[111052]: pgmap v146: 97 pgs: 97 active+clean; 355 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-10-12T18:49:13.670 INFO:teuthology.orchestra.run.smithi184.stdout: 5 126587 9.00 MB/sec execute 255 sec latency 131.791 ms 2023-10-12T18:49:14.675 INFO:teuthology.orchestra.run.smithi184.stdout: 5 126917 8.98 MB/sec execute 256 sec latency 213.468 ms 2023-10-12T18:49:14.912 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:14 smithi184 ceph-mon[108348]: pgmap v147: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-10-12T18:49:15.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:14 smithi194 ceph-mon[111052]: pgmap v147: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-10-12T18:49:15.675 INFO:teuthology.orchestra.run.smithi184.stdout: 5 127238 8.99 MB/sec execute 257 sec latency 138.165 ms 2023-10-12T18:49:16.679 INFO:teuthology.orchestra.run.smithi184.stdout: 5 127555 8.99 MB/sec execute 258 sec latency 132.343 ms 2023-10-12T18:49:16.952 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:16 smithi184 ceph-mon[108348]: pgmap v148: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-10-12T18:49:17.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:16 smithi194 ceph-mon[111052]: pgmap v148: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-10-12T18:49:17.683 INFO:teuthology.orchestra.run.smithi184.stdout: 5 127820 9.00 MB/sec execute 259 sec latency 142.850 ms 2023-10-12T18:49:18.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 128124 9.00 MB/sec execute 260 sec latency 141.216 ms 2023-10-12T18:49:18.999 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:18 smithi184 ceph-mon[108348]: pgmap v149: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 529 op/s 2023-10-12T18:49:19.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:18 smithi194 ceph-mon[111052]: pgmap v149: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 529 op/s 2023-10-12T18:49:19.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 128356 8.98 MB/sec execute 261 sec latency 149.136 ms 2023-10-12T18:49:20.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 128626 8.96 MB/sec execute 262 sec latency 128.848 ms 2023-10-12T18:49:21.037 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:20 smithi184 ceph-mon[108348]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-10-12T18:49:21.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:20 smithi194 ceph-mon[111052]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-10-12T18:49:21.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 128895 8.96 MB/sec execute 263 sec latency 164.198 ms 2023-10-12T18:49:22.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 129113 8.96 MB/sec execute 264 sec latency 131.096 ms 2023-10-12T18:49:22.830 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:22 smithi184 ceph-mon[108348]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-10-12T18:49:23.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:22 smithi194 ceph-mon[111052]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-10-12T18:49:23.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 129348 8.95 MB/sec execute 265 sec latency 208.056 ms 2023-10-12T18:49:24.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 129597 8.94 MB/sec execute 266 sec latency 117.481 ms 2023-10-12T18:49:24.857 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:24 smithi184 ceph-mon[108348]: pgmap v152: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-10-12T18:49:25.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:24 smithi194 ceph-mon[111052]: pgmap v152: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-10-12T18:49:25.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 129871 8.92 MB/sec execute 267 sec latency 129.467 ms 2023-10-12T18:49:26.691 INFO:teuthology.orchestra.run.smithi184.stdout: 5 130186 8.90 MB/sec execute 268 sec latency 131.710 ms 2023-10-12T18:49:26.923 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:26 smithi184 ceph-mon[108348]: pgmap v153: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-10-12T18:49:26.923 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:27.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:26 smithi194 ceph-mon[111052]: pgmap v153: 97 pgs: 97 active+clean; 358 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-10-12T18:49:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:27.695 INFO:teuthology.orchestra.run.smithi184.stdout: 5 130422 8.89 MB/sec execute 269 sec latency 136.492 ms 2023-10-12T18:49:28.701 INFO:teuthology.orchestra.run.smithi184.stdout: 5 130695 8.90 MB/sec execute 270 sec latency 133.358 ms 2023-10-12T18:49:28.982 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:28 smithi184 ceph-mon[108348]: pgmap v154: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-10-12T18:49:29.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:28 smithi194 ceph-mon[111052]: pgmap v154: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-10-12T18:49:29.701 INFO:teuthology.orchestra.run.smithi184.stdout: 5 131033 8.91 MB/sec execute 271 sec latency 126.877 ms 2023-10-12T18:49:30.702 INFO:teuthology.orchestra.run.smithi184.stdout: 5 131427 8.92 MB/sec execute 272 sec latency 120.727 ms 2023-10-12T18:49:31.040 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:30 smithi184 ceph-mon[108348]: pgmap v155: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-10-12T18:49:31.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:30 smithi194 ceph-mon[111052]: pgmap v155: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-10-12T18:49:31.701 INFO:teuthology.orchestra.run.smithi184.stdout: 5 131651 8.91 MB/sec execute 273 sec latency 140.237 ms 2023-10-12T18:49:32.702 INFO:teuthology.orchestra.run.smithi184.stdout: 5 131895 8.90 MB/sec execute 274 sec latency 123.841 ms 2023-10-12T18:49:33.087 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:32 smithi184 ceph-mon[108348]: pgmap v156: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-10-12T18:49:33.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:32 smithi194 ceph-mon[111052]: pgmap v156: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-10-12T18:49:33.702 INFO:teuthology.orchestra.run.smithi184.stdout: 5 132165 8.88 MB/sec execute 275 sec latency 126.499 ms 2023-10-12T18:49:34.702 INFO:teuthology.orchestra.run.smithi184.stdout: 5 132426 8.89 MB/sec execute 276 sec latency 132.691 ms 2023-10-12T18:49:34.923 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:34 smithi184 ceph-mon[108348]: pgmap v157: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-10-12T18:49:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:34 smithi194 ceph-mon[111052]: pgmap v157: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-10-12T18:49:35.702 INFO:teuthology.orchestra.run.smithi184.stdout: 5 132671 8.88 MB/sec execute 277 sec latency 138.275 ms 2023-10-12T18:49:36.705 INFO:teuthology.orchestra.run.smithi184.stdout: 5 132982 8.89 MB/sec execute 278 sec latency 108.431 ms 2023-10-12T18:49:36.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:36 smithi184 ceph-mon[108348]: pgmap v158: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-10-12T18:49:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:36 smithi194 ceph-mon[111052]: pgmap v158: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-10-12T18:49:37.705 INFO:teuthology.orchestra.run.smithi184.stdout: 5 133296 8.87 MB/sec execute 279 sec latency 129.758 ms 2023-10-12T18:49:38.705 INFO:teuthology.orchestra.run.smithi184.stdout: 5 133714 8.86 MB/sec execute 280 sec latency 105.294 ms 2023-10-12T18:49:39.004 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:38 smithi184 ceph-mon[108348]: pgmap v159: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-10-12T18:49:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:38 smithi194 ceph-mon[111052]: pgmap v159: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-10-12T18:49:39.705 INFO:teuthology.orchestra.run.smithi184.stdout: 5 133979 8.85 MB/sec execute 281 sec latency 134.962 ms 2023-10-12T18:49:40.705 INFO:teuthology.orchestra.run.smithi184.stdout: 5 134388 8.88 MB/sec execute 282 sec latency 133.400 ms 2023-10-12T18:49:41.038 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:40 smithi184 ceph-mon[108348]: pgmap v160: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:49:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:40 smithi194 ceph-mon[111052]: pgmap v160: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:49:41.709 INFO:teuthology.orchestra.run.smithi184.stdout: 5 134854 8.89 MB/sec execute 283 sec latency 132.371 ms 2023-10-12T18:49:42.053 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:42.709 INFO:teuthology.orchestra.run.smithi184.stdout: 5 135249 8.91 MB/sec execute 284 sec latency 203.963 ms 2023-10-12T18:49:43.075 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:42 smithi184 ceph-mon[108348]: pgmap v161: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:49:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:42 smithi194 ceph-mon[111052]: pgmap v161: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 343 op/s 2023-10-12T18:49:43.709 INFO:teuthology.orchestra.run.smithi184.stdout: 5 135595 8.91 MB/sec execute 285 sec latency 129.556 ms 2023-10-12T18:49:44.709 INFO:teuthology.orchestra.run.smithi184.stdout: 5 135990 8.91 MB/sec execute 286 sec latency 130.990 ms 2023-10-12T18:49:45.098 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:44 smithi184 ceph-mon[108348]: pgmap v162: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-10-12T18:49:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:44 smithi194 ceph-mon[111052]: pgmap v162: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-10-12T18:49:45.709 INFO:teuthology.orchestra.run.smithi184.stdout: 5 136194 8.91 MB/sec execute 287 sec latency 483.845 ms 2023-10-12T18:49:46.709 INFO:teuthology.orchestra.run.smithi184.stdout: 5 136507 8.91 MB/sec execute 288 sec latency 123.922 ms 2023-10-12T18:49:47.122 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:46 smithi184 ceph-mon[108348]: pgmap v163: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-10-12T18:49:47.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:46 smithi194 ceph-mon[111052]: pgmap v163: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 393 op/s 2023-10-12T18:49:47.718 INFO:teuthology.orchestra.run.smithi184.stdout: 5 136794 8.89 MB/sec execute 289 sec latency 142.557 ms 2023-10-12T18:49:48.718 INFO:teuthology.orchestra.run.smithi184.stdout: 5 137176 8.87 MB/sec execute 290 sec latency 137.067 ms 2023-10-12T18:49:49.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:48 smithi184 ceph-mon[108348]: pgmap v164: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 596 op/s 2023-10-12T18:49:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:48 smithi194 ceph-mon[111052]: pgmap v164: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 596 op/s 2023-10-12T18:49:49.718 INFO:teuthology.orchestra.run.smithi184.stdout: 5 137466 8.87 MB/sec execute 291 sec latency 128.753 ms 2023-10-12T18:49:50.720 INFO:teuthology.orchestra.run.smithi184.stdout: 5 137837 8.89 MB/sec execute 292 sec latency 86.553 ms 2023-10-12T18:49:51.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:51 smithi184 ceph-mon[108348]: pgmap v165: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-10-12T18:49:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:51 smithi194 ceph-mon[111052]: pgmap v165: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-10-12T18:49:51.726 INFO:teuthology.orchestra.run.smithi184.stdout: 5 138311 8.91 MB/sec execute 293 sec latency 134.910 ms 2023-10-12T18:49:52.726 INFO:teuthology.orchestra.run.smithi184.stdout: 5 138609 8.91 MB/sec execute 294 sec latency 129.653 ms 2023-10-12T18:49:53.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:53 smithi184 ceph-mon[108348]: pgmap v166: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-10-12T18:49:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:53 smithi194 ceph-mon[111052]: pgmap v166: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-10-12T18:49:53.726 INFO:teuthology.orchestra.run.smithi184.stdout: 5 138965 8.91 MB/sec execute 295 sec latency 124.562 ms 2023-10-12T18:49:54.726 INFO:teuthology.orchestra.run.smithi184.stdout: 5 139220 8.90 MB/sec execute 296 sec latency 126.615 ms 2023-10-12T18:49:55.311 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:55 smithi184 ceph-mon[108348]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 636 op/s 2023-10-12T18:49:55.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:55 smithi194 ceph-mon[111052]: pgmap v167: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 636 op/s 2023-10-12T18:49:55.733 INFO:teuthology.orchestra.run.smithi184.stdout: 5 139532 8.90 MB/sec execute 297 sec latency 127.558 ms 2023-10-12T18:49:56.733 INFO:teuthology.orchestra.run.smithi184.stdout: 5 139862 8.92 MB/sec execute 298 sec latency 138.606 ms 2023-10-12T18:49:56.834 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:56 smithi184 ceph-mon[108348]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-10-12T18:49:56.834 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:57.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:56 smithi194 ceph-mon[111052]: pgmap v168: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.1 MiB/s wr, 413 op/s 2023-10-12T18:49:57.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:49:57.741 INFO:teuthology.orchestra.run.smithi184.stdout: 5 140177 8.90 MB/sec execute 299 sec latency 139.640 ms 2023-10-12T18:49:58.741 INFO:teuthology.orchestra.run.smithi184.stdout: 5 140522 8.89 MB/sec execute 300 sec latency 127.005 ms 2023-10-12T18:49:58.871 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:49:58 smithi184 ceph-mon[108348]: pgmap v169: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 606 op/s 2023-10-12T18:49:59.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:49:58 smithi194 ceph-mon[111052]: pgmap v169: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 606 op/s 2023-10-12T18:49:59.741 INFO:teuthology.orchestra.run.smithi184.stdout: 5 140863 8.89 MB/sec execute 301 sec latency 140.399 ms 2023-10-12T18:50:00.753 INFO:teuthology.orchestra.run.smithi184.stdout: 5 141206 8.90 MB/sec execute 302 sec latency 143.127 ms 2023-10-12T18:50:00.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: pgmap v170: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-10-12T18:50:00.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:50:00.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:50:00.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: Upgrade daemon: mgr.smithi184.luupqj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi184.luupqj ... 2023-10-12T18:50:00.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: Non-zero exit code 1 from systemctl daemon-reload 2023-10-12T18:50:00.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-10-12T18:50:00.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: Traceback (most recent call last): 2023-10-12T18:50:00.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-12T18:50:00.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: "__main__", mod_spec) 2023-10-12T18:50:00.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-12T18:50:00.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: exec(code, run_globals) 2023-10-12T18:50:00.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 8193, in 2023-10-12T18:50:00.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 8181, in main 2023-10-12T18:50:00.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-10-12T18:50:00.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-10-12T18:50:00.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-10-12T18:50:00.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-10-12T18:50:00.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-10-12T18:50:00.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: File "/tmp/tmpuh9upst9.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-12T18:50:00.935 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:00 smithi184 ceph-mon[108348]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-10-12T18:50:01.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: pgmap v170: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-10-12T18:50:01.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:50:01.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:50:01.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: Upgrade daemon: mgr.smithi184.luupqj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi184.luupqj ... 2023-10-12T18:50:01.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: Non-zero exit code 1 from systemctl daemon-reload 2023-10-12T18:50:01.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-10-12T18:50:01.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: Traceback (most recent call last): 2023-10-12T18:50:01.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-12T18:50:01.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: "__main__", mod_spec) 2023-10-12T18:50:01.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-12T18:50:01.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: exec(code, run_globals) 2023-10-12T18:50:01.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 8193, in 2023-10-12T18:50:01.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 8181, in main 2023-10-12T18:50:01.155 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-10-12T18:50:01.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-10-12T18:50:01.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-10-12T18:50:01.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-10-12T18:50:01.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-10-12T18:50:01.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: File "/tmp/tmpuh9upst9.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-12T18:50:01.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:00 smithi194 ceph-mon[111052]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-10-12T18:50:01.753 INFO:teuthology.orchestra.run.smithi184.stdout: 5 141471 8.89 MB/sec execute 303 sec latency 126.874 ms 2023-10-12T18:50:02.754 INFO:teuthology.orchestra.run.smithi184.stdout: 5 141749 8.90 MB/sec execute 304 sec latency 129.576 ms 2023-10-12T18:50:03.003 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:02 smithi184 ceph-mon[108348]: pgmap v171: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-10-12T18:50:03.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:02 smithi194 ceph-mon[111052]: pgmap v171: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-10-12T18:50:03.755 INFO:teuthology.orchestra.run.smithi184.stdout: 5 141962 8.88 MB/sec execute 305 sec latency 143.119 ms 2023-10-12T18:50:04.755 INFO:teuthology.orchestra.run.smithi184.stdout: 5 142204 8.88 MB/sec execute 306 sec latency 114.979 ms 2023-10-12T18:50:05.054 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:04 smithi184 ceph-mon[108348]: pgmap v172: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2023-10-12T18:50:05.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:04 smithi194 ceph-mon[111052]: pgmap v172: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2023-10-12T18:50:05.755 INFO:teuthology.orchestra.run.smithi184.stdout: 5 142529 8.88 MB/sec execute 307 sec latency 130.947 ms 2023-10-12T18:50:06.755 INFO:teuthology.orchestra.run.smithi184.stdout: 5 142884 8.88 MB/sec execute 308 sec latency 130.719 ms 2023-10-12T18:50:06.822 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:06 smithi184 ceph-mon[108348]: pgmap v173: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 383 op/s 2023-10-12T18:50:07.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:06 smithi194 ceph-mon[111052]: pgmap v173: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 383 op/s 2023-10-12T18:50:07.755 INFO:teuthology.orchestra.run.smithi184.stdout: 5 143195 8.88 MB/sec execute 309 sec latency 126.549 ms 2023-10-12T18:50:08.756 INFO:teuthology.orchestra.run.smithi184.stdout: 5 143523 8.88 MB/sec execute 310 sec latency 133.193 ms 2023-10-12T18:50:08.865 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:08 smithi184 ceph-mon[108348]: pgmap v174: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.9 MiB/s wr, 556 op/s 2023-10-12T18:50:09.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:08 smithi194 ceph-mon[111052]: pgmap v174: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.9 MiB/s wr, 556 op/s 2023-10-12T18:50:09.763 INFO:teuthology.orchestra.run.smithi184.stdout: 5 143928 8.88 MB/sec execute 311 sec latency 126.723 ms 2023-10-12T18:50:10.763 INFO:teuthology.orchestra.run.smithi184.stdout: 5 144203 8.86 MB/sec execute 312 sec latency 128.184 ms 2023-10-12T18:50:10.892 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:10 smithi184 ceph-mon[108348]: pgmap v175: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-10-12T18:50:11.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:10 smithi194 ceph-mon[111052]: pgmap v175: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-10-12T18:50:11.770 INFO:teuthology.orchestra.run.smithi184.stdout: 5 144519 8.86 MB/sec execute 314 sec latency 146.294 ms 2023-10-12T18:50:11.915 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:12.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:12.770 INFO:teuthology.orchestra.run.smithi184.stdout: 5 144795 8.87 MB/sec execute 315 sec latency 86.775 ms 2023-10-12T18:50:12.982 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:12 smithi184 ceph-mon[108348]: pgmap v176: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-10-12T18:50:13.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:12 smithi194 ceph-mon[111052]: pgmap v176: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-10-12T18:50:13.770 INFO:teuthology.orchestra.run.smithi184.stdout: 5 145033 8.86 MB/sec execute 316 sec latency 129.286 ms 2023-10-12T18:50:14.770 INFO:teuthology.orchestra.run.smithi184.stdout: 5 145352 8.87 MB/sec execute 317 sec latency 189.891 ms 2023-10-12T18:50:15.054 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:14 smithi184 ceph-mon[108348]: pgmap v177: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 557 op/s 2023-10-12T18:50:15.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:14 smithi194 ceph-mon[111052]: pgmap v177: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 557 op/s 2023-10-12T18:50:15.770 INFO:teuthology.orchestra.run.smithi184.stdout: 5 145579 8.85 MB/sec execute 318 sec latency 144.210 ms 2023-10-12T18:50:16.773 INFO:teuthology.orchestra.run.smithi184.stdout: 5 145831 8.84 MB/sec execute 319 sec latency 131.370 ms 2023-10-12T18:50:17.095 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:16 smithi184 ceph-mon[108348]: pgmap v178: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-10-12T18:50:17.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:16 smithi194 ceph-mon[111052]: pgmap v178: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-10-12T18:50:17.770 INFO:teuthology.orchestra.run.smithi184.stdout: 5 146067 8.83 MB/sec execute 320 sec latency 129.691 ms 2023-10-12T18:50:18.778 INFO:teuthology.orchestra.run.smithi184.stdout: 5 146253 8.83 MB/sec execute 321 sec latency 201.330 ms 2023-10-12T18:50:19.147 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:18 smithi184 ceph-mon[108348]: pgmap v179: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-10-12T18:50:19.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:18 smithi194 ceph-mon[111052]: pgmap v179: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-10-12T18:50:19.788 INFO:teuthology.orchestra.run.smithi184.stdout: 5 146508 8.82 MB/sec execute 322 sec latency 149.413 ms 2023-10-12T18:50:20.796 INFO:teuthology.orchestra.run.smithi184.stdout: 5 146820 8.82 MB/sec execute 323 sec latency 146.828 ms 2023-10-12T18:50:20.934 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:20 smithi184 ceph-mon[108348]: pgmap v180: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-10-12T18:50:21.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:20 smithi194 ceph-mon[111052]: pgmap v180: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-10-12T18:50:21.796 INFO:teuthology.orchestra.run.smithi184.stdout: 5 147177 8.83 MB/sec execute 324 sec latency 123.536 ms 2023-10-12T18:50:22.796 INFO:teuthology.orchestra.run.smithi184.stdout: 5 147500 8.81 MB/sec execute 325 sec latency 129.246 ms 2023-10-12T18:50:22.997 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:22 smithi184 ceph-mon[108348]: pgmap v181: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-10-12T18:50:23.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:22 smithi194 ceph-mon[111052]: pgmap v181: 97 pgs: 97 active+clean; 349 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-10-12T18:50:23.800 INFO:teuthology.orchestra.run.smithi184.stdout: 5 147930 8.82 MB/sec execute 326 sec latency 120.874 ms 2023-10-12T18:50:24.801 INFO:teuthology.orchestra.run.smithi184.stdout: 5 148320 8.83 MB/sec execute 327 sec latency 105.848 ms 2023-10-12T18:50:25.066 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:24 smithi184 ceph-mon[108348]: pgmap v182: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-10-12T18:50:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:24 smithi194 ceph-mon[111052]: pgmap v182: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-10-12T18:50:25.800 INFO:teuthology.orchestra.run.smithi184.stdout: 5 148644 8.84 MB/sec execute 328 sec latency 138.655 ms 2023-10-12T18:50:26.803 INFO:teuthology.orchestra.run.smithi184.stdout: 5 148996 8.84 MB/sec execute 329 sec latency 118.351 ms 2023-10-12T18:50:27.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:26 smithi184 ceph-mon[108348]: pgmap v183: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-10-12T18:50:27.093 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:27.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:26 smithi194 ceph-mon[111052]: pgmap v183: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-10-12T18:50:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:27.800 INFO:teuthology.orchestra.run.smithi184.stdout: 5 149308 8.83 MB/sec execute 330 sec latency 91.678 ms 2023-10-12T18:50:28.801 INFO:teuthology.orchestra.run.smithi184.stdout: 5 149616 8.82 MB/sec execute 331 sec latency 129.586 ms 2023-10-12T18:50:29.138 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:28 smithi184 ceph-mon[108348]: pgmap v184: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-10-12T18:50:29.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:28 smithi194 ceph-mon[111052]: pgmap v184: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-10-12T18:50:29.800 INFO:teuthology.orchestra.run.smithi184.stdout: 5 149847 8.82 MB/sec execute 332 sec latency 130.731 ms 2023-10-12T18:50:30.801 INFO:teuthology.orchestra.run.smithi184.stdout: 5 150169 8.83 MB/sec execute 333 sec latency 126.866 ms 2023-10-12T18:50:31.193 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:30 smithi184 ceph-mon[108348]: pgmap v185: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-10-12T18:50:31.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:30 smithi194 ceph-mon[111052]: pgmap v185: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-10-12T18:50:31.800 INFO:teuthology.orchestra.run.smithi184.stdout: 5 150539 8.83 MB/sec execute 334 sec latency 129.914 ms 2023-10-12T18:50:32.801 INFO:teuthology.orchestra.run.smithi184.stdout: 5 150914 8.83 MB/sec execute 335 sec latency 121.780 ms 2023-10-12T18:50:32.964 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:32 smithi184 ceph-mon[108348]: pgmap v186: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-10-12T18:50:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:32 smithi194 ceph-mon[111052]: pgmap v186: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-10-12T18:50:33.807 INFO:teuthology.orchestra.run.smithi184.stdout: 5 151190 8.82 MB/sec execute 336 sec latency 135.820 ms 2023-10-12T18:50:34.808 INFO:teuthology.orchestra.run.smithi184.stdout: 5 151488 8.83 MB/sec execute 337 sec latency 147.105 ms 2023-10-12T18:50:35.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:34 smithi184 ceph-mon[108348]: pgmap v187: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 567 op/s 2023-10-12T18:50:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:34 smithi194 ceph-mon[111052]: pgmap v187: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 567 op/s 2023-10-12T18:50:35.808 INFO:teuthology.orchestra.run.smithi184.stdout: 5 151755 8.82 MB/sec execute 338 sec latency 114.716 ms 2023-10-12T18:50:36.808 INFO:teuthology.orchestra.run.smithi184.stdout: 5 152010 8.82 MB/sec execute 339 sec latency 146.628 ms 2023-10-12T18:50:37.087 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:36 smithi184 ceph-mon[108348]: pgmap v188: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-10-12T18:50:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:36 smithi194 ceph-mon[111052]: pgmap v188: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-10-12T18:50:37.811 INFO:teuthology.orchestra.run.smithi184.stdout: 5 152234 8.81 MB/sec execute 340 sec latency 120.527 ms 2023-10-12T18:50:38.811 INFO:teuthology.orchestra.run.smithi184.stdout: 5 152459 8.80 MB/sec execute 341 sec latency 129.767 ms 2023-10-12T18:50:39.149 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:38 smithi184 ceph-mon[108348]: pgmap v189: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 575 op/s 2023-10-12T18:50:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:38 smithi194 ceph-mon[111052]: pgmap v189: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 575 op/s 2023-10-12T18:50:39.811 INFO:teuthology.orchestra.run.smithi184.stdout: 5 152827 8.79 MB/sec execute 342 sec latency 129.896 ms 2023-10-12T18:50:40.812 INFO:teuthology.orchestra.run.smithi184.stdout: 5 153132 8.78 MB/sec execute 343 sec latency 131.760 ms 2023-10-12T18:50:41.195 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:40 smithi184 ceph-mon[108348]: pgmap v190: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:50:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:40 smithi194 ceph-mon[111052]: pgmap v190: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:50:41.822 INFO:teuthology.orchestra.run.smithi184.stdout: 5 153490 8.80 MB/sec execute 344 sec latency 127.420 ms 2023-10-12T18:50:41.971 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:42.356 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:42.822 INFO:teuthology.orchestra.run.smithi184.stdout: 5 153852 8.81 MB/sec execute 345 sec latency 137.266 ms 2023-10-12T18:50:42.988 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:42 smithi184 ceph-mon[108348]: pgmap v191: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:50:43.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:42 smithi194 ceph-mon[111052]: pgmap v191: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:50:43.822 INFO:teuthology.orchestra.run.smithi184.stdout: 5 154239 8.81 MB/sec execute 346 sec latency 146.746 ms 2023-10-12T18:50:44.822 INFO:teuthology.orchestra.run.smithi184.stdout: 5 154503 8.80 MB/sec execute 347 sec latency 120.878 ms 2023-10-12T18:50:45.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:44 smithi184 ceph-mon[108348]: pgmap v192: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-10-12T18:50:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:44 smithi194 ceph-mon[111052]: pgmap v192: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-10-12T18:50:45.822 INFO:teuthology.orchestra.run.smithi184.stdout: 5 154746 8.79 MB/sec execute 348 sec latency 120.972 ms 2023-10-12T18:50:46.822 INFO:teuthology.orchestra.run.smithi184.stdout: 5 155022 8.79 MB/sec execute 349 sec latency 134.779 ms 2023-10-12T18:50:47.070 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:46 smithi184 ceph-mon[108348]: pgmap v193: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-10-12T18:50:47.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:46 smithi194 ceph-mon[111052]: pgmap v193: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-10-12T18:50:47.829 INFO:teuthology.orchestra.run.smithi184.stdout: 5 155388 8.80 MB/sec execute 350 sec latency 126.623 ms 2023-10-12T18:50:48.829 INFO:teuthology.orchestra.run.smithi184.stdout: 5 155701 8.80 MB/sec execute 351 sec latency 135.336 ms 2023-10-12T18:50:49.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:49 smithi184 ceph-mon[108348]: pgmap v194: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-10-12T18:50:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:49 smithi194 ceph-mon[111052]: pgmap v194: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-10-12T18:50:49.829 INFO:teuthology.orchestra.run.smithi184.stdout: 5 155961 8.79 MB/sec execute 352 sec latency 145.894 ms 2023-10-12T18:50:50.837 INFO:teuthology.orchestra.run.smithi184.stdout: 5 156237 8.77 MB/sec execute 353 sec latency 126.528 ms 2023-10-12T18:50:51.164 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:51 smithi184 ceph-mon[108348]: pgmap v195: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-10-12T18:50:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:51 smithi194 ceph-mon[111052]: pgmap v195: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-10-12T18:50:51.837 INFO:teuthology.orchestra.run.smithi184.stdout: 5 156541 8.77 MB/sec execute 354 sec latency 123.760 ms 2023-10-12T18:50:52.837 INFO:teuthology.orchestra.run.smithi184.stdout: 5 156762 8.76 MB/sec execute 355 sec latency 129.380 ms 2023-10-12T18:50:53.218 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:53 smithi184 ceph-mon[108348]: pgmap v196: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-10-12T18:50:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:53 smithi194 ceph-mon[111052]: pgmap v196: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-10-12T18:50:53.837 INFO:teuthology.orchestra.run.smithi184.stdout: 5 157135 8.78 MB/sec execute 356 sec latency 123.311 ms 2023-10-12T18:50:54.841 INFO:teuthology.orchestra.run.smithi184.stdout: 5 157392 8.78 MB/sec execute 357 sec latency 131.490 ms 2023-10-12T18:50:55.032 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:55 smithi184 ceph-mon[108348]: pgmap v197: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 549 op/s 2023-10-12T18:50:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:55 smithi194 ceph-mon[111052]: pgmap v197: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 549 op/s 2023-10-12T18:50:55.841 INFO:teuthology.orchestra.run.smithi184.stdout: 5 157660 8.78 MB/sec execute 358 sec latency 132.319 ms 2023-10-12T18:50:56.849 INFO:teuthology.orchestra.run.smithi184.stdout: 5 157936 8.77 MB/sec execute 359 sec latency 126.591 ms 2023-10-12T18:50:57.061 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:57 smithi184 ceph-mon[108348]: pgmap v198: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-10-12T18:50:57.061 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:57 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:57.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:57 smithi194 ceph-mon[111052]: pgmap v198: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-10-12T18:50:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:57 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:50:57.849 INFO:teuthology.orchestra.run.smithi184.stdout: 5 158216 8.76 MB/sec execute 360 sec latency 129.223 ms 2023-10-12T18:50:58.849 INFO:teuthology.orchestra.run.smithi184.stdout: 5 158525 8.75 MB/sec execute 361 sec latency 130.396 ms 2023-10-12T18:50:59.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:50:59 smithi184 ceph-mon[108348]: pgmap v199: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-10-12T18:50:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:50:59 smithi194 ceph-mon[111052]: pgmap v199: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-10-12T18:50:59.849 INFO:teuthology.orchestra.run.smithi184.stdout: 5 158856 8.76 MB/sec execute 362 sec latency 130.259 ms 2023-10-12T18:51:00.849 INFO:teuthology.orchestra.run.smithi184.stdout: 5 159179 8.77 MB/sec execute 363 sec latency 152.918 ms 2023-10-12T18:51:01.159 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:01 smithi184 ceph-mon[108348]: pgmap v200: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-10-12T18:51:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:01 smithi194 ceph-mon[111052]: pgmap v200: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-10-12T18:51:01.854 INFO:teuthology.orchestra.run.smithi184.stdout: 5 159531 8.76 MB/sec execute 364 sec latency 164.928 ms 2023-10-12T18:51:02.860 INFO:teuthology.orchestra.run.smithi184.stdout: 5 159811 8.75 MB/sec execute 365 sec latency 137.148 ms 2023-10-12T18:51:03.226 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:03 smithi184 ceph-mon[108348]: pgmap v201: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-10-12T18:51:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:03 smithi194 ceph-mon[111052]: pgmap v201: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-10-12T18:51:03.860 INFO:teuthology.orchestra.run.smithi184.stdout: 5 160221 8.76 MB/sec execute 366 sec latency 127.111 ms 2023-10-12T18:51:04.869 INFO:teuthology.orchestra.run.smithi184.stdout: 5 160461 8.75 MB/sec execute 367 sec latency 148.075 ms 2023-10-12T18:51:05.256 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:05 smithi184 ceph-mon[108348]: pgmap v202: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-10-12T18:51:05.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:05 smithi194 ceph-mon[111052]: pgmap v202: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 537 op/s 2023-10-12T18:51:05.873 INFO:teuthology.orchestra.run.smithi184.stdout: 5 160850 8.78 MB/sec execute 368 sec latency 126.898 ms 2023-10-12T18:51:06.876 INFO:teuthology.orchestra.run.smithi184.stdout: 5 161138 8.77 MB/sec execute 369 sec latency 114.648 ms 2023-10-12T18:51:07.341 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:07 smithi184 ceph-mon[108348]: pgmap v203: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-10-12T18:51:07.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:07 smithi194 ceph-mon[111052]: pgmap v203: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-10-12T18:51:07.876 INFO:teuthology.orchestra.run.smithi184.stdout: 5 161502 8.76 MB/sec execute 370 sec latency 130.385 ms 2023-10-12T18:51:08.876 INFO:teuthology.orchestra.run.smithi184.stdout: 5 161727 8.76 MB/sec execute 371 sec latency 129.604 ms 2023-10-12T18:51:09.145 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:09 smithi184 ceph-mon[108348]: pgmap v204: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-10-12T18:51:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:09 smithi194 ceph-mon[111052]: pgmap v204: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-10-12T18:51:09.888 INFO:teuthology.orchestra.run.smithi184.stdout: 5 161915 8.74 MB/sec execute 372 sec latency 146.023 ms 2023-10-12T18:51:10.888 INFO:teuthology.orchestra.run.smithi184.stdout: 5 162151 8.74 MB/sec execute 373 sec latency 133.879 ms 2023-10-12T18:51:11.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:11 smithi184 ceph-mon[108348]: pgmap v205: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-10-12T18:51:11.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:11 smithi194 ceph-mon[111052]: pgmap v205: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-10-12T18:51:11.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:11.888 INFO:teuthology.orchestra.run.smithi184.stdout: 5 162374 8.73 MB/sec execute 374 sec latency 127.868 ms 2023-10-12T18:51:12.897 INFO:teuthology.orchestra.run.smithi184.stdout: 5 162609 8.74 MB/sec execute 375 sec latency 131.765 ms 2023-10-12T18:51:13.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:13 smithi184 ceph-mon[108348]: pgmap v206: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-10-12T18:51:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:13 smithi194 ceph-mon[111052]: pgmap v206: 97 pgs: 97 active+clean; 351 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-10-12T18:51:13.897 INFO:teuthology.orchestra.run.smithi184.stdout: 5 162899 8.72 MB/sec execute 376 sec latency 130.284 ms 2023-10-12T18:51:14.897 INFO:teuthology.orchestra.run.smithi184.stdout: 5 163189 8.72 MB/sec execute 377 sec latency 128.280 ms 2023-10-12T18:51:15.302 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:15 smithi184 ceph-mon[108348]: pgmap v207: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-10-12T18:51:15.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:15 smithi194 ceph-mon[111052]: pgmap v207: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-10-12T18:51:15.897 INFO:teuthology.orchestra.run.smithi184.stdout: 5 163395 8.70 MB/sec execute 378 sec latency 154.185 ms 2023-10-12T18:51:16.897 INFO:teuthology.orchestra.run.smithi184.stdout: 5 163653 8.71 MB/sec execute 379 sec latency 120.443 ms 2023-10-12T18:51:17.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:17 smithi184 ceph-mon[108348]: pgmap v208: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-10-12T18:51:17.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:17 smithi194 ceph-mon[111052]: pgmap v208: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-10-12T18:51:17.898 INFO:teuthology.orchestra.run.smithi184.stdout: 5 163905 8.70 MB/sec execute 380 sec latency 122.992 ms 2023-10-12T18:51:18.898 INFO:teuthology.orchestra.run.smithi184.stdout: 5 164223 8.71 MB/sec execute 381 sec latency 137.175 ms 2023-10-12T18:51:19.411 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:19 smithi184 ceph-mon[108348]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-10-12T18:51:19.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:19 smithi194 ceph-mon[111052]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-10-12T18:51:19.898 INFO:teuthology.orchestra.run.smithi184.stdout: 5 164424 8.70 MB/sec execute 382 sec latency 154.834 ms 2023-10-12T18:51:20.898 INFO:teuthology.orchestra.run.smithi184.stdout: 5 164662 8.70 MB/sec execute 383 sec latency 141.201 ms 2023-10-12T18:51:21.198 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:21 smithi184 ceph-mon[108348]: pgmap v210: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-10-12T18:51:21.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:21 smithi194 ceph-mon[111052]: pgmap v210: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-10-12T18:51:21.898 INFO:teuthology.orchestra.run.smithi184.stdout: 5 164846 8.69 MB/sec execute 384 sec latency 126.709 ms 2023-10-12T18:51:22.899 INFO:teuthology.orchestra.run.smithi184.stdout: 5 165011 8.67 MB/sec execute 385 sec latency 136.007 ms 2023-10-12T18:51:23.230 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:23 smithi184 ceph-mon[108348]: pgmap v211: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-10-12T18:51:23.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:23 smithi194 ceph-mon[111052]: pgmap v211: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-10-12T18:51:23.899 INFO:teuthology.orchestra.run.smithi184.stdout: 5 165266 8.66 MB/sec execute 386 sec latency 123.570 ms 2023-10-12T18:51:24.899 INFO:teuthology.orchestra.run.smithi184.stdout: 5 165464 8.65 MB/sec execute 387 sec latency 115.864 ms 2023-10-12T18:51:25.307 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:25 smithi184 ceph-mon[108348]: pgmap v212: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-10-12T18:51:25.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:25 smithi194 ceph-mon[111052]: pgmap v212: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-10-12T18:51:25.905 INFO:teuthology.orchestra.run.smithi184.stdout: 5 165656 8.64 MB/sec execute 388 sec latency 210.607 ms 2023-10-12T18:51:26.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:26 smithi184 ceph-mon[108348]: pgmap v213: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-10-12T18:51:26.870 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:26.905 INFO:teuthology.orchestra.run.smithi184.stdout: 5 165879 8.64 MB/sec execute 389 sec latency 123.665 ms 2023-10-12T18:51:27.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:26 smithi194 ceph-mon[111052]: pgmap v213: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-10-12T18:51:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:27.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 166130 8.64 MB/sec execute 390 sec latency 135.581 ms 2023-10-12T18:51:28.904 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:28 smithi184 ceph-mon[108348]: pgmap v214: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.3 MiB/s wr, 434 op/s 2023-10-12T18:51:28.905 INFO:teuthology.orchestra.run.smithi184.stdout: 5 166394 8.63 MB/sec execute 391 sec latency 143.318 ms 2023-10-12T18:51:29.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:28 smithi194 ceph-mon[111052]: pgmap v214: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.3 MiB/s wr, 434 op/s 2023-10-12T18:51:29.905 INFO:teuthology.orchestra.run.smithi184.stdout: 5 166650 8.62 MB/sec execute 392 sec latency 131.237 ms 2023-10-12T18:51:30.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 166838 8.61 MB/sec execute 393 sec latency 210.298 ms 2023-10-12T18:51:30.954 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:30 smithi184 ceph-mon[108348]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 276 op/s 2023-10-12T18:51:31.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:30 smithi194 ceph-mon[111052]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 276 op/s 2023-10-12T18:51:31.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 167102 8.61 MB/sec execute 394 sec latency 151.898 ms 2023-10-12T18:51:32.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 167364 8.60 MB/sec execute 395 sec latency 137.172 ms 2023-10-12T18:51:32.999 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:32 smithi184 ceph-mon[108348]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 276 op/s 2023-10-12T18:51:33.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:32 smithi194 ceph-mon[111052]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 276 op/s 2023-10-12T18:51:33.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 167679 8.62 MB/sec execute 396 sec latency 129.913 ms 2023-10-12T18:51:34.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 167940 8.61 MB/sec execute 397 sec latency 103.313 ms 2023-10-12T18:51:35.066 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:34 smithi184 ceph-mon[108348]: pgmap v217: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-10-12T18:51:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:34 smithi194 ceph-mon[111052]: pgmap v217: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-10-12T18:51:35.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 168170 8.61 MB/sec execute 398 sec latency 122.893 ms 2023-10-12T18:51:36.906 INFO:teuthology.orchestra.run.smithi184.stdout: 5 168379 8.60 MB/sec execute 399 sec latency 124.060 ms 2023-10-12T18:51:37.098 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:36 smithi184 ceph-mon[108348]: pgmap v218: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 274 op/s 2023-10-12T18:51:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:36 smithi194 ceph-mon[111052]: pgmap v218: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 274 op/s 2023-10-12T18:51:37.912 INFO:teuthology.orchestra.run.smithi184.stdout: 5 168616 8.59 MB/sec execute 400 sec latency 128.083 ms 2023-10-12T18:51:38.912 INFO:teuthology.orchestra.run.smithi184.stdout: 5 168872 8.58 MB/sec execute 401 sec latency 137.191 ms 2023-10-12T18:51:39.122 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:38 smithi184 ceph-mon[108348]: pgmap v219: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-10-12T18:51:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:38 smithi194 ceph-mon[111052]: pgmap v219: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 434 op/s 2023-10-12T18:51:39.913 INFO:teuthology.orchestra.run.smithi184.stdout: 5 169107 8.57 MB/sec execute 402 sec latency 127.252 ms 2023-10-12T18:51:40.913 INFO:teuthology.orchestra.run.smithi184.stdout: 5 169397 8.57 MB/sec execute 403 sec latency 149.126 ms 2023-10-12T18:51:40.946 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:40 smithi184 ceph-mon[108348]: pgmap v220: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-10-12T18:51:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:40 smithi194 ceph-mon[111052]: pgmap v220: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-10-12T18:51:41.913 INFO:teuthology.orchestra.run.smithi184.stdout: 5 169644 8.56 MB/sec execute 404 sec latency 129.848 ms 2023-10-12T18:51:41.984 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:42.913 INFO:teuthology.orchestra.run.smithi184.stdout: 5 169910 8.56 MB/sec execute 405 sec latency 126.999 ms 2023-10-12T18:51:42.996 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:42 smithi184 ceph-mon[108348]: pgmap v221: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-10-12T18:51:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:42 smithi194 ceph-mon[111052]: pgmap v221: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.2 MiB/s wr, 297 op/s 2023-10-12T18:51:43.913 INFO:teuthology.orchestra.run.smithi184.stdout: 5 170165 8.55 MB/sec execute 406 sec latency 169.868 ms 2023-10-12T18:51:44.914 INFO:teuthology.orchestra.run.smithi184.stdout: 5 170500 8.55 MB/sec execute 407 sec latency 121.210 ms 2023-10-12T18:51:45.073 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:44 smithi184 ceph-mon[108348]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-10-12T18:51:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:44 smithi194 ceph-mon[111052]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-10-12T18:51:45.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 170809 8.56 MB/sec execute 408 sec latency 126.943 ms 2023-10-12T18:51:46.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 171183 8.58 MB/sec execute 409 sec latency 129.377 ms 2023-10-12T18:51:47.110 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:46 smithi184 ceph-mon[108348]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-10-12T18:51:47.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:46 smithi194 ceph-mon[111052]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-10-12T18:51:47.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 171515 8.58 MB/sec execute 410 sec latency 129.803 ms 2023-10-12T18:51:48.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 171815 8.57 MB/sec execute 411 sec latency 138.073 ms 2023-10-12T18:51:49.135 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:48 smithi184 ceph-mon[108348]: pgmap v224: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-10-12T18:51:49.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:48 smithi194 ceph-mon[111052]: pgmap v224: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-10-12T18:51:49.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 172055 8.56 MB/sec execute 412 sec latency 117.692 ms 2023-10-12T18:51:50.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 172346 8.56 MB/sec execute 413 sec latency 120.074 ms 2023-10-12T18:51:51.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:51 smithi184 ceph-mon[108348]: pgmap v225: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-10-12T18:51:51.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:51 smithi194 ceph-mon[111052]: pgmap v225: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-10-12T18:51:51.922 INFO:teuthology.orchestra.run.smithi184.stdout: 5 172610 8.55 MB/sec execute 414 sec latency 127.104 ms 2023-10-12T18:51:52.923 INFO:teuthology.orchestra.run.smithi184.stdout: 5 172962 8.55 MB/sec execute 415 sec latency 133.707 ms 2023-10-12T18:51:53.256 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:53 smithi184 ceph-mon[108348]: pgmap v226: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-10-12T18:51:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:53 smithi194 ceph-mon[111052]: pgmap v226: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-10-12T18:51:53.923 INFO:teuthology.orchestra.run.smithi184.stdout: 5 173336 8.55 MB/sec execute 416 sec latency 143.546 ms 2023-10-12T18:51:54.923 INFO:teuthology.orchestra.run.smithi184.stdout: 5 173646 8.55 MB/sec execute 417 sec latency 144.398 ms 2023-10-12T18:51:55.067 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:55 smithi184 ceph-mon[108348]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-10-12T18:51:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:55 smithi194 ceph-mon[111052]: pgmap v227: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-10-12T18:51:55.924 INFO:teuthology.orchestra.run.smithi184.stdout: 5 173989 8.56 MB/sec execute 418 sec latency 117.626 ms 2023-10-12T18:51:56.924 INFO:teuthology.orchestra.run.smithi184.stdout: 5 174342 8.57 MB/sec execute 419 sec latency 118.254 ms 2023-10-12T18:51:57.110 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:57 smithi184 ceph-mon[108348]: pgmap v228: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 364 op/s 2023-10-12T18:51:57.110 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:57 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:57.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:57 smithi194 ceph-mon[111052]: pgmap v228: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 364 op/s 2023-10-12T18:51:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:57 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:51:57.924 INFO:teuthology.orchestra.run.smithi184.stdout: 5 174591 8.56 MB/sec execute 420 sec latency 129.238 ms 2023-10-12T18:51:58.924 INFO:teuthology.orchestra.run.smithi184.stdout: 5 174914 8.57 MB/sec execute 421 sec latency 150.625 ms 2023-10-12T18:51:59.153 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:51:59 smithi184 ceph-mon[108348]: pgmap v229: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-10-12T18:51:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:51:59 smithi194 ceph-mon[111052]: pgmap v229: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 559 op/s 2023-10-12T18:51:59.924 INFO:teuthology.orchestra.run.smithi184.stdout: 5 175140 8.56 MB/sec execute 422 sec latency 124.989 ms 2023-10-12T18:52:00.925 INFO:teuthology.orchestra.run.smithi184.stdout: 5 175411 8.56 MB/sec execute 423 sec latency 119.037 ms 2023-10-12T18:52:01.211 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:01 smithi184 ceph-mon[108348]: pgmap v230: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 378 op/s 2023-10-12T18:52:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:01 smithi194 ceph-mon[111052]: pgmap v230: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 378 op/s 2023-10-12T18:52:01.925 INFO:teuthology.orchestra.run.smithi184.stdout: 5 175687 8.55 MB/sec execute 424 sec latency 121.173 ms 2023-10-12T18:52:02.925 INFO:teuthology.orchestra.run.smithi184.stdout: 5 175935 8.54 MB/sec execute 425 sec latency 137.708 ms 2023-10-12T18:52:03.278 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:03 smithi184 ceph-mon[108348]: pgmap v231: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 378 op/s 2023-10-12T18:52:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:03 smithi194 ceph-mon[111052]: pgmap v231: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 378 op/s 2023-10-12T18:52:03.925 INFO:teuthology.orchestra.run.smithi184.stdout: 5 176267 8.54 MB/sec execute 426 sec latency 170.144 ms 2023-10-12T18:52:04.934 INFO:teuthology.orchestra.run.smithi184.stdout: 5 176528 8.54 MB/sec execute 427 sec latency 201.559 ms 2023-10-12T18:52:05.067 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:05 smithi184 ceph-mon[108348]: pgmap v232: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-10-12T18:52:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:05 smithi194 ceph-mon[111052]: pgmap v232: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-10-12T18:52:05.934 INFO:teuthology.orchestra.run.smithi184.stdout: 5 176789 8.53 MB/sec execute 428 sec latency 123.150 ms 2023-10-12T18:52:06.939 INFO:teuthology.orchestra.run.smithi184.stdout: 5 177122 8.54 MB/sec execute 429 sec latency 168.103 ms 2023-10-12T18:52:07.095 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:07 smithi184 ceph-mon[108348]: pgmap v233: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-10-12T18:52:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:07 smithi194 ceph-mon[111052]: pgmap v233: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-10-12T18:52:07.940 INFO:teuthology.orchestra.run.smithi184.stdout: 5 177496 8.55 MB/sec execute 430 sec latency 126.847 ms 2023-10-12T18:52:08.939 INFO:teuthology.orchestra.run.smithi184.stdout: 5 177856 8.55 MB/sec execute 431 sec latency 134.840 ms 2023-10-12T18:52:09.130 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:09 smithi184 ceph-mon[108348]: pgmap v234: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 538 op/s 2023-10-12T18:52:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:09 smithi194 ceph-mon[111052]: pgmap v234: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 538 op/s 2023-10-12T18:52:09.939 INFO:teuthology.orchestra.run.smithi184.stdout: 5 178139 8.55 MB/sec execute 432 sec latency 140.869 ms 2023-10-12T18:52:10.940 INFO:teuthology.orchestra.run.smithi184.stdout: 5 178348 8.54 MB/sec execute 433 sec latency 124.761 ms 2023-10-12T18:52:11.231 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:11 smithi184 ceph-mon[108348]: pgmap v235: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-12T18:52:11.231 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:11.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:11 smithi194 ceph-mon[111052]: pgmap v235: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-12T18:52:11.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:11.943 INFO:teuthology.orchestra.run.smithi184.stdout: 5 178528 8.52 MB/sec execute 434 sec latency 129.116 ms 2023-10-12T18:52:12.944 INFO:teuthology.orchestra.run.smithi184.stdout: 5 178765 8.52 MB/sec execute 435 sec latency 134.068 ms 2023-10-12T18:52:13.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:13 smithi184 ceph-mon[108348]: pgmap v236: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-12T18:52:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:13 smithi194 ceph-mon[111052]: pgmap v236: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-10-12T18:52:13.945 INFO:teuthology.orchestra.run.smithi184.stdout: 5 179003 8.51 MB/sec execute 436 sec latency 128.906 ms 2023-10-12T18:52:14.944 INFO:teuthology.orchestra.run.smithi184.stdout: 5 179294 8.51 MB/sec execute 437 sec latency 217.744 ms 2023-10-12T18:52:15.311 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:15 smithi184 ceph-mon[108348]: pgmap v237: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-10-12T18:52:15.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:15 smithi194 ceph-mon[111052]: pgmap v237: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-10-12T18:52:15.944 INFO:teuthology.orchestra.run.smithi184.stdout: 5 179633 8.51 MB/sec execute 438 sec latency 131.376 ms 2023-10-12T18:52:16.947 INFO:teuthology.orchestra.run.smithi184.stdout: 5 180001 8.52 MB/sec execute 439 sec latency 123.499 ms 2023-10-12T18:52:17.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:17 smithi184 ceph-mon[108348]: pgmap v238: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-10-12T18:52:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:17 smithi194 ceph-mon[111052]: pgmap v238: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-10-12T18:52:17.947 INFO:teuthology.orchestra.run.smithi184.stdout: 5 180335 8.51 MB/sec execute 440 sec latency 162.586 ms 2023-10-12T18:52:18.947 INFO:teuthology.orchestra.run.smithi184.stdout: 5 180634 8.52 MB/sec execute 441 sec latency 129.706 ms 2023-10-12T18:52:19.167 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:19 smithi184 ceph-mon[108348]: pgmap v239: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-10-12T18:52:19.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:19 smithi194 ceph-mon[111052]: pgmap v239: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 521 op/s 2023-10-12T18:52:19.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 180877 8.51 MB/sec execute 442 sec latency 101.068 ms 2023-10-12T18:52:20.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 181137 8.52 MB/sec execute 443 sec latency 138.541 ms 2023-10-12T18:52:21.224 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:21 smithi184 ceph-mon[108348]: pgmap v240: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-10-12T18:52:21.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:21 smithi194 ceph-mon[111052]: pgmap v240: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-10-12T18:52:21.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 181405 8.52 MB/sec execute 444 sec latency 131.169 ms 2023-10-12T18:52:22.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 181635 8.52 MB/sec execute 445 sec latency 122.991 ms 2023-10-12T18:52:23.177 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:23 smithi184 ceph-mon[108348]: pgmap v241: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-10-12T18:52:23.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:23 smithi194 ceph-mon[111052]: pgmap v241: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-10-12T18:52:23.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 181860 8.50 MB/sec execute 446 sec latency 134.657 ms 2023-10-12T18:52:24.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 182228 8.50 MB/sec execute 447 sec latency 127.453 ms 2023-10-12T18:52:25.216 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:25 smithi184 ceph-mon[108348]: pgmap v242: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2023-10-12T18:52:25.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:25 smithi194 ceph-mon[111052]: pgmap v242: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2023-10-12T18:52:25.950 INFO:teuthology.orchestra.run.smithi184.stdout: 5 182503 8.49 MB/sec execute 448 sec latency 137.389 ms 2023-10-12T18:52:26.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 182843 8.50 MB/sec execute 449 sec latency 121.322 ms 2023-10-12T18:52:27.023 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:26 smithi184 ceph-mon[108348]: pgmap v243: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-12T18:52:27.023 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:27.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:26 smithi194 ceph-mon[111052]: pgmap v243: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-10-12T18:52:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:27.955 INFO:teuthology.orchestra.run.smithi184.stdout: 5 183142 8.50 MB/sec execute 450 sec latency 123.848 ms 2023-10-12T18:52:28.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 183571 8.50 MB/sec execute 451 sec latency 89.531 ms 2023-10-12T18:52:29.056 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:28 smithi184 ceph-mon[108348]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-10-12T18:52:29.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:28 smithi194 ceph-mon[111052]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-10-12T18:52:29.962 INFO:teuthology.orchestra.run.smithi184.stdout: 5 183881 8.50 MB/sec execute 452 sec latency 132.976 ms 2023-10-12T18:52:30.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:30 smithi184 ceph-mon[108348]: pgmap v245: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-10-12T18:52:30.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 184216 8.51 MB/sec execute 453 sec latency 133.092 ms 2023-10-12T18:52:31.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:30 smithi194 ceph-mon[111052]: pgmap v245: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-10-12T18:52:31.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 184557 8.51 MB/sec execute 454 sec latency 126.353 ms 2023-10-12T18:52:32.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 184825 8.52 MB/sec execute 455 sec latency 129.771 ms 2023-10-12T18:52:33.122 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:32 smithi184 ceph-mon[108348]: pgmap v246: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-10-12T18:52:33.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:32 smithi194 ceph-mon[111052]: pgmap v246: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-10-12T18:52:33.969 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185111 8.51 MB/sec execute 456 sec latency 126.702 ms 2023-10-12T18:52:34.921 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:34 smithi184 ceph-mon[108348]: pgmap v247: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 545 op/s 2023-10-12T18:52:34.976 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185286 8.50 MB/sec execute 457 sec latency 123.623 ms 2023-10-12T18:52:35.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:34 smithi194 ceph-mon[111052]: pgmap v247: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 545 op/s 2023-10-12T18:52:35.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185437 8.49 MB/sec execute 458 sec latency 163.420 ms 2023-10-12T18:52:36.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185568 8.48 MB/sec execute 459 sec latency 155.280 ms 2023-10-12T18:52:36.999 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:36 smithi184 ceph-mon[108348]: pgmap v248: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-10-12T18:52:37.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:36 smithi194 ceph-mon[111052]: pgmap v248: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 379 op/s 2023-10-12T18:52:37.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 185822 8.48 MB/sec execute 460 sec latency 123.651 ms 2023-10-12T18:52:38.983 INFO:teuthology.orchestra.run.smithi184.stdout: 5 186041 8.47 MB/sec execute 461 sec latency 118.852 ms 2023-10-12T18:52:39.090 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:38 smithi184 ceph-mon[108348]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-10-12T18:52:39.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:38 smithi194 ceph-mon[111052]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-10-12T18:52:39.990 INFO:teuthology.orchestra.run.smithi184.stdout: 5 186277 8.46 MB/sec execute 462 sec latency 129.575 ms 2023-10-12T18:52:41.003 INFO:teuthology.orchestra.run.smithi184.stdout: 5 186533 8.46 MB/sec execute 463 sec latency 130.145 ms 2023-10-12T18:52:41.133 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:40 smithi184 ceph-mon[108348]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-12T18:52:41.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:40 smithi194 ceph-mon[111052]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-12T18:52:42.013 INFO:teuthology.orchestra.run.smithi184.stdout: 5 186746 8.45 MB/sec execute 464 sec latency 131.167 ms 2023-10-12T18:52:42.173 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:42.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:42 smithi184 ceph-mon[108348]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-12T18:52:43.018 INFO:teuthology.orchestra.run.smithi184.stdout: 5 187020 8.44 MB/sec execute 465 sec latency 123.410 ms 2023-10-12T18:52:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:42 smithi194 ceph-mon[111052]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 327 op/s 2023-10-12T18:52:44.034 INFO:teuthology.orchestra.run.smithi184.stdout: 5 187308 8.44 MB/sec execute 466 sec latency 108.422 ms 2023-10-12T18:52:44.970 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:44 smithi184 ceph-mon[108348]: pgmap v252: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-10-12T18:52:45.041 INFO:teuthology.orchestra.run.smithi184.stdout: 5 187672 8.45 MB/sec execute 467 sec latency 121.297 ms 2023-10-12T18:52:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:44 smithi194 ceph-mon[111052]: pgmap v252: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-10-12T18:52:46.042 INFO:teuthology.orchestra.run.smithi184.stdout: 5 187924 8.45 MB/sec execute 468 sec latency 131.600 ms 2023-10-12T18:52:47.039 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:46 smithi184 ceph-mon[108348]: pgmap v253: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.5 MiB/s wr, 279 op/s 2023-10-12T18:52:47.042 INFO:teuthology.orchestra.run.smithi184.stdout: 5 188287 8.46 MB/sec execute 469 sec latency 129.710 ms 2023-10-12T18:52:47.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:46 smithi194 ceph-mon[111052]: pgmap v253: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.5 MiB/s wr, 279 op/s 2023-10-12T18:52:48.045 INFO:teuthology.orchestra.run.smithi184.stdout: 5 188549 8.46 MB/sec execute 470 sec latency 126.030 ms 2023-10-12T18:52:49.045 INFO:teuthology.orchestra.run.smithi184.stdout: 5 188785 8.45 MB/sec execute 471 sec latency 129.626 ms 2023-10-12T18:52:49.073 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:48 smithi184 ceph-mon[108348]: pgmap v254: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-10-12T18:52:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:48 smithi194 ceph-mon[111052]: pgmap v254: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-10-12T18:52:50.045 INFO:teuthology.orchestra.run.smithi184.stdout: 5 189047 8.44 MB/sec execute 472 sec latency 129.776 ms 2023-10-12T18:52:51.052 INFO:teuthology.orchestra.run.smithi184.stdout: 5 189275 8.43 MB/sec execute 473 sec latency 138.833 ms 2023-10-12T18:52:51.117 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:50 smithi184 ceph-mon[108348]: pgmap v255: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-10-12T18:52:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:50 smithi194 ceph-mon[111052]: pgmap v255: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-10-12T18:52:52.052 INFO:teuthology.orchestra.run.smithi184.stdout: 5 189544 8.43 MB/sec execute 474 sec latency 125.147 ms 2023-10-12T18:52:53.052 INFO:teuthology.orchestra.run.smithi184.stdout: 5 189896 8.43 MB/sec execute 475 sec latency 99.930 ms 2023-10-12T18:52:53.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:53 smithi184 ceph-mon[108348]: pgmap v256: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-10-12T18:52:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:53 smithi194 ceph-mon[111052]: pgmap v256: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-10-12T18:52:54.052 INFO:teuthology.orchestra.run.smithi184.stdout: 5 190199 8.43 MB/sec execute 476 sec latency 125.702 ms 2023-10-12T18:52:55.052 INFO:teuthology.orchestra.run.smithi184.stdout: 5 190519 8.43 MB/sec execute 477 sec latency 164.318 ms 2023-10-12T18:52:55.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:55 smithi184 ceph-mon[108348]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-10-12T18:52:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:55 smithi194 ceph-mon[111052]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-10-12T18:52:56.052 INFO:teuthology.orchestra.run.smithi184.stdout: 5 190813 8.43 MB/sec execute 478 sec latency 129.784 ms 2023-10-12T18:52:57.055 INFO:teuthology.orchestra.run.smithi184.stdout: 5 191161 8.44 MB/sec execute 479 sec latency 129.897 ms 2023-10-12T18:52:57.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:57 smithi184 ceph-mon[108348]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-10-12T18:52:57.269 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:57 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:57.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:57 smithi194 ceph-mon[111052]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-10-12T18:52:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:57 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:52:58.054 INFO:teuthology.orchestra.run.smithi184.stdout: 5 191474 8.44 MB/sec execute 480 sec latency 131.580 ms 2023-10-12T18:52:59.055 INFO:teuthology.orchestra.run.smithi184.stdout: 5 191744 8.44 MB/sec execute 481 sec latency 127.247 ms 2023-10-12T18:52:59.076 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:52:59 smithi184 ceph-mon[108348]: pgmap v259: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-10-12T18:52:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:52:59 smithi194 ceph-mon[111052]: pgmap v259: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-10-12T18:53:00.055 INFO:teuthology.orchestra.run.smithi184.stdout: 5 192014 8.44 MB/sec execute 482 sec latency 135.402 ms 2023-10-12T18:53:01.055 INFO:teuthology.orchestra.run.smithi184.stdout: 5 192268 8.44 MB/sec execute 483 sec latency 129.689 ms 2023-10-12T18:53:01.132 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:01 smithi184 ceph-mon[108348]: pgmap v260: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-10-12T18:53:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:01 smithi194 ceph-mon[111052]: pgmap v260: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-10-12T18:53:02.055 INFO:teuthology.orchestra.run.smithi184.stdout: 5 192542 8.43 MB/sec execute 484 sec latency 131.558 ms 2023-10-12T18:53:03.063 INFO:teuthology.orchestra.run.smithi184.stdout: 5 192771 8.42 MB/sec execute 485 sec latency 153.428 ms 2023-10-12T18:53:03.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:03 smithi184 ceph-mon[108348]: pgmap v261: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-10-12T18:53:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:03 smithi194 ceph-mon[111052]: pgmap v261: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-10-12T18:53:04.073 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193001 8.41 MB/sec execute 486 sec latency 142.439 ms 2023-10-12T18:53:05.080 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193268 8.41 MB/sec execute 487 sec latency 126.684 ms 2023-10-12T18:53:05.214 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:05 smithi184 ceph-mon[108348]: pgmap v262: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-10-12T18:53:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:05 smithi194 ceph-mon[111052]: pgmap v262: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-10-12T18:53:06.080 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193588 8.40 MB/sec execute 488 sec latency 119.732 ms 2023-10-12T18:53:07.086 INFO:teuthology.orchestra.run.smithi184.stdout: 5 193846 8.40 MB/sec execute 489 sec latency 133.537 ms 2023-10-12T18:53:07.257 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:07 smithi184 ceph-mon[108348]: pgmap v263: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-10-12T18:53:07.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:07 smithi194 ceph-mon[111052]: pgmap v263: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-10-12T18:53:08.083 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194074 8.40 MB/sec execute 490 sec latency 152.624 ms 2023-10-12T18:53:09.093 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194273 8.39 MB/sec execute 491 sec latency 139.395 ms 2023-10-12T18:53:09.322 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:09 smithi184 ceph-mon[108348]: pgmap v264: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-10-12T18:53:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:09 smithi194 ceph-mon[111052]: pgmap v264: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-10-12T18:53:10.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194511 8.39 MB/sec execute 492 sec latency 189.466 ms 2023-10-12T18:53:11.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194767 8.39 MB/sec execute 493 sec latency 200.525 ms 2023-10-12T18:53:11.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:11 smithi184 ceph-mon[108348]: pgmap v265: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-10-12T18:53:11.139 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:11 smithi194 ceph-mon[111052]: pgmap v265: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-10-12T18:53:11.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:12.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 194928 8.39 MB/sec execute 494 sec latency 171.212 ms 2023-10-12T18:53:13.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 195183 8.39 MB/sec execute 495 sec latency 142.787 ms 2023-10-12T18:53:13.224 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:13 smithi184 ceph-mon[108348]: pgmap v266: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-10-12T18:53:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:13 smithi194 ceph-mon[111052]: pgmap v266: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 327 op/s 2023-10-12T18:53:14.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 195440 8.39 MB/sec execute 496 sec latency 175.977 ms 2023-10-12T18:53:15.096 INFO:teuthology.orchestra.run.smithi184.stdout: 5 195610 8.38 MB/sec execute 497 sec latency 201.086 ms 2023-10-12T18:53:15.306 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:15 smithi184 ceph-mon[108348]: pgmap v267: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 453 op/s 2023-10-12T18:53:15.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:15 smithi194 ceph-mon[111052]: pgmap v267: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 453 op/s 2023-10-12T18:53:16.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 195775 8.37 MB/sec execute 498 sec latency 179.076 ms 2023-10-12T18:53:17.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 196052 8.37 MB/sec execute 499 sec latency 132.472 ms 2023-10-12T18:53:17.097 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:17 smithi184 ceph-mon[108348]: pgmap v268: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-10-12T18:53:17.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:17 smithi194 ceph-mon[111052]: pgmap v268: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 281 op/s 2023-10-12T18:53:18.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 196434 8.36 MB/sec execute 500 sec latency 124.008 ms 2023-10-12T18:53:19.095 INFO:teuthology.orchestra.run.smithi184.stdout: 5 196718 8.35 MB/sec execute 501 sec latency 125.957 ms 2023-10-12T18:53:19.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:19 smithi184 ceph-mon[108348]: pgmap v269: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-10-12T18:53:19.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:19 smithi194 ceph-mon[111052]: pgmap v269: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-10-12T18:53:20.097 INFO:teuthology.orchestra.run.smithi184.stdout: 5 196994 8.35 MB/sec execute 502 sec latency 211.672 ms 2023-10-12T18:53:21.096 INFO:teuthology.orchestra.run.smithi184.stdout: 5 197374 8.37 MB/sec execute 503 sec latency 126.799 ms 2023-10-12T18:53:21.209 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:21 smithi184 ceph-mon[108348]: pgmap v270: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-10-12T18:53:21.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:21 smithi194 ceph-mon[111052]: pgmap v270: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-10-12T18:53:22.096 INFO:teuthology.orchestra.run.smithi184.stdout: 5 197822 8.37 MB/sec execute 504 sec latency 128.580 ms 2023-10-12T18:53:23.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 198143 8.37 MB/sec execute 505 sec latency 122.696 ms 2023-10-12T18:53:23.253 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:23 smithi184 ceph-mon[108348]: pgmap v271: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-10-12T18:53:23.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:23 smithi194 ceph-mon[111052]: pgmap v271: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.0 MiB/s wr, 267 op/s 2023-10-12T18:53:24.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 198432 8.37 MB/sec execute 506 sec latency 126.827 ms 2023-10-12T18:53:25.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 198757 8.38 MB/sec execute 507 sec latency 120.947 ms 2023-10-12T18:53:25.312 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:25 smithi184 ceph-mon[108348]: pgmap v272: 97 pgs: 97 active+clean; 340 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-10-12T18:53:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:25 smithi194 ceph-mon[111052]: pgmap v272: 97 pgs: 97 active+clean; 340 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-10-12T18:53:26.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 199023 8.38 MB/sec execute 508 sec latency 136.657 ms 2023-10-12T18:53:27.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 199243 8.37 MB/sec execute 509 sec latency 132.801 ms 2023-10-12T18:53:27.132 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:26 smithi184 ceph-mon[108348]: pgmap v273: 97 pgs: 97 active+clean; 340 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 350 op/s 2023-10-12T18:53:27.133 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:26 smithi194 ceph-mon[111052]: pgmap v273: 97 pgs: 97 active+clean; 340 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 350 op/s 2023-10-12T18:53:27.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:28.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 199493 8.37 MB/sec execute 510 sec latency 126.863 ms 2023-10-12T18:53:29.106 INFO:teuthology.orchestra.run.smithi184.stdout: 5 199774 8.36 MB/sec execute 511 sec latency 153.832 ms 2023-10-12T18:53:29.114 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:28 smithi184 ceph-mon[108348]: pgmap v274: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-10-12T18:53:29.152 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:28 smithi194 ceph-mon[111052]: pgmap v274: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 530 op/s 2023-10-12T18:53:30.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 200068 8.35 MB/sec execute 512 sec latency 135.478 ms 2023-10-12T18:53:31.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 200329 8.35 MB/sec execute 513 sec latency 179.655 ms 2023-10-12T18:53:31.158 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:30 smithi184 ceph-mon[108348]: pgmap v275: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-10-12T18:53:31.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:30 smithi194 ceph-mon[111052]: pgmap v275: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-10-12T18:53:32.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 200580 8.35 MB/sec execute 514 sec latency 204.013 ms 2023-10-12T18:53:32.988 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:32 smithi184 ceph-mon[108348]: pgmap v276: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-10-12T18:53:33.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 200955 8.36 MB/sec execute 515 sec latency 135.475 ms 2023-10-12T18:53:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:32 smithi194 ceph-mon[111052]: pgmap v276: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-10-12T18:53:34.113 INFO:teuthology.orchestra.run.smithi184.stdout: 5 201253 8.35 MB/sec execute 516 sec latency 136.430 ms 2023-10-12T18:53:35.022 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:34 smithi184 ceph-mon[108348]: pgmap v277: 97 pgs: 97 active+clean; 341 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 567 op/s 2023-10-12T18:53:35.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 201575 8.35 MB/sec execute 517 sec latency 149.698 ms 2023-10-12T18:53:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:34 smithi194 ceph-mon[111052]: pgmap v277: 97 pgs: 97 active+clean; 341 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 567 op/s 2023-10-12T18:53:36.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 201804 8.35 MB/sec execute 518 sec latency 141.721 ms 2023-10-12T18:53:37.078 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:36 smithi184 ceph-mon[108348]: pgmap v278: 97 pgs: 97 active+clean; 341 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:53:37.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 202100 8.36 MB/sec execute 519 sec latency 145.977 ms 2023-10-12T18:53:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:36 smithi194 ceph-mon[111052]: pgmap v278: 97 pgs: 97 active+clean; 341 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 357 op/s 2023-10-12T18:53:38.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 202357 8.36 MB/sec execute 520 sec latency 148.314 ms 2023-10-12T18:53:39.112 INFO:teuthology.orchestra.run.smithi184.stdout: 5 202651 8.36 MB/sec execute 521 sec latency 137.869 ms 2023-10-12T18:53:39.133 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:38 smithi184 ceph-mon[108348]: pgmap v279: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-10-12T18:53:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:38 smithi194 ceph-mon[111052]: pgmap v279: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-10-12T18:53:40.115 INFO:teuthology.orchestra.run.smithi184.stdout: 5 202873 8.35 MB/sec execute 522 sec latency 128.010 ms 2023-10-12T18:53:41.115 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203084 8.34 MB/sec execute 523 sec latency 140.199 ms 2023-10-12T18:53:41.171 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:40 smithi184 ceph-mon[108348]: pgmap v280: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-10-12T18:53:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:40 smithi194 ceph-mon[111052]: pgmap v280: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-10-12T18:53:42.116 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203246 8.33 MB/sec execute 524 sec latency 126.690 ms 2023-10-12T18:53:42.240 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:42 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:43.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:42 smithi184 ceph-mon[108348]: pgmap v281: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-10-12T18:53:43.116 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203453 8.33 MB/sec execute 525 sec latency 142.873 ms 2023-10-12T18:53:43.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:43 smithi194 ceph-mon[111052]: pgmap v281: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-10-12T18:53:44.116 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203640 8.32 MB/sec execute 526 sec latency 188.974 ms 2023-10-12T18:53:45.115 INFO:teuthology.orchestra.run.smithi184.stdout: 5 203860 8.32 MB/sec execute 527 sec latency 144.552 ms 2023-10-12T18:53:45.123 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:45 smithi184 ceph-mon[108348]: pgmap v282: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-10-12T18:53:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:45 smithi194 ceph-mon[111052]: pgmap v282: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-10-12T18:53:46.117 INFO:teuthology.orchestra.run.smithi184.stdout: 5 204067 8.31 MB/sec execute 528 sec latency 173.396 ms 2023-10-12T18:53:47.127 INFO:teuthology.orchestra.run.smithi184.stdout: 5 204357 8.31 MB/sec execute 529 sec latency 127.050 ms 2023-10-12T18:53:47.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:47 smithi184 ceph-mon[108348]: pgmap v283: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-10-12T18:53:47.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:47 smithi194 ceph-mon[111052]: pgmap v283: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-10-12T18:53:48.131 INFO:teuthology.orchestra.run.smithi184.stdout: 5 204637 8.30 MB/sec execute 530 sec latency 129.780 ms 2023-10-12T18:53:49.131 INFO:teuthology.orchestra.run.smithi184.stdout: 5 204843 8.29 MB/sec execute 531 sec latency 129.819 ms 2023-10-12T18:53:49.218 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:49 smithi184 ceph-mon[108348]: pgmap v284: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-10-12T18:53:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:49 smithi194 ceph-mon[111052]: pgmap v284: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-10-12T18:53:50.131 INFO:teuthology.orchestra.run.smithi184.stdout: 5 205121 8.29 MB/sec execute 532 sec latency 91.658 ms 2023-10-12T18:53:51.131 INFO:teuthology.orchestra.run.smithi184.stdout: 5 205347 8.29 MB/sec execute 533 sec latency 250.995 ms 2023-10-12T18:53:51.276 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:51 smithi184 ceph-mon[108348]: pgmap v285: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 286 op/s 2023-10-12T18:53:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:51 smithi194 ceph-mon[111052]: pgmap v285: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 286 op/s 2023-10-12T18:53:52.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 205675 8.30 MB/sec execute 534 sec latency 130.290 ms 2023-10-12T18:53:53.063 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:53 smithi184 ceph-mon[108348]: pgmap v286: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 286 op/s 2023-10-12T18:53:53.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 205973 8.31 MB/sec execute 535 sec latency 164.983 ms 2023-10-12T18:53:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:53 smithi194 ceph-mon[111052]: pgmap v286: 97 pgs: 97 active+clean; 342 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 286 op/s 2023-10-12T18:53:54.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206214 8.30 MB/sec execute 536 sec latency 137.479 ms 2023-10-12T18:53:55.121 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:55 smithi184 ceph-mon[108348]: pgmap v287: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-10-12T18:53:55.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206411 8.30 MB/sec execute 537 sec latency 138.701 ms 2023-10-12T18:53:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:55 smithi194 ceph-mon[111052]: pgmap v287: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-10-12T18:53:56.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206586 8.29 MB/sec execute 538 sec latency 123.540 ms 2023-10-12T18:53:56.922 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:56 smithi184 ceph-mon[108348]: pgmap v288: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-10-12T18:53:56.922 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:57.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206753 8.28 MB/sec execute 539 sec latency 145.633 ms 2023-10-12T18:53:57.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:56 smithi194 ceph-mon[111052]: pgmap v288: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 296 op/s 2023-10-12T18:53:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:53:58.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 206954 8.27 MB/sec execute 540 sec latency 143.192 ms 2023-10-12T18:53:58.984 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:53:58 smithi184 ceph-mon[108348]: pgmap v289: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-10-12T18:53:59.133 INFO:teuthology.orchestra.run.smithi184.stdout: 5 207209 8.27 MB/sec execute 541 sec latency 152.923 ms 2023-10-12T18:53:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:53:58 smithi194 ceph-mon[111052]: pgmap v289: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-10-12T18:54:00.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 207463 8.27 MB/sec execute 542 sec latency 134.682 ms 2023-10-12T18:54:01.044 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:00 smithi184 ceph-mon[108348]: pgmap v290: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 286 op/s 2023-10-12T18:54:01.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 207783 8.27 MB/sec execute 543 sec latency 135.869 ms 2023-10-12T18:54:01.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:00 smithi194 ceph-mon[111052]: pgmap v290: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 286 op/s 2023-10-12T18:54:02.142 INFO:teuthology.orchestra.run.smithi184.stdout: 5 208071 8.26 MB/sec execute 544 sec latency 129.775 ms 2023-10-12T18:54:03.097 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:02 smithi184 ceph-mon[108348]: pgmap v291: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 286 op/s 2023-10-12T18:54:03.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 208326 8.25 MB/sec execute 545 sec latency 129.382 ms 2023-10-12T18:54:03.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:02 smithi194 ceph-mon[111052]: pgmap v291: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.2 MiB/s wr, 286 op/s 2023-10-12T18:54:04.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 208642 8.25 MB/sec execute 546 sec latency 123.801 ms 2023-10-12T18:54:05.140 INFO:teuthology.orchestra.run.smithi184.stdout: 5 208889 8.25 MB/sec execute 547 sec latency 133.135 ms 2023-10-12T18:54:05.143 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:04 smithi184 ceph-mon[108348]: pgmap v292: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-10-12T18:54:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:04 smithi194 ceph-mon[111052]: pgmap v292: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-10-12T18:54:06.142 INFO:teuthology.orchestra.run.smithi184.stdout: 5 209175 8.26 MB/sec execute 548 sec latency 202.078 ms 2023-10-12T18:54:06.983 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:06 smithi184 ceph-mon[108348]: pgmap v293: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2023-10-12T18:54:07.142 INFO:teuthology.orchestra.run.smithi184.stdout: 5 209538 8.27 MB/sec execute 549 sec latency 133.941 ms 2023-10-12T18:54:07.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:06 smithi194 ceph-mon[111052]: pgmap v293: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2023-10-12T18:54:08.150 INFO:teuthology.orchestra.run.smithi184.stdout: 5 209772 8.27 MB/sec execute 550 sec latency 127.033 ms 2023-10-12T18:54:09.003 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:08 smithi184 ceph-mon[108348]: pgmap v294: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-10-12T18:54:09.150 INFO:teuthology.orchestra.run.smithi184.stdout: 5 209958 8.26 MB/sec execute 551 sec latency 135.556 ms 2023-10-12T18:54:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:08 smithi194 ceph-mon[111052]: pgmap v294: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-10-12T18:54:10.152 INFO:teuthology.orchestra.run.smithi184.stdout: 5 210264 8.25 MB/sec execute 552 sec latency 152.754 ms 2023-10-12T18:54:11.028 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:10 smithi184 ceph-mon[108348]: pgmap v295: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-10-12T18:54:11.152 INFO:teuthology.orchestra.run.smithi184.stdout: 5 210490 8.24 MB/sec execute 553 sec latency 139.293 ms 2023-10-12T18:54:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:10 smithi194 ceph-mon[111052]: pgmap v295: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-10-12T18:54:12.055 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:12.152 INFO:teuthology.orchestra.run.smithi184.stdout: 5 210759 8.25 MB/sec execute 554 sec latency 120.583 ms 2023-10-12T18:54:12.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:13.060 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:12 smithi184 ceph-mon[108348]: pgmap v296: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-10-12T18:54:13.152 INFO:teuthology.orchestra.run.smithi184.stdout: 5 211019 8.24 MB/sec execute 555 sec latency 153.268 ms 2023-10-12T18:54:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:12 smithi194 ceph-mon[111052]: pgmap v296: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-10-12T18:54:14.153 INFO:teuthology.orchestra.run.smithi184.stdout: 5 211395 8.25 MB/sec execute 556 sec latency 123.993 ms 2023-10-12T18:54:15.112 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:14 smithi184 ceph-mon[108348]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-10-12T18:54:15.153 INFO:teuthology.orchestra.run.smithi184.stdout: 5 211753 8.24 MB/sec execute 557 sec latency 126.483 ms 2023-10-12T18:54:15.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:14 smithi194 ceph-mon[111052]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-10-12T18:54:16.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 211999 8.23 MB/sec execute 558 sec latency 127.051 ms 2023-10-12T18:54:17.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 212226 8.23 MB/sec execute 559 sec latency 136.975 ms 2023-10-12T18:54:17.172 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:16 smithi184 ceph-mon[108348]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 333 op/s 2023-10-12T18:54:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:16 smithi194 ceph-mon[111052]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 333 op/s 2023-10-12T18:54:18.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 212565 8.25 MB/sec execute 560 sec latency 129.813 ms 2023-10-12T18:54:19.162 INFO:teuthology.orchestra.run.smithi184.stdout: 5 212923 8.25 MB/sec execute 561 sec latency 129.361 ms 2023-10-12T18:54:19.245 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:18 smithi184 ceph-mon[108348]: pgmap v299: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-10-12T18:54:19.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:18 smithi194 ceph-mon[111052]: pgmap v299: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-10-12T18:54:20.164 INFO:teuthology.orchestra.run.smithi184.stdout: 5 213155 8.25 MB/sec execute 562 sec latency 148.616 ms 2023-10-12T18:54:21.039 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:20 smithi184 ceph-mon[108348]: pgmap v300: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-10-12T18:54:21.164 INFO:teuthology.orchestra.run.smithi184.stdout: 5 213391 8.25 MB/sec execute 563 sec latency 127.338 ms 2023-10-12T18:54:21.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:20 smithi194 ceph-mon[111052]: pgmap v300: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2023-10-12T18:54:22.164 INFO:teuthology.orchestra.run.smithi184.stdout: 5 213730 8.24 MB/sec execute 564 sec latency 122.940 ms 2023-10-12T18:54:23.089 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:22 smithi184 ceph-mon[108348]: pgmap v301: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 341 op/s 2023-10-12T18:54:23.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 213944 8.23 MB/sec execute 565 sec latency 135.013 ms 2023-10-12T18:54:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:22 smithi194 ceph-mon[111052]: pgmap v301: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 341 op/s 2023-10-12T18:54:24.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 214183 8.23 MB/sec execute 566 sec latency 147.404 ms 2023-10-12T18:54:25.137 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:25 smithi184 ceph-mon[108348]: pgmap v302: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-10-12T18:54:25.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 214490 8.23 MB/sec execute 567 sec latency 201.504 ms 2023-10-12T18:54:25.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:25 smithi194 ceph-mon[111052]: pgmap v302: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-10-12T18:54:26.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 214766 8.23 MB/sec execute 568 sec latency 173.909 ms 2023-10-12T18:54:27.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215093 8.23 MB/sec execute 569 sec latency 121.135 ms 2023-10-12T18:54:27.181 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:27 smithi184 ceph-mon[108348]: pgmap v303: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-10-12T18:54:27.182 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:27 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:27 smithi194 ceph-mon[111052]: pgmap v303: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-10-12T18:54:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:27 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:28.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215302 8.22 MB/sec execute 570 sec latency 198.578 ms 2023-10-12T18:54:29.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215490 8.21 MB/sec execute 571 sec latency 135.537 ms 2023-10-12T18:54:29.249 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:29 smithi184 ceph-mon[108348]: pgmap v304: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-10-12T18:54:29.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:29 smithi194 ceph-mon[111052]: pgmap v304: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-10-12T18:54:30.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215752 8.21 MB/sec execute 572 sec latency 121.007 ms 2023-10-12T18:54:31.041 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:31 smithi184 ceph-mon[108348]: pgmap v305: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-10-12T18:54:31.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 215957 8.21 MB/sec execute 573 sec latency 189.871 ms 2023-10-12T18:54:31.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:31 smithi194 ceph-mon[111052]: pgmap v305: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-10-12T18:54:32.174 INFO:teuthology.orchestra.run.smithi184.stdout: 5 216181 8.21 MB/sec execute 574 sec latency 192.254 ms 2023-10-12T18:54:33.131 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:33 smithi184 ceph-mon[108348]: pgmap v306: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-10-12T18:54:33.178 INFO:teuthology.orchestra.run.smithi184.stdout: 5 216471 8.22 MB/sec execute 575 sec latency 121.377 ms 2023-10-12T18:54:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:33 smithi194 ceph-mon[111052]: pgmap v306: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 336 op/s 2023-10-12T18:54:34.185 INFO:teuthology.orchestra.run.smithi184.stdout: 5 216712 8.22 MB/sec execute 576 sec latency 130.529 ms 2023-10-12T18:54:35.183 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:35 smithi184 ceph-mon[108348]: pgmap v307: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 470 op/s 2023-10-12T18:54:35.185 INFO:teuthology.orchestra.run.smithi184.stdout: 5 216930 8.22 MB/sec execute 577 sec latency 132.848 ms 2023-10-12T18:54:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:35 smithi194 ceph-mon[111052]: pgmap v307: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 470 op/s 2023-10-12T18:54:36.185 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217153 8.21 MB/sec execute 578 sec latency 129.706 ms 2023-10-12T18:54:37.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217340 8.20 MB/sec execute 579 sec latency 154.335 ms 2023-10-12T18:54:37.245 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:37 smithi184 ceph-mon[108348]: pgmap v308: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-10-12T18:54:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:37 smithi194 ceph-mon[111052]: pgmap v308: 97 pgs: 97 active+clean; 347 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-10-12T18:54:38.187 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217563 8.19 MB/sec execute 580 sec latency 126.397 ms 2023-10-12T18:54:39.187 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217742 8.18 MB/sec execute 581 sec latency 142.627 ms 2023-10-12T18:54:39.351 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:39 smithi184 ceph-mon[108348]: pgmap v309: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-10-12T18:54:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:39 smithi194 ceph-mon[111052]: pgmap v309: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-10-12T18:54:40.187 INFO:teuthology.orchestra.run.smithi184.stdout: 5 217930 8.18 MB/sec execute 582 sec latency 123.149 ms 2023-10-12T18:54:41.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 218157 8.18 MB/sec execute 583 sec latency 198.258 ms 2023-10-12T18:54:41.348 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:41 smithi184 ceph-mon[108348]: pgmap v310: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-10-12T18:54:41.348 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:41 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:41 smithi194 ceph-mon[111052]: pgmap v310: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-10-12T18:54:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:41 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:42.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 218452 8.18 MB/sec execute 584 sec latency 123.512 ms 2023-10-12T18:54:43.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 218764 8.17 MB/sec execute 585 sec latency 126.649 ms 2023-10-12T18:54:43.293 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:43 smithi184 ceph-mon[108348]: pgmap v311: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-10-12T18:54:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:43 smithi194 ceph-mon[111052]: pgmap v311: 97 pgs: 97 active+clean; 348 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 270 op/s 2023-10-12T18:54:44.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 219150 8.16 MB/sec execute 586 sec latency 126.596 ms 2023-10-12T18:54:45.170 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:45 smithi184 ceph-mon[108348]: pgmap v312: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-10-12T18:54:45.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 219406 8.17 MB/sec execute 587 sec latency 127.649 ms 2023-10-12T18:54:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:45 smithi194 ceph-mon[111052]: pgmap v312: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-10-12T18:54:46.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 219669 8.17 MB/sec execute 588 sec latency 137.870 ms 2023-10-12T18:54:47.188 INFO:teuthology.orchestra.run.smithi184.stdout: 5 220081 8.19 MB/sec execute 589 sec latency 134.884 ms 2023-10-12T18:54:47.249 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:47 smithi184 ceph-mon[108348]: pgmap v313: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-10-12T18:54:47.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:47 smithi194 ceph-mon[111052]: pgmap v313: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.7 MiB/s wr, 281 op/s 2023-10-12T18:54:48.195 INFO:teuthology.orchestra.run.smithi184.stdout: 5 220366 8.19 MB/sec execute 590 sec latency 126.821 ms 2023-10-12T18:54:49.195 INFO:teuthology.orchestra.run.smithi184.stdout: 5 220604 8.19 MB/sec execute 591 sec latency 131.593 ms 2023-10-12T18:54:49.282 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:49 smithi184 ceph-mon[108348]: pgmap v314: 97 pgs: 97 active+clean; 347 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-10-12T18:54:49.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:49 smithi194 ceph-mon[111052]: pgmap v314: 97 pgs: 97 active+clean; 347 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 466 op/s 2023-10-12T18:54:50.195 INFO:teuthology.orchestra.run.smithi184.stdout: 5 220844 8.18 MB/sec execute 592 sec latency 141.670 ms 2023-10-12T18:54:51.195 INFO:teuthology.orchestra.run.smithi184.stdout: 5 221069 8.17 MB/sec execute 593 sec latency 129.026 ms 2023-10-12T18:54:51.329 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:51 smithi184 ceph-mon[108348]: pgmap v315: 97 pgs: 97 active+clean; 347 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-10-12T18:54:51.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:51 smithi194 ceph-mon[111052]: pgmap v315: 97 pgs: 97 active+clean; 347 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-10-12T18:54:52.195 INFO:teuthology.orchestra.run.smithi184.stdout: 5 221323 8.17 MB/sec execute 594 sec latency 114.707 ms 2023-10-12T18:54:53.203 INFO:teuthology.orchestra.run.smithi184.stdout: 5 221610 8.17 MB/sec execute 595 sec latency 135.960 ms 2023-10-12T18:54:53.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:53 smithi184 ceph-mon[108348]: pgmap v316: 97 pgs: 97 active+clean; 347 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-10-12T18:54:53.652 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:53 smithi194 ceph-mon[111052]: pgmap v316: 97 pgs: 97 active+clean; 347 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-10-12T18:54:54.213 INFO:teuthology.orchestra.run.smithi184.stdout: 5 221845 8.16 MB/sec execute 596 sec latency 130.977 ms 2023-10-12T18:54:55.212 INFO:teuthology.orchestra.run.smithi184.stdout: 5 222124 8.16 MB/sec execute 597 sec latency 120.734 ms 2023-10-12T18:54:55.396 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:55 smithi184 ceph-mon[108348]: pgmap v317: 97 pgs: 97 active+clean; 344 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-10-12T18:54:55.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:55 smithi194 ceph-mon[111052]: pgmap v317: 97 pgs: 97 active+clean; 344 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 492 op/s 2023-10-12T18:54:56.213 INFO:teuthology.orchestra.run.smithi184.stdout: 5 222367 8.15 MB/sec execute 598 sec latency 123.903 ms 2023-10-12T18:54:57.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:56 smithi184 ceph-mon[108348]: pgmap v318: 97 pgs: 97 active+clean; 344 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-10-12T18:54:57.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:57.212 INFO:teuthology.orchestra.run.smithi184.stdout: 5 222555 8.15 MB/sec execute 599 sec latency 126.397 ms 2023-10-12T18:54:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:56 smithi194 ceph-mon[111052]: pgmap v318: 97 pgs: 97 active+clean; 344 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-10-12T18:54:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:54:58.213 INFO:teuthology.orchestra.run.smithi184.stdout: 5 222829 8.15 MB/sec execute 600 sec latency 129.118 ms 2023-10-12T18:54:58.990 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:54:58 smithi184 ceph-mon[108348]: pgmap v319: 97 pgs: 97 active+clean; 339 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-10-12T18:54:59.213 INFO:teuthology.orchestra.run.smithi184.stdout: 5 cleanup 601 sec 2023-10-12T18:54:59.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:54:58 smithi194 ceph-mon[111052]: pgmap v319: 97 pgs: 97 active+clean; 339 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-10-12T18:55:00.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 602 sec 2023-10-12T18:55:01.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 603 sec 2023-10-12T18:55:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:00 smithi194 ceph-mon[111052]: pgmap v320: 97 pgs: 97 active+clean; 339 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-10-12T18:55:01.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:00 smithi184 ceph-mon[108348]: pgmap v320: 97 pgs: 97 active+clean; 339 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-10-12T18:55:02.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 604 sec 2023-10-12T18:55:03.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 605 sec 2023-10-12T18:55:03.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:02 smithi194 ceph-mon[111052]: pgmap v321: 97 pgs: 97 active+clean; 339 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-10-12T18:55:03.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:02 smithi184 ceph-mon[108348]: pgmap v321: 97 pgs: 97 active+clean; 339 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 309 op/s 2023-10-12T18:55:04.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 606 sec 2023-10-12T18:55:05.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 607 sec 2023-10-12T18:55:05.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:04 smithi194 ceph-mon[111052]: pgmap v322: 97 pgs: 97 active+clean; 276 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.7 MiB/s wr, 396 op/s 2023-10-12T18:55:05.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:04 smithi184 ceph-mon[108348]: pgmap v322: 97 pgs: 97 active+clean; 276 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 3.7 MiB/s wr, 396 op/s 2023-10-12T18:55:06.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 608 sec 2023-10-12T18:55:07.216 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 609 sec 2023-10-12T18:55:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:06 smithi194 ceph-mon[111052]: pgmap v323: 97 pgs: 97 active+clean; 276 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 MiB/s wr, 232 op/s 2023-10-12T18:55:07.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:06 smithi184 ceph-mon[108348]: pgmap v323: 97 pgs: 97 active+clean; 276 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.0 MiB/s wr, 232 op/s 2023-10-12T18:55:08.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 610 sec 2023-10-12T18:55:09.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 611 sec 2023-10-12T18:55:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:08 smithi194 ceph-mon[111052]: pgmap v324: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.0 MiB/s wr, 245 op/s 2023-10-12T18:55:09.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:08 smithi184 ceph-mon[108348]: pgmap v324: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.0 MiB/s wr, 245 op/s 2023-10-12T18:55:10.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 612 sec 2023-10-12T18:55:11.214 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 613 sec 2023-10-12T18:55:11.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:10 smithi194 ceph-mon[111052]: pgmap v325: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 883 KiB/s wr, 99 op/s 2023-10-12T18:55:11.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:10 smithi184 ceph-mon[108348]: pgmap v325: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 883 KiB/s wr, 99 op/s 2023-10-12T18:55:12.213 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 614 sec 2023-10-12T18:55:12.229 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:12.371 INFO:teuthology.orchestra.run.smithi184.stdout: 0 cleanup 614 sec 2023-10-12T18:55:12.371 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:55:12.371 INFO:teuthology.orchestra.run.smithi184.stdout: Operation Count AvgLat MaxLat 2023-10-12T18:55:12.371 INFO:teuthology.orchestra.run.smithi184.stdout: ---------------------------------------- 2023-10-12T18:55:12.372 INFO:teuthology.orchestra.run.smithi184.stdout: NTCreateX 157063 6.761 171.208 2023-10-12T18:55:12.372 INFO:teuthology.orchestra.run.smithi184.stdout: Close 115342 0.128 19.018 2023-10-12T18:55:12.372 INFO:teuthology.orchestra.run.smithi184.stdout: Rename 6651 11.146 217.734 2023-10-12T18:55:12.372 INFO:teuthology.orchestra.run.smithi184.stdout: Unlink 31737 6.798 106.883 2023-10-12T18:55:12.372 INFO:teuthology.orchestra.run.smithi184.stdout: Qpathinfo 142468 2.742 118.169 2023-10-12T18:55:12.373 INFO:teuthology.orchestra.run.smithi184.stdout: Qfileinfo 24851 0.097 19.519 2023-10-12T18:55:12.373 INFO:teuthology.orchestra.run.smithi184.stdout: Qfsinfo 26089 1.448 39.774 2023-10-12T18:55:12.373 INFO:teuthology.orchestra.run.smithi184.stdout: Sfileinfo 12793 10.257 88.805 2023-10-12T18:55:12.373 INFO:teuthology.orchestra.run.smithi184.stdout: Find 55013 5.022 145.730 2023-10-12T18:55:12.373 INFO:teuthology.orchestra.run.smithi184.stdout: WriteX 77583 10.237 483.841 2023-10-12T18:55:12.374 INFO:teuthology.orchestra.run.smithi184.stdout: ReadX 246557 0.010 8.730 2023-10-12T18:55:12.374 INFO:teuthology.orchestra.run.smithi184.stdout: LockX 514 0.376 5.035 2023-10-12T18:55:12.374 INFO:teuthology.orchestra.run.smithi184.stdout: UnlockX 514 0.347 7.057 2023-10-12T18:55:12.374 INFO:teuthology.orchestra.run.smithi184.stdout: Flush 11003 0.002 0.018 2023-10-12T18:55:12.374 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:55:12.375 INFO:teuthology.orchestra.run.smithi184.stdout:Throughput 8.14709 MB/sec 5 clients 5 procs max_latency=483.845 ms 2023-10-12T18:55:12.376 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-10-12T18:55:12.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:12 smithi194 ceph-mon[111052]: pgmap v326: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 883 KiB/s wr, 99 op/s 2023-10-12T18:55:13.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:12 smithi184 ceph-mon[108348]: pgmap v326: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 883 KiB/s wr, 99 op/s 2023-10-12T18:55:15.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:14 smithi194 ceph-mon[111052]: pgmap v327: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 883 KiB/s wr, 99 op/s 2023-10-12T18:55:15.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:14 smithi184 ceph-mon[108348]: pgmap v327: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 883 KiB/s wr, 99 op/s 2023-10-12T18:55:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:16 smithi194 ceph-mon[111052]: pgmap v328: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 21 KiB/s wr, 12 op/s 2023-10-12T18:55:17.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:16 smithi184 ceph-mon[108348]: pgmap v328: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 21 KiB/s wr, 12 op/s 2023-10-12T18:55:19.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:18 smithi194 ceph-mon[111052]: pgmap v329: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 25 KiB/s wr, 13 op/s 2023-10-12T18:55:19.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:18 smithi184 ceph-mon[108348]: pgmap v329: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 25 KiB/s wr, 13 op/s 2023-10-12T18:55:21.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:21 smithi194 ceph-mon[111052]: pgmap v330: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-10-12T18:55:21.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:21 smithi184 ceph-mon[108348]: pgmap v330: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-10-12T18:55:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:23 smithi194 ceph-mon[111052]: pgmap v331: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-10-12T18:55:23.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:23 smithi184 ceph-mon[108348]: pgmap v331: 97 pgs: 97 active+clean; 240 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-10-12T18:55:25.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:25 smithi194 ceph-mon[111052]: pgmap v332: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-10-12T18:55:25.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:25 smithi184 ceph-mon[108348]: pgmap v332: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-10-12T18:55:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:27 smithi194 ceph-mon[111052]: pgmap v333: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-10-12T18:55:27.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:27 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:27.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:27 smithi184 ceph-mon[108348]: pgmap v333: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-10-12T18:55:27.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:27 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:29.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:29 smithi194 ceph-mon[111052]: pgmap v334: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-10-12T18:55:29.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:29 smithi184 ceph-mon[108348]: pgmap v334: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 5.0 KiB/s wr, 2 op/s 2023-10-12T18:55:31.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:31 smithi194 ceph-mon[111052]: pgmap v335: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-12T18:55:31.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:31 smithi184 ceph-mon[108348]: pgmap v335: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-12T18:55:33.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:33 smithi194 ceph-mon[111052]: pgmap v336: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-12T18:55:33.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:33 smithi184 ceph-mon[108348]: pgmap v336: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-12T18:55:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:35 smithi194 ceph-mon[111052]: pgmap v337: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-12T18:55:35.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:35 smithi184 ceph-mon[108348]: pgmap v337: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-10-12T18:55:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:37 smithi194 ceph-mon[111052]: pgmap v338: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:37.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:37 smithi184 ceph-mon[108348]: pgmap v338: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:39 smithi194 ceph-mon[111052]: pgmap v339: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:55:39.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:39 smithi184 ceph-mon[108348]: pgmap v339: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:55:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:41 smithi194 ceph-mon[111052]: pgmap v340: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:41.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:41 smithi184 ceph-mon[108348]: pgmap v340: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:42 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:42.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:42 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:43 smithi194 ceph-mon[111052]: pgmap v341: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:43.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:43 smithi184 ceph-mon[108348]: pgmap v341: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:45.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:45 smithi194 ceph-mon[111052]: pgmap v342: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:45.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:45 smithi184 ceph-mon[108348]: pgmap v342: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:47.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:47 smithi194 ceph-mon[111052]: pgmap v343: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:47.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:47 smithi184 ceph-mon[108348]: pgmap v343: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:49.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:49 smithi194 ceph-mon[111052]: pgmap v344: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:55:49.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:49 smithi184 ceph-mon[108348]: pgmap v344: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:55:51.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:51 smithi194 ceph-mon[111052]: pgmap v345: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:51.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:51 smithi184 ceph-mon[108348]: pgmap v345: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:53.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:53 smithi194 ceph-mon[111052]: pgmap v346: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:53.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:53 smithi184 ceph-mon[108348]: pgmap v346: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:55 smithi194 ceph-mon[111052]: pgmap v347: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:55.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:55 smithi184 ceph-mon[108348]: pgmap v347: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:56 smithi194 ceph-mon[111052]: pgmap v348: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:57.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:56 smithi184 ceph-mon[108348]: pgmap v348: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:55:57.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:55:59.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:55:58 smithi194 ceph-mon[111052]: pgmap v349: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:55:59.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:55:58 smithi184 ceph-mon[108348]: pgmap v349: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:00 smithi194 ceph-mon[111052]: pgmap v350: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:01.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:00 smithi184 ceph-mon[108348]: pgmap v350: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:03.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:02 smithi194 ceph-mon[111052]: pgmap v351: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:03.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:02 smithi184 ceph-mon[108348]: pgmap v351: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:05.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:04 smithi194 ceph-mon[111052]: pgmap v352: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:05.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:04 smithi184 ceph-mon[108348]: pgmap v352: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:06 smithi194 ceph-mon[111052]: pgmap v353: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:07.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:06 smithi184 ceph-mon[108348]: pgmap v353: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:09.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:09 smithi194 ceph-mon[111052]: pgmap v354: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:09.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:09 smithi184 ceph-mon[108348]: pgmap v354: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:11 smithi194 ceph-mon[111052]: pgmap v355: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:11.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:11 smithi184 ceph-mon[108348]: pgmap v355: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:12.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:12 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:12.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:12 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:13 smithi194 ceph-mon[111052]: pgmap v356: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:13.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:13 smithi184 ceph-mon[108348]: pgmap v356: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:15.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:15 smithi194 ceph-mon[111052]: pgmap v357: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:15.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:15 smithi184 ceph-mon[108348]: pgmap v357: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:17.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:17 smithi184 ceph-mon[108348]: pgmap v358: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:17.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:17 smithi194 ceph-mon[111052]: pgmap v358: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:19.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:19 smithi184 ceph-mon[108348]: pgmap v359: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:19.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:19 smithi194 ceph-mon[111052]: pgmap v359: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:21.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:21 smithi194 ceph-mon[111052]: pgmap v360: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:21.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:21 smithi184 ceph-mon[108348]: pgmap v360: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:23.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:23 smithi194 ceph-mon[111052]: pgmap v361: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:23.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:23 smithi184 ceph-mon[108348]: pgmap v361: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:25.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:25 smithi194 ceph-mon[111052]: pgmap v362: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:25.704 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:25 smithi184 ceph-mon[108348]: pgmap v362: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:26 smithi194 ceph-mon[111052]: pgmap v363: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:27.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:26 smithi184 ceph-mon[108348]: pgmap v363: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:27.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:29.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:28 smithi194 ceph-mon[111052]: pgmap v364: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:29.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:28 smithi184 ceph-mon[108348]: pgmap v364: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:56:31.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:30 smithi194 ceph-mon[111052]: pgmap v365: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:31.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:30 smithi184 ceph-mon[108348]: pgmap v365: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:32 smithi194 ceph-mon[111052]: pgmap v366: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:33.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:32 smithi184 ceph-mon[108348]: pgmap v366: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:34.203 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-10-12T18:56:34.331 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-10-12T18:56:34.392 INFO:teuthology.orchestra.run.smithi184.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-10-12T18:56:34.393 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:56:34.393 INFO:teuthology.orchestra.run.smithi184.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-10-12T18:56:34.393 INFO:teuthology.orchestra.run.smithi184.stdout:4 of 5 processes prepared for launch 0 sec 2023-10-12T18:56:34.493 INFO:teuthology.orchestra.run.smithi184.stdout:5 of 5 processes prepared for launch 0 sec 2023-10-12T18:56:34.493 INFO:teuthology.orchestra.run.smithi184.stdout:releasing clients 2023-10-12T18:56:34.566 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph orch ps' 2023-10-12T18:56:35.001 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:34 smithi184 ceph-mon[108348]: pgmap v367: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:35.002 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:34 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:35.002 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:34 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:35.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:34 smithi194 ceph-mon[111052]: pgmap v367: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:34 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:35.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:34 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:36.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 297 20.03 MB/sec execute 1 sec latency 141.949 ms 2023-10-12T18:56:37.127 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:56:37.127 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 starting - - - - 2023-10-12T18:56:37.127 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (18m) - 18m 7013k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:56:37.128 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (17m) - 17m 7151k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:56:37.128 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 starting - - - - 2023-10-12T18:56:37.128 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (14m) - 14m 34.8M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:56:37.129 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (14m) - 13m 16.3M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:56:37.129 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:9283 running (19m) - 19m 276M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:56:37.129 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (12m) - 17m 512M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:56:37.130 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (19m) - 19m 93.3M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:56:37.130 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (17m) - 17m 67.4M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:56:37.130 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (13m) - 13m 257M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:56:37.131 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (13m) - 13m 84.3M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:56:37.131 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 starting - - - - 2023-10-12T18:56:37.131 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (11m) - 17m 26.4M - 1.3.1 1dbe0e931976 023703cf70bf 2023-10-12T18:56:37.131 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (17m) - 17m 543M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:56:37.132 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (16m) - 16m 374M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:56:37.132 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (16m) - 16m 226M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:56:37.132 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (16m) - 16m 519M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:56:37.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (15m) - 15m 1397M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:56:37.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (15m) - 15m 1804M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:56:37.133 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (15m) - 15m 1462M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:56:37.134 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (14m) - 14m 2093M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:56:37.134 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 starting - - - - 2023-10-12T18:56:37.135 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:36 smithi184 ceph-mon[108348]: pgmap v368: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:37.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:36 smithi194 ceph-mon[111052]: pgmap v368: 97 pgs: 97 active+clean; 234 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:56:37.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 403 18.34 MB/sec execute 2 sec latency 162.742 ms 2023-10-12T18:56:37.790 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph versions' 2023-10-12T18:56:38.169 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:38 smithi184 ceph-mon[108348]: from='client.24565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:56:38.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:38 smithi194 ceph-mon[111052]: from='client.24565 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:56:38.493 INFO:teuthology.orchestra.run.smithi184.stdout: 5 493 17.02 MB/sec execute 3 sec latency 159.395 ms 2023-10-12T18:56:39.228 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:39 smithi184 ceph-mon[108348]: pgmap v369: 97 pgs: 97 active+clean; 298 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.4 MiB/s wr, 79 op/s 2023-10-12T18:56:39.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:39 smithi194 ceph-mon[111052]: pgmap v369: 97 pgs: 97 active+clean; 298 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 5.4 MiB/s wr, 79 op/s 2023-10-12T18:56:39.494 INFO:teuthology.orchestra.run.smithi184.stdout: 5 636 17.20 MB/sec execute 4 sec latency 190.537 ms 2023-10-12T18:56:40.496 INFO:teuthology.orchestra.run.smithi184.stdout: 5 cleanup 5 sec 2023-10-12T18:56:40.529 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:56:40.529 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:56:40.529 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:56:40.530 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:56:40.530 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:56:40.530 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:56:40.530 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:56:40.530 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:56:40.531 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:56:40.531 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:56:40.531 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:56:40.531 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:56:40.531 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:56:40.532 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:56:40.532 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:56:40.532 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:56:40.532 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:56:40.532 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:56:40.532 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:56:41.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:41 smithi184 ceph-mon[108348]: pgmap v370: 97 pgs: 97 active+clean; 298 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.4 MiB/s wr, 79 op/s 2023-10-12T18:56:41.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:41 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/423024264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:56:41.033 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:41.034 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:41 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:41.130 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-10-12T18:56:41.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:41 smithi194 ceph-mon[111052]: pgmap v370: 97 pgs: 97 active+clean; 298 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.4 MiB/s wr, 79 op/s 2023-10-12T18:56:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:41 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/423024264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:56:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:41 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:56:41.502 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 6 sec 2023-10-12T18:56:42.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:42 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:42.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:42 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:42.502 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 7 sec 2023-10-12T18:56:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:43 smithi194 ceph-mon[111052]: pgmap v371: 97 pgs: 97 active+clean; 298 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.4 MiB/s wr, 79 op/s 2023-10-12T18:56:43.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:43 smithi184 ceph-mon[108348]: pgmap v371: 97 pgs: 97 active+clean; 298 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 5.4 MiB/s wr, 79 op/s 2023-10-12T18:56:43.502 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 8 sec 2023-10-12T18:56:44.502 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 9 sec 2023-10-12T18:56:45.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:45 smithi194 ceph-mon[111052]: pgmap v372: 97 pgs: 97 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 9.0 MiB/s wr, 163 op/s 2023-10-12T18:56:45.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:45 smithi184 ceph-mon[108348]: pgmap v372: 97 pgs: 97 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 9.0 MiB/s wr, 163 op/s 2023-10-12T18:56:45.502 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 10 sec 2023-10-12T18:56:46.502 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 11 sec 2023-10-12T18:56:47.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:47 smithi194 ceph-mon[111052]: pgmap v373: 97 pgs: 97 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 9.0 MiB/s wr, 163 op/s 2023-10-12T18:56:47.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:47 smithi184 ceph-mon[108348]: pgmap v373: 97 pgs: 97 active+clean; 332 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 9.0 MiB/s wr, 163 op/s 2023-10-12T18:56:47.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 12 sec 2023-10-12T18:56:48.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 13 sec 2023-10-12T18:56:49.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:49 smithi194 ceph-mon[111052]: pgmap v374: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.0 MiB/s wr, 185 op/s 2023-10-12T18:56:49.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:49 smithi184 ceph-mon[108348]: pgmap v374: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 9.0 MiB/s wr, 185 op/s 2023-10-12T18:56:49.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 14 sec 2023-10-12T18:56:50.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 15 sec 2023-10-12T18:56:51.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:51 smithi194 ceph-mon[111052]: pgmap v375: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.7 MiB/s wr, 106 op/s 2023-10-12T18:56:51.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:51 smithi184 ceph-mon[108348]: pgmap v375: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.7 MiB/s wr, 106 op/s 2023-10-12T18:56:51.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 16 sec 2023-10-12T18:56:52.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 17 sec 2023-10-12T18:56:53.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:53 smithi194 ceph-mon[111052]: pgmap v376: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.7 MiB/s wr, 106 op/s 2023-10-12T18:56:53.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:53 smithi184 ceph-mon[108348]: pgmap v376: 97 pgs: 97 active+clean; 250 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.6 KiB/s rd, 3.7 MiB/s wr, 106 op/s 2023-10-12T18:56:53.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 18 sec 2023-10-12T18:56:54.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 19 sec 2023-10-12T18:56:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:55 smithi194 ceph-mon[111052]: pgmap v377: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 3.7 MiB/s wr, 109 op/s 2023-10-12T18:56:55.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:55 smithi184 ceph-mon[108348]: pgmap v377: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 3.7 MiB/s wr, 109 op/s 2023-10-12T18:56:55.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 20 sec 2023-10-12T18:56:56.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 21 sec 2023-10-12T18:56:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:56 smithi194 ceph-mon[111052]: pgmap v378: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 29 KiB/s wr, 25 op/s 2023-10-12T18:56:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:56 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:57.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:56 smithi184 ceph-mon[108348]: pgmap v378: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.7 KiB/s rd, 29 KiB/s wr, 25 op/s 2023-10-12T18:56:57.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:56 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:56:57.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 22 sec 2023-10-12T18:56:58.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 23 sec 2023-10-12T18:56:59.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:56:58 smithi194 ceph-mon[111052]: pgmap v379: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 29 KiB/s wr, 25 op/s 2023-10-12T18:56:59.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:56:58 smithi184 ceph-mon[108348]: pgmap v379: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 29 KiB/s wr, 25 op/s 2023-10-12T18:56:59.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 24 sec 2023-10-12T18:57:00.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 25 sec 2023-10-12T18:57:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:00 smithi194 ceph-mon[111052]: pgmap v380: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 3 op/s 2023-10-12T18:57:01.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:00 smithi184 ceph-mon[108348]: pgmap v380: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 3 op/s 2023-10-12T18:57:01.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 26 sec 2023-10-12T18:57:02.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 27 sec 2023-10-12T18:57:03.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:02 smithi194 ceph-mon[111052]: pgmap v381: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 3 op/s 2023-10-12T18:57:03.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:02 smithi184 ceph-mon[108348]: pgmap v381: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 3 op/s 2023-10-12T18:57:03.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 28 sec 2023-10-12T18:57:04.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 29 sec 2023-10-12T18:57:05.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:04 smithi194 ceph-mon[111052]: pgmap v382: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 3 op/s 2023-10-12T18:57:05.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:04 smithi184 ceph-mon[108348]: pgmap v382: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 3 op/s 2023-10-12T18:57:05.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 30 sec 2023-10-12T18:57:06.506 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 31 sec 2023-10-12T18:57:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:06 smithi194 ceph-mon[111052]: pgmap v383: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:07.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:06 smithi184 ceph-mon[108348]: pgmap v383: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:07.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 32 sec 2023-10-12T18:57:08.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 33 sec 2023-10-12T18:57:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:08 smithi194 ceph-mon[111052]: pgmap v384: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:09.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:08 smithi184 ceph-mon[108348]: pgmap v384: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:09.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 34 sec 2023-10-12T18:57:10.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 35 sec 2023-10-12T18:57:11.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:11 smithi194 ceph-mon[111052]: pgmap v385: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:11.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:11 smithi184 ceph-mon[108348]: pgmap v385: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:11.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 36 sec 2023-10-12T18:57:12.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:12 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:12.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:12 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:12.503 INFO:teuthology.orchestra.run.smithi184.stdout: 1 cleanup 37 sec 2023-10-12T18:57:13.062 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:13 smithi184 ceph-mon[108348]: pgmap v386: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:13.063 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:13 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:57:13.063 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:13 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:57:13.063 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:13 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:13.063 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:13 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:13.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:13 smithi194 ceph-mon[111052]: pgmap v386: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:13 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:57:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:13 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:57:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:13 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:13 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:13.455 INFO:teuthology.orchestra.run.smithi184.stdout: 0 cleanup 38 sec 2023-10-12T18:57:13.455 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:57:13.456 INFO:teuthology.orchestra.run.smithi184.stdout: Operation Count AvgLat MaxLat 2023-10-12T18:57:13.456 INFO:teuthology.orchestra.run.smithi184.stdout: ---------------------------------------- 2023-10-12T18:57:13.456 INFO:teuthology.orchestra.run.smithi184.stdout: NTCreateX 386 31.190 190.533 2023-10-12T18:57:13.456 INFO:teuthology.orchestra.run.smithi184.stdout: Close 363 11.694 84.613 2023-10-12T18:57:13.456 INFO:teuthology.orchestra.run.smithi184.stdout: Rename 7 39.233 115.577 2023-10-12T18:57:13.457 INFO:teuthology.orchestra.run.smithi184.stdout: Unlink 16 20.986 66.208 2023-10-12T18:57:13.457 INFO:teuthology.orchestra.run.smithi184.stdout: Qpathinfo 52 7.533 75.339 2023-10-12T18:57:13.457 INFO:teuthology.orchestra.run.smithi184.stdout: Qfileinfo 309 15.981 36.202 2023-10-12T18:57:13.457 INFO:teuthology.orchestra.run.smithi184.stdout: Qfsinfo 58 4.769 28.083 2023-10-12T18:57:13.457 INFO:teuthology.orchestra.run.smithi184.stdout: Sfileinfo 33 19.372 47.086 2023-10-12T18:57:13.458 INFO:teuthology.orchestra.run.smithi184.stdout: Find 48 19.042 110.228 2023-10-12T18:57:13.458 INFO:teuthology.orchestra.run.smithi184.stdout: WriteX 1474 0.029 0.084 2023-10-12T18:57:13.458 INFO:teuthology.orchestra.run.smithi184.stdout: ReadX 180 0.142 10.126 2023-10-12T18:57:13.461 INFO:teuthology.orchestra.run.smithi184.stdout: Flush 63 17.955 31.831 2023-10-12T18:57:13.461 INFO:teuthology.orchestra.run.smithi184.stdout: 2023-10-12T18:57:13.461 INFO:teuthology.orchestra.run.smithi184.stdout:Throughput 17.204 MB/sec 5 clients 5 procs max_latency=190.537 ms 2023-10-12T18:57:13.463 DEBUG:teuthology.parallel:result is None 2023-10-12T18:57:13.742 INFO:teuthology.orchestra.run.smithi184.stdout:wait for servicemap items w/ changing names to refresh 2023-10-12T18:57:14.112 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'sleep 60' 2023-10-12T18:57:14.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:14 smithi184 ceph-mon[108348]: pgmap v387: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-10-12T18:57:14.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:14 smithi184 ceph-mon[108348]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-10-12T18:57:14.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:14 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:57:14.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:14 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:14.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:14 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:14.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:14 smithi194 ceph-mon[111052]: pgmap v387: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-10-12T18:57:14.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:14 smithi194 ceph-mon[111052]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-10-12T18:57:14.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:14 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:57:14.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:14 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:14.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:14 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:16.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:16 smithi194 ceph-mon[111052]: pgmap v388: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-10-12T18:57:16.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:16 smithi184 ceph-mon[108348]: pgmap v388: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-10-12T18:57:18.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: pgmap v389: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-10-12T18:57:18.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:57:18.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:57:18.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:18 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: pgmap v389: 97 pgs: 97 active+clean; 239 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2023-10-12T18:57:18.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:57:18.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:57:18.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:18.456 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:18 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:57:19.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:19 smithi194 ceph-mon[111052]: pgmap v390: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 629 B/s rd, 8.7 KiB/s wr, 2 op/s 2023-10-12T18:57:19.406 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:19 smithi194 ceph-mon[111052]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-10-12T18:57:19.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:19 smithi184 ceph-mon[108348]: pgmap v390: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 629 B/s rd, 8.7 KiB/s wr, 2 op/s 2023-10-12T18:57:19.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:19 smithi184 ceph-mon[108348]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-10-12T18:57:21.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:21 smithi194 ceph-mon[111052]: pgmap v391: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 629 B/s rd, 8.7 KiB/s wr, 2 op/s 2023-10-12T18:57:21.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:21 smithi184 ceph-mon[108348]: pgmap v391: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 629 B/s rd, 8.7 KiB/s wr, 2 op/s 2023-10-12T18:57:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:23 smithi194 ceph-mon[111052]: pgmap v392: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 629 B/s rd, 8.7 KiB/s wr, 2 op/s 2023-10-12T18:57:23.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:23 smithi184 ceph-mon[108348]: pgmap v392: 97 pgs: 97 active+clean; 237 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 629 B/s rd, 8.7 KiB/s wr, 2 op/s 2023-10-12T18:57:25.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:25 smithi194 ceph-mon[111052]: pgmap v393: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 780 B/s rd, 9.9 KiB/s wr, 4 op/s 2023-10-12T18:57:25.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:25 smithi184 ceph-mon[108348]: pgmap v393: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 780 B/s rd, 9.9 KiB/s wr, 4 op/s 2023-10-12T18:57:27.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:26 smithi194 ceph-mon[111052]: pgmap v394: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 780 B/s rd, 9.9 KiB/s wr, 4 op/s 2023-10-12T18:57:27.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:27.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:26 smithi184 ceph-mon[108348]: pgmap v394: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 780 B/s rd, 9.9 KiB/s wr, 4 op/s 2023-10-12T18:57:27.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:29.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:28 smithi194 ceph-mon[111052]: pgmap v395: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 975 B/s rd, 9.9 KiB/s wr, 4 op/s 2023-10-12T18:57:29.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:28 smithi184 ceph-mon[108348]: pgmap v395: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 975 B/s rd, 9.9 KiB/s wr, 4 op/s 2023-10-12T18:57:31.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:30 smithi194 ceph-mon[111052]: pgmap v396: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-10-12T18:57:31.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:30 smithi184 ceph-mon[108348]: pgmap v396: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-10-12T18:57:33.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:32 smithi194 ceph-mon[111052]: pgmap v397: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-10-12T18:57:33.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:32 smithi184 ceph-mon[108348]: pgmap v397: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-10-12T18:57:35.405 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:34 smithi194 ceph-mon[111052]: pgmap v398: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-10-12T18:57:35.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:34 smithi184 ceph-mon[108348]: pgmap v398: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-10-12T18:57:37.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:36 smithi194 ceph-mon[111052]: pgmap v399: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:37.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:36 smithi184 ceph-mon[108348]: pgmap v399: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:39.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:38 smithi194 ceph-mon[111052]: pgmap v400: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:39.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:38 smithi184 ceph-mon[108348]: pgmap v400: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:41.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:40 smithi194 ceph-mon[111052]: pgmap v401: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:41.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:40 smithi184 ceph-mon[108348]: pgmap v401: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:42.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:42 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:42.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:42 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:43.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:43 smithi194 ceph-mon[111052]: pgmap v402: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:43.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:43 smithi184 ceph-mon[108348]: pgmap v402: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:45.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:45 smithi194 ceph-mon[111052]: pgmap v403: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:45.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:45 smithi184 ceph-mon[108348]: pgmap v403: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:47.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:47 smithi194 ceph-mon[111052]: pgmap v404: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:47.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:47 smithi184 ceph-mon[108348]: pgmap v404: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:49.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:49 smithi194 ceph-mon[111052]: pgmap v405: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:49.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:49 smithi184 ceph-mon[108348]: pgmap v405: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:51.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:51 smithi194 ceph-mon[111052]: pgmap v406: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:51.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:51 smithi184 ceph-mon[108348]: pgmap v406: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:53.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:53 smithi194 ceph-mon[111052]: pgmap v407: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:53.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:53 smithi184 ceph-mon[108348]: pgmap v407: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:55.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:55 smithi194 ceph-mon[111052]: pgmap v408: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:55.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:55 smithi184 ceph-mon[108348]: pgmap v408: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:57 smithi194 ceph-mon[111052]: pgmap v409: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:57.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:57 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:57.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:57 smithi184 ceph-mon[108348]: pgmap v409: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:57:57.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:57 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:57:59.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:57:59 smithi194 ceph-mon[111052]: pgmap v410: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:57:59.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:57:59 smithi184 ceph-mon[108348]: pgmap v410: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:58:01.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:01 smithi194 ceph-mon[111052]: pgmap v411: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:01.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:01 smithi184 ceph-mon[108348]: pgmap v411: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:03.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:03 smithi194 ceph-mon[111052]: pgmap v412: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:03.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:03 smithi184 ceph-mon[108348]: pgmap v412: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:05.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:05 smithi194 ceph-mon[111052]: pgmap v413: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:05.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:05 smithi184 ceph-mon[108348]: pgmap v413: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:07.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:07 smithi194 ceph-mon[111052]: pgmap v414: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:07.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:07 smithi184 ceph-mon[108348]: pgmap v414: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:09.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:09 smithi194 ceph-mon[111052]: pgmap v415: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:58:09.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:09 smithi184 ceph-mon[108348]: pgmap v415: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:58:11.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:11 smithi194 ceph-mon[111052]: pgmap v416: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:11.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:11 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:58:11.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:11 smithi184 ceph-mon[108348]: pgmap v416: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:11.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:11 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:58:13.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:13 smithi194 ceph-mon[111052]: pgmap v417: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:13.457 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:13 smithi184 ceph-mon[108348]: pgmap v417: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:15.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:15 smithi194 ceph-mon[111052]: pgmap v418: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:15.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:15 smithi184 ceph-mon[108348]: pgmap v418: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:16.176 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph orch ps' 2023-10-12T18:58:17.162 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:17 smithi184 ceph-mon[108348]: pgmap v419: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:17.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:17 smithi194 ceph-mon[111052]: pgmap v419: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:17.576 INFO:teuthology.orchestra.run.smithi184.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T18:58:17.576 INFO:teuthology.orchestra.run.smithi184.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (13m) - 19m 26.3M - 0.23.0 ba2b418f427c 2bf532ced51b 2023-10-12T18:58:17.576 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi184 smithi184 running (19m) - 19m 7008k - 17.2.0 e1d6a67b021e 0a45d888e277 2023-10-12T18:58:17.576 INFO:teuthology.orchestra.run.smithi184.stdout:crash.smithi194 smithi194 running (19m) - 19m 7151k - 17.2.0 e1d6a67b021e 07bd562844d3 2023-10-12T18:58:17.577 INFO:teuthology.orchestra.run.smithi184.stdout:grafana.smithi184 smithi184 *:3000 running (13m) - 19m 57.6M - 8.3.5 dad864ee21e9 bf722fa0a25a 2023-10-12T18:58:17.577 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi184.wxbsoe smithi184 running (15m) - 15m 38.9M - 17.2.0 e1d6a67b021e 891cfa388c0d 2023-10-12T18:58:17.577 INFO:teuthology.orchestra.run.smithi184.stdout:mds.foofs.smithi194.jzncea smithi194 running (15m) - 15m 16.3M - 17.2.0 e1d6a67b021e 7a3afa48dc29 2023-10-12T18:58:17.577 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi184.luupqj smithi184 *:8443,9283,8765 running (20m) - 20m 434M - 17.2.0 e1d6a67b021e 4c6402c65957 2023-10-12T18:58:17.577 INFO:teuthology.orchestra.run.smithi184.stdout:mgr.smithi194.zwcjew smithi194 *:8443,9283 running (14m) - 19m 512M - 18.0.0-6452-g9a92242e 19e063225c55 3223720d003d 2023-10-12T18:58:17.578 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi184 smithi184 running (20m) - 20m 178M 2048M 17.2.0 e1d6a67b021e 9b652b6c765a 2023-10-12T18:58:17.578 INFO:teuthology.orchestra.run.smithi184.stdout:mon.smithi194 smithi194 running (19m) - 19m 67.4M 2048M 17.2.0 e1d6a67b021e b5c4d734755b 2023-10-12T18:58:17.578 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.0.0.smithi184.qlwwqw smithi184 *:2049 running (15m) - 15m 279M - 4.0 e1d6a67b021e 9b06fd597230 2023-10-12T18:58:17.578 INFO:teuthology.orchestra.run.smithi184.stdout:nfs.foo.1.0.smithi194.xltnhd smithi194 *:2049 running (15m) - 15m 84.3M - 4.0 e1d6a67b021e 91f8f79562ff 2023-10-12T18:58:17.579 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi184 smithi184 *:9100 running (13m) - 19m 22.6M - 1.3.1 1dbe0e931976 42a17861840f 2023-10-12T18:58:17.579 INFO:teuthology.orchestra.run.smithi184.stdout:node-exporter.smithi194 smithi194 *:9100 running (12m) - 19m 26.4M - 1.3.1 1dbe0e931976 023703cf70bf 2023-10-12T18:58:17.579 INFO:teuthology.orchestra.run.smithi184.stdout:osd.0 smithi184 running (18m) - 18m 2706M 1942M 17.2.0 e1d6a67b021e 89bbe31e428a 2023-10-12T18:58:17.579 INFO:teuthology.orchestra.run.smithi184.stdout:osd.1 smithi184 running (18m) - 18m 2764M 1942M 17.2.0 e1d6a67b021e 91943860a780 2023-10-12T18:58:17.580 INFO:teuthology.orchestra.run.smithi184.stdout:osd.2 smithi184 running (18m) - 18m 2054M 1942M 17.2.0 e1d6a67b021e 0168d3fba7c1 2023-10-12T18:58:17.580 INFO:teuthology.orchestra.run.smithi184.stdout:osd.3 smithi184 running (17m) - 17m 2573M 1942M 17.2.0 e1d6a67b021e e6e1d3f753f5 2023-10-12T18:58:17.580 INFO:teuthology.orchestra.run.smithi184.stdout:osd.4 smithi194 running (17m) - 17m 1397M 2710M 17.2.0 e1d6a67b021e 1ee4d91e5379 2023-10-12T18:58:17.580 INFO:teuthology.orchestra.run.smithi184.stdout:osd.5 smithi194 running (17m) - 17m 1804M 2710M 17.2.0 e1d6a67b021e a628278fb645 2023-10-12T18:58:17.581 INFO:teuthology.orchestra.run.smithi184.stdout:osd.6 smithi194 running (16m) - 16m 1462M 2710M 17.2.0 e1d6a67b021e 4cf523f3c5d5 2023-10-12T18:58:17.581 INFO:teuthology.orchestra.run.smithi184.stdout:osd.7 smithi194 running (16m) - 16m 2093M 2710M 17.2.0 e1d6a67b021e d19f2f77104b 2023-10-12T18:58:17.581 INFO:teuthology.orchestra.run.smithi184.stdout:prometheus.smithi184 smithi184 *:9095 running (12m) - 18m 72.0M - 2.33.4 514e6a882f6e 47f2107c87f4 2023-10-12T18:58:17.911 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph orch upgrade status' 2023-10-12T18:58:18.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:18 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:58:18.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:18 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T18:58:19.239 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:19 smithi184 ceph-mon[108348]: pgmap v420: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:58:19.239 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:19 smithi184 ceph-mon[108348]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:58:19.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:19 smithi194 ceph-mon[111052]: pgmap v420: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-12T18:58:19.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:19 smithi194 ceph-mon[111052]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:58:19.793 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:58:19.793 INFO:teuthology.orchestra.run.smithi184.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046", 2023-10-12T18:58:19.793 INFO:teuthology.orchestra.run.smithi184.stdout: "in_progress": true, 2023-10-12T18:58:19.794 INFO:teuthology.orchestra.run.smithi184.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-12T18:58:19.794 INFO:teuthology.orchestra.run.smithi184.stdout: "services_complete": [], 2023-10-12T18:58:19.795 INFO:teuthology.orchestra.run.smithi184.stdout: "progress": "1/23 daemons upgraded", 2023-10-12T18:58:19.795 INFO:teuthology.orchestra.run.smithi184.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed.", 2023-10-12T18:58:19.795 INFO:teuthology.orchestra.run.smithi184.stdout: "is_paused": true 2023-10-12T18:58:19.795 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:58:20.192 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph health detail' 2023-10-12T18:58:21.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:21 smithi184 ceph-mon[108348]: pgmap v421: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:21.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:21 smithi184 ceph-mon[108348]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:58:21.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:21 smithi194 ceph-mon[111052]: pgmap v421: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:21.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:21 smithi194 ceph-mon[111052]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T18:58:21.898 INFO:teuthology.orchestra.run.smithi184.stdout:HEALTH_WARN Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:58:21.898 INFO:teuthology.orchestra.run.smithi184.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi184.luupqj on host smithi184 failed. 2023-10-12T18:58:21.899 INFO:teuthology.orchestra.run.smithi184.stdout: Upgrade daemon: mgr.smithi184.luupqj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi184.luupqj ... 2023-10-12T18:58:21.899 INFO:teuthology.orchestra.run.smithi184.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-10-12T18:58:21.899 INFO:teuthology.orchestra.run.smithi184.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-10-12T18:58:21.899 INFO:teuthology.orchestra.run.smithi184.stdout:Traceback (most recent call last): 2023-10-12T18:58:21.899 INFO:teuthology.orchestra.run.smithi184.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-10-12T18:58:21.900 INFO:teuthology.orchestra.run.smithi184.stdout: "__main__", mod_spec) 2023-10-12T18:58:21.900 INFO:teuthology.orchestra.run.smithi184.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-10-12T18:58:21.900 INFO:teuthology.orchestra.run.smithi184.stdout: exec(code, run_globals) 2023-10-12T18:58:21.900 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 8193, in 2023-10-12T18:58:21.900 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 8181, in main 2023-10-12T18:58:21.901 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-10-12T18:58:21.901 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-10-12T18:58:21.901 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-10-12T18:58:21.901 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-10-12T18:58:21.901 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-10-12T18:58:21.902 INFO:teuthology.orchestra.run.smithi184.stdout: File "/tmp/tmpuh9upst9.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-10-12T18:58:21.902 INFO:teuthology.orchestra.run.smithi184.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-10-12T18:58:22.268 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph versions' 2023-10-12T18:58:22.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:22 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/460733288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:58:22.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:22 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:22.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:22 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:22.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:22 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/460733288' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-12T18:58:22.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:22 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:22.455 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:22 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:23.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:23 smithi184 ceph-mon[108348]: pgmap v422: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:23.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:23 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:58:23.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:23 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:58:23.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:23 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:23.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:23 smithi184 ceph-mon[108348]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:23 smithi194 ceph-mon[111052]: pgmap v422: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:23 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T18:58:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:23 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T18:58:23.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:23 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:23.404 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:23 smithi194 ceph-mon[111052]: from='mgr.24403 ' entity='mgr.smithi194.zwcjew' 2023-10-12T18:58:23.750 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2023-10-12T18:58:23.750 INFO:teuthology.orchestra.run.smithi184.stdout: "mon": { 2023-10-12T18:58:23.751 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:58:23.751 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:58:23.751 INFO:teuthology.orchestra.run.smithi184.stdout: "mgr": { 2023-10-12T18:58:23.751 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-10-12T18:58:23.751 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:58:23.752 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:58:23.752 INFO:teuthology.orchestra.run.smithi184.stdout: "osd": { 2023-10-12T18:58:23.752 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-10-12T18:58:23.752 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:58:23.752 INFO:teuthology.orchestra.run.smithi184.stdout: "mds": { 2023-10-12T18:58:23.753 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-10-12T18:58:23.753 INFO:teuthology.orchestra.run.smithi184.stdout: }, 2023-10-12T18:58:23.753 INFO:teuthology.orchestra.run.smithi184.stdout: "overall": { 2023-10-12T18:58:23.753 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-10-12T18:58:23.753 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)": 1 2023-10-12T18:58:23.753 INFO:teuthology.orchestra.run.smithi184.stdout: } 2023-10-12T18:58:23.754 INFO:teuthology.orchestra.run.smithi184.stdout:} 2023-10-12T18:58:24.124 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-10-12T18:58:24.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:24 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/4015706391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:58:24.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:24 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/4015706391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:58:25.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:25 smithi194 ceph-mon[111052]: pgmap v423: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:25.454 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:25 smithi184 ceph-mon[108348]: pgmap v423: 97 pgs: 97 active+clean; 232 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T18:58:25.584 INFO:teuthology.orchestra.run.smithi184.stdout:false 2023-10-12T18:58:25.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T18:58:25.966 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 "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.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 "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi184 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-10-12T18:58:26.051 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2124520b0d144848a36f0322f7908bd7 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 "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.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 "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi184 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-10-12T18:58:26.056 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-12T18:58:26.066 INFO:tasks.cephadm:Teardown begin 2023-10-12T18:58:26.067 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-12T18:58:26.116 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-12T18:58:26.150 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-12T18:58:26.151 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-12T18:58:26.174 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-12T18:58:26.204 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:26 smithi184 ceph-mon[108348]: from='client.? 172.21.15.184:0/121036548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:58:26.205 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:26 smithi184 ceph-mon[108348]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:58:26.210 INFO:tasks.cephadm:Stopping all daemons... 2023-10-12T18:58:26.210 INFO:tasks.cephadm.mon.smithi184:Stopping mon.smithi184... 2023-10-12T18:58:26.211 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184 2023-10-12T18:58:26.402 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:26 smithi194 ceph-mon[111052]: from='client.? 172.21.15.184:0/121036548' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-12T18:58:26.403 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:26 smithi194 ceph-mon[111052]: from='mgr.24403 172.21.15.194:0/1042974392' entity='mgr.smithi194.zwcjew' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T18:58:26.604 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:26 smithi184 systemd[1]: Stopping Ceph mon.smithi184 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:26.604 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:26 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi184[108325]: 2023-10-12T18:58:26.317+0000 7fa830f18700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi184 -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-12T18:58:26.604 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Oct 12 18:58:26 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi184[108325]: 2023-10-12T18:58:26.317+0000 7fa830f18700 -1 mon.smithi184@0(leader) e2 *** Got Signal Terminated *** 2023-10-12T18:58:26.725 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi184.service' 2023-10-12T18:58:26.775 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:58:26.775 INFO:tasks.cephadm.mon.smithi184:Stopped mon.smithi184 2023-10-12T18:58:26.776 INFO:tasks.cephadm.mon.smithi194:Stopping mon.smithi194... 2023-10-12T18:58:26.776 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi194 2023-10-12T18:58:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:26 smithi194 systemd[1]: Stopping Ceph mon.smithi194 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:27.153 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:26 smithi194 bash[136217]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon.smithi194" found: no such container 2023-10-12T18:58:27.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:26 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi194[111029]: 2023-10-12T18:58:26.923+0000 7f23cfba1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi194 -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-12T18:58:27.154 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Oct 12 18:58:26 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-mon-smithi194[111029]: 2023-10-12T18:58:26.923+0000 7f23cfba1700 -1 mon.smithi194@1(peon) e2 *** Got Signal Terminated *** 2023-10-12T18:58:27.380 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@mon.smithi194.service' 2023-10-12T18:58:27.454 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:58:27.454 INFO:tasks.cephadm.mon.smithi194:Stopped mon.smithi194 2023-10-12T18:58:27.455 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-10-12T18:58:27.455 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.0 2023-10-12T18:58:27.954 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:58:27 smithi184 systemd[1]: Stopping Ceph osd.0 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:27.955 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:58:27 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0[121075]: 2023-10-12T18:58:27.574+0000 7f1ec2829700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:58:27.955 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:58:27 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0[121075]: 2023-10-12T18:58:27.574+0000 7f1ec2829700 -1 osd.0 68 *** Got signal Terminated *** 2023-10-12T18:58:27.956 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:58:27 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0[121075]: 2023-10-12T18:58:27.574+0000 7f1ec2829700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:58:33.540 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:58:33 smithi184 bash[158692]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-0 2023-10-12T18:58:33.541 INFO:journalctl@ceph.osd.0.smithi184.stdout:Oct 12 18:58:33 smithi184 bash[158735]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.0" found: no such container 2023-10-12T18:58:34.194 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.0.service' 2023-10-12T18:58:34.235 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:58:34.236 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-10-12T18:58:34.236 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-10-12T18:58:34.237 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.1 2023-10-12T18:58:34.454 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:58:34 smithi184 systemd[1]: Stopping Ceph osd.1 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:34.455 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:58:34 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1[124437]: 2023-10-12T18:58:34.365+0000 7fe34fcf6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:58:34.455 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:58:34 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1[124437]: 2023-10-12T18:58:34.365+0000 7fe34fcf6700 -1 osd.1 68 *** Got signal Terminated *** 2023-10-12T18:58:34.456 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:58:34 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1[124437]: 2023-10-12T18:58:34.365+0000 7fe34fcf6700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:58:40.411 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:58:40 smithi184 bash[158914]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-1 2023-10-12T18:58:40.411 INFO:journalctl@ceph.osd.1.smithi184.stdout:Oct 12 18:58:40 smithi184 bash[158958]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.1" found: no such container 2023-10-12T18:58:41.110 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.1.service' 2023-10-12T18:58:41.151 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:58:41.152 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-10-12T18:58:41.152 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-10-12T18:58:41.153 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.2 2023-10-12T18:58:41.454 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:58:41 smithi184 systemd[1]: Stopping Ceph osd.2 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:41.455 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:58:41 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-2[128905]: 2023-10-12T18:58:41.289+0000 7fd4b3911700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:58:41.455 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:58:41 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-2[128905]: 2023-10-12T18:58:41.289+0000 7fd4b3911700 -1 osd.2 68 *** Got signal Terminated *** 2023-10-12T18:58:41.456 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:58:41 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-2[128905]: 2023-10-12T18:58:41.289+0000 7fd4b3911700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:58:47.204 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:58:46 smithi184 bash[159136]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-2 2023-10-12T18:58:47.205 INFO:journalctl@ceph.osd.2.smithi184.stdout:Oct 12 18:58:47 smithi184 bash[159215]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.2" found: no such container 2023-10-12T18:58:48.048 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.2.service' 2023-10-12T18:58:48.088 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:58:48.089 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-10-12T18:58:48.089 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-10-12T18:58:48.090 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.3 2023-10-12T18:58:48.454 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:58:48 smithi184 systemd[1]: Stopping Ceph osd.3 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:48.455 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:58:48 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3[133330]: 2023-10-12T18:58:48.220+0000 7f16a93f7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:58:48.455 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:58:48 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3[133330]: 2023-10-12T18:58:48.220+0000 7f16a93f7700 -1 osd.3 68 *** Got signal Terminated *** 2023-10-12T18:58:48.455 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:58:48 smithi184 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3[133330]: 2023-10-12T18:58:48.220+0000 7f16a93f7700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:58:54.153 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:53 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:53.834+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:58:54.370 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:58:54 smithi184 bash[159391]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-3 2023-10-12T18:58:54.370 INFO:journalctl@ceph.osd.3.smithi184.stdout:Oct 12 18:58:54 smithi184 bash[159435]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.3" found: no such container 2023-10-12T18:58:54.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:58:54 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:58:54.320+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:58:55.064 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.3.service' 2023-10-12T18:58:55.105 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:58:55.105 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-10-12T18:58:55.106 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-10-12T18:58:55.106 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.4 2023-10-12T18:58:55.137 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:54 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:54.790+0000 7f5717c0d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:31.314498+0000 front 2023-10-12T18:58:31.314512+0000 (oldest deadline 2023-10-12T18:58:54.214387+0000) 2023-10-12T18:58:55.138 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:54 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:54.826+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:58:55.402 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:58:55 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:58:55.319+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:58:55.403 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:55 smithi194 systemd[1]: Stopping Ceph osd.4 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:58:55.403 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:55 smithi194 bash[136374]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.4" found: no such container 2023-10-12T18:58:55.404 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:55 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:55.259+0000 7f571e278700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:58:55.404 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:55 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:55.259+0000 7f571e278700 -1 osd.4 68 *** Got signal Terminated *** 2023-10-12T18:58:55.404 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:55 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:55.259+0000 7f571e278700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:58:56.038 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:55 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:55.762+0000 7f5717c0d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:31.314498+0000 front 2023-10-12T18:58:31.314512+0000 (oldest deadline 2023-10-12T18:58:54.214387+0000) 2023-10-12T18:58:56.038 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:55 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:55.846+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:58:56.332 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:58:56 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:58:56.036+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:58:56.652 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:58:56 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:58:56.331+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:58:57.056 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:56 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:56.739+0000 7f5717c0d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:31.314498+0000 front 2023-10-12T18:58:31.314512+0000 (oldest deadline 2023-10-12T18:58:54.214387+0000) 2023-10-12T18:58:57.056 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:56 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:56.799+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:58:57.350 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:58:57 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:58:57.054+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:58:57.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:58:57 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:58:57.349+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:58:58.092 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:57 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:57.700+0000 7f5717c0d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:31.314498+0000 front 2023-10-12T18:58:31.314512+0000 (oldest deadline 2023-10-12T18:58:54.214387+0000) 2023-10-12T18:58:58.093 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:57 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:57.846+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:58:58.379 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:58:58 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:58:58.091+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:58:58.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:58:58 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:58:58.377+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:58:59.085 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:58 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:58.662+0000 7f5717c0d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:31.314498+0000 front 2023-10-12T18:58:31.314512+0000 (oldest deadline 2023-10-12T18:58:54.214387+0000) 2023-10-12T18:58:59.086 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:58 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:58.815+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:58:59.402 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:58:59 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:58:59.084+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:58:59.817 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:58:59 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4[115900]: 2023-10-12T18:58:59.654+0000 7f5717c0d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:31.314498+0000 front 2023-10-12T18:58:31.314512+0000 (oldest deadline 2023-10-12T18:58:54.214387+0000) 2023-10-12T18:58:59.818 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:58:59 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:58:59.404+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:00.106 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:58:59 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:58:59.816+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:00.371 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:00 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:00.105+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:00.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:00 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:00.370+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:01.098 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:59:01 smithi194 bash[136387]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-4 2023-10-12T18:59:01.099 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:00 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:00.833+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:01.099 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:00 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:00.833+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:01.400 INFO:journalctl@ceph.osd.4.smithi194.stdout:Oct 12 18:59:01 smithi194 bash[136431]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.4" found: no such container 2023-10-12T18:59:01.401 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:01 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:01.097+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:01.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:01 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:01.398+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:02.069 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:01 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:01.834+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:02.069 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:01 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:01.834+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:02.110 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.4.service' 2023-10-12T18:59:02.192 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:59:02.193 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-10-12T18:59:02.193 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-10-12T18:59:02.194 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.5 2023-10-12T18:59:02.364 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:02 smithi194 systemd[1]: Stopping Ceph osd.5 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:59:02.364 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:02 smithi194 bash[136609]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.5" found: no such container 2023-10-12T18:59:02.365 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:02.067+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:02.365 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:02.067+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:02.652 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:02.362+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:02.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:02.363+0000 7f50fd524700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:59:02.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:02.363+0000 7f50fd524700 -1 osd.5 68 *** Got signal Terminated *** 2023-10-12T18:59:02.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:02.363+0000 7f50fd524700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:59:03.152 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:03 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:03.058+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:03.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:03 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:03.058+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:03.153 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:02.819+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:03.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:02 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:02.819+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:03.652 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:03 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:03.344+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:03.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:03 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:03.344+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:37.946510+0000 front 2023-10-12T18:58:37.946371+0000 (oldest deadline 2023-10-12T18:59:03.246462+0000) 2023-10-12T18:59:04.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:04 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:04.013+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:04.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:04 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:04.013+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:04.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:03 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:03.865+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:04.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:03 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:03.865+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:04.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:04 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:04.382+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:04.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:04 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:04.382+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:37.946510+0000 front 2023-10-12T18:58:37.946371+0000 (oldest deadline 2023-10-12T18:59:03.246462+0000) 2023-10-12T18:59:05.152 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:05 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:05.046+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:05.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:05 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:05.046+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:05.153 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:04 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:04.883+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:05.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:04 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:04.883+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:05.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:05 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:05.341+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:05.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:05 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:05.341+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:37.946510+0000 front 2023-10-12T18:58:37.946371+0000 (oldest deadline 2023-10-12T18:59:03.246462+0000) 2023-10-12T18:59:06.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:06 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:06.056+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:06.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:06 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:06.056+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:06.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:05 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:05.871+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:06.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:05 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:05.871+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:06.652 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:06 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:06.357+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.244732+0000 front 2023-10-12T18:58:29.244751+0000 (oldest deadline 2023-10-12T18:58:53.344937+0000) 2023-10-12T18:59:06.653 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:06 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5[119345]: 2023-10-12T18:59:06.357+0000 7f50faec1700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:37.946510+0000 front 2023-10-12T18:58:37.946371+0000 (oldest deadline 2023-10-12T18:59:03.246462+0000) 2023-10-12T18:59:07.152 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:07 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:07.017+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:07.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:07 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:07.017+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:07.153 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:06 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:06.867+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:07.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:06 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:06.867+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:08.093 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:08.004+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:08.094 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:08.004+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:08.094 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:07 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:07.830+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:08.094 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:07 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:07.830+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:08.402 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:08 smithi194 bash[136621]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-5 2023-10-12T18:59:08.403 INFO:journalctl@ceph.osd.5.smithi194.stdout:Oct 12 18:59:08 smithi194 bash[136701]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.5" found: no such container 2023-10-12T18:59:09.110 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:08.995+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:09.110 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:08.995+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:09.111 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:08.843+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:09.111 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:08 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:08.843+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:09.302 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.5.service' 2023-10-12T18:59:09.344 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:59:09.344 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-10-12T18:59:09.345 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-10-12T18:59:09.345 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.6 2023-10-12T18:59:09.879 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 systemd[1]: Stopping Ceph osd.6 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:59:09.879 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 bash[136888]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.6" found: no such container 2023-10-12T18:59:09.880 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:09.532+0000 7f6e801a5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:59:09.880 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:09.532+0000 7f6e801a5700 -1 osd.6 68 *** Got signal Terminated *** 2023-10-12T18:59:09.880 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:09.532+0000 7f6e801a5700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:59:10.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:09.995+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:10.154 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:09.995+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:10.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:09.876+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:10.155 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:09 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:09.876+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:11.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:10 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:10.973+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:11.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:10 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:10.973+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:11.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:10 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:10.853+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:11.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:10 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:10.853+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:12.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:11 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:11.970+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:12.153 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:11 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:11.970+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:12.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:11 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:11.899+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:12.154 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:11 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:11.899+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:13.402 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:13.002+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:13.403 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:13.002+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:13.403 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:13.002+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:41.436951+0000 front 2023-10-12T18:58:41.436960+0000 (oldest deadline 2023-10-12T18:59:12.637417+0000) 2023-10-12T18:59:13.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:12 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:12.947+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:13.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:12 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:12.947+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:13.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:12 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:12.947+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:14.212 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:13.945+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:14.212 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:13.945+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:14.212 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:13.945+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:14.213 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:13.986+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:29.735364+0000 front 2023-10-12T18:58:29.735443+0000 (oldest deadline 2023-10-12T18:58:55.635365+0000) 2023-10-12T18:59:14.213 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:13.986+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:35.635960+0000 front 2023-10-12T18:58:35.636084+0000 (oldest deadline 2023-10-12T18:59:01.436379+0000) 2023-10-12T18:59:14.213 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:13 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6[122883]: 2023-10-12T18:59:13.986+0000 7f6e79339700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:41.436951+0000 front 2023-10-12T18:58:41.436960+0000 (oldest deadline 2023-10-12T18:59:12.637417+0000) 2023-10-12T18:59:15.234 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:14 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:14.965+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:15.234 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:14 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:14.965+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:15.235 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:14 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:14.965+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:15.235 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:14 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:14.965+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:15.647 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:15 smithi194 bash[136901]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-6 2023-10-12T18:59:15.647 INFO:journalctl@ceph.osd.6.smithi194.stdout:Oct 12 18:59:15 smithi194 bash[136949]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.6" found: no such container 2023-10-12T18:59:16.343 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:15 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:15.957+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:16.344 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:15 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:15.957+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:16.344 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:15 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:15.957+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:16.344 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:15 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:15.957+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:16.350 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.6.service' 2023-10-12T18:59:16.392 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:59:16.392 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-10-12T18:59:16.393 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-10-12T18:59:16.393 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.7 2023-10-12T18:59:16.653 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 systemd[1]: Stopping Ceph osd.7 for 4a191a50-692e-11ee-8db6-212e2dc638e7... 2023-10-12T18:59:16.653 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 bash[137125]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.7" found: no such container 2023-10-12T18:59:16.653 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.564+0000 7fa6d484e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T18:59:16.654 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.564+0000 7fa6d484e700 -1 osd.7 68 *** Got signal Terminated *** 2023-10-12T18:59:16.654 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.564+0000 7fa6d484e700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-12T18:59:17.402 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.968+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:17.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.968+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:17.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.968+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:17.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:16 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:16.968+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:18.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:17 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:17.958+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:18.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:17 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:17.958+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:18.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:17 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:17.958+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:18.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:17 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:17.958+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:19.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:18 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:18.991+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:19.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:18 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:18.991+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:19.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:18 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:18.991+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:19.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:18 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:18.991+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:20.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:19 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:19.971+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:20.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:19 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:19.971+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:20.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:19 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:19.971+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:20.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:19 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:19.971+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:21.402 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:20 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:20.935+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6806 osd.0 since back 2023-10-12T18:58:30.912649+0000 front 2023-10-12T18:58:30.912843+0000 (oldest deadline 2023-10-12T18:58:53.812810+0000) 2023-10-12T18:59:21.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:20 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:20.935+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6814 osd.1 since back 2023-10-12T18:58:36.113897+0000 front 2023-10-12T18:58:36.113983+0000 (oldest deadline 2023-10-12T18:59:00.213906+0000) 2023-10-12T18:59:21.403 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:20 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:20.935+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6822 osd.2 since back 2023-10-12T18:58:44.914935+0000 front 2023-10-12T18:58:44.914966+0000 (oldest deadline 2023-10-12T18:59:12.515402+0000) 2023-10-12T18:59:21.404 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:20 smithi194 ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7[126373]: 2023-10-12T18:59:20.935+0000 7fa6ce9e4700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.184:6830 osd.3 since back 2023-10-12T18:58:52.515886+0000 front 2023-10-12T18:58:52.515874+0000 (oldest deadline 2023-10-12T18:59:14.815842+0000) 2023-10-12T18:59:22.554 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:22 smithi194 bash[137137]: ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd-7 2023-10-12T18:59:22.555 INFO:journalctl@ceph.osd.7.smithi194.stdout:Oct 12 18:59:22 smithi194 bash[137179]: Error: no container with name or ID "ceph-4a191a50-692e-11ee-8db6-212e2dc638e7-osd.7" found: no such container 2023-10-12T18:59:23.258 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4a191a50-692e-11ee-8db6-212e2dc638e7@osd.7.service' 2023-10-12T18:59:23.299 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-12T18:59:23.299 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-10-12T18:59:23.300 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-12T18:59:43.860 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-12T19:00:00.417 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-12T19:00:00.459 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-12T19:00:00.490 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-12T19:00:00.493 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/remote/smithi184/crash 2023-10-12T19:00:00.494 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/crash -- . 2023-10-12T19:00:00.646 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-12T19:00:00.647 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2023-10-12T19:00:00.649 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/remote/smithi194/crash 2023-10-12T19:00:00.650 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/crash -- . 2023-10-12T19:00:00.690 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-12T19:00:00.691 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2023-10-12T19:00:00.692 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-12T19:00:00.692 DEBUG:teuthology.orchestra.run.smithi184:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-12T19:00:00.722 INFO:teuthology.orchestra.run.smithi184.stderr:grep: /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-12T19:00:00.724 INFO:tasks.cephadm:Compressing logs... 2023-10-12T19:00:00.724 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-12T19:00:00.767 DEBUG:teuthology.orchestra.run.smithi194:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-10-12T19:00:00.794 INFO:teuthology.orchestra.run.smithi184.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-12T19:00:00.795 INFO:teuthology.orchestra.run.smithi184.stderr:: No such file or directory 2023-10-12T19:00:00.795 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-volume.log 2023-10-12T19:00:00.795 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.2.log 2023-10-12T19:00:00.796 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi184.luupqj.log 2023-10-12T19:00:00.796 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-volume.log: /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mon.smithi184.log 2023-10-12T19:00:00.798 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.3.log 2023-10-12T19:00:00.798 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi184.luupqj.log: /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mon.smithi184.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.0.log 2023-10-12T19:00:00.799 INFO:teuthology.orchestra.run.smithi194.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-12T19:00:00.799 INFO:teuthology.orchestra.run.smithi194.stderr:: No such file or directory 2023-10-12T19:00:00.799 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi194.zwcjew.log 2023-10-12T19:00:00.800 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.6.log 2023-10-12T19:00:00.800 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi194.zwcjew.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-volume.log 2023-10-12T19:00:00.800 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mon.smithi194.log 2023-10-12T19:00:00.801 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.0.log: 90.8% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-volume.log.gz 2023-10-12T19:00:00.802 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mds.foofs.smithi194.jzncea.log 2023-10-12T19:00:00.802 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mon.smithi194.log: /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mds.foofs.smithi194.jzncea.log: 60.5% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mds.foofs.smithi194.jzncea.log.gz 2023-10-12T19:00:00.803 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.7.log 2023-10-12T19:00:00.803 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.4.log 2023-10-12T19:00:00.803 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.4.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-12T19:00:00.804 INFO:teuthology.orchestra.run.smithi194.stderr: 91.0% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-volume.log.gz 2023-10-12T19:00:00.804 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.5.log 2023-10-12T19:00:00.805 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mds.foofs.smithi184.wxbsoe.log 2023-10-12T19:00:00.805 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mds.foofs.smithi184.wxbsoe.log: 79.6% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mds.foofs.smithi184.wxbsoe.log.gz 2023-10-12T19:00:00.806 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.1.log 2023-10-12T19:00:00.808 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.1.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-12T19:00:00.920 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi194.zwcjew.log.gz 2023-10-12T19:00:00.929 INFO:teuthology.orchestra.run.smithi184.stderr: 88.5% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mgr.smithi184.luupqj.log.gz 2023-10-12T19:00:01.063 INFO:teuthology.orchestra.run.smithi194.stderr: 92.3% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mon.smithi194.log.gz 2023-10-12T19:00:02.287 INFO:teuthology.orchestra.run.smithi184.stderr: 91.7% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-mon.smithi184.log.gz 2023-10-12T19:00:09.978 INFO:teuthology.orchestra.run.smithi184.stderr: 94.5% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.2.log.gz 2023-10-12T19:00:10.829 INFO:teuthology.orchestra.run.smithi194.stderr: 94.0% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.4.log.gz 2023-10-12T19:00:12.437 INFO:teuthology.orchestra.run.smithi194.stderr: 94.3% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.6.log.gz 2023-10-12T19:00:12.442 INFO:teuthology.orchestra.run.smithi184.stderr: 94.1% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.0.log.gz 2023-10-12T19:00:13.550 INFO:teuthology.orchestra.run.smithi184.stderr: 94.2% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.3.log.gz 2023-10-12T19:00:14.211 INFO:teuthology.orchestra.run.smithi184.stderr: 94.3% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.1.log.gz 2023-10-12T19:00:14.213 INFO:teuthology.orchestra.run.smithi184.stderr: 2023-10-12T19:00:14.213 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m13.430s 2023-10-12T19:00:14.213 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m46.642s 2023-10-12T19:00:14.214 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m1.944s 2023-10-12T19:00:16.295 INFO:teuthology.orchestra.run.smithi194.stderr: 94.2% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.5.log.gz 2023-10-12T19:00:18.468 INFO:teuthology.orchestra.run.smithi194.stderr: 94.2% -- replaced with /var/log/ceph/4a191a50-692e-11ee-8db6-212e2dc638e7/ceph-osd.7.log.gz 2023-10-12T19:00:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 2023-10-12T19:00:18.471 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m17.685s 2023-10-12T19:00:18.471 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m53.021s 2023-10-12T19:00:18.471 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m2.153s 2023-10-12T19:00:18.472 INFO:tasks.cephadm:Archiving logs... 2023-10-12T19:00:18.472 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/remote/smithi184/log 2023-10-12T19:00:18.474 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-12T19:00:24.915 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/remote/smithi194/log 2023-10-12T19:00:24.916 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-12T19:00:32.275 INFO:tasks.cephadm:Removing cluster... 2023-10-12T19:00:32.275 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 --force 2023-10-12T19:00:32.666 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 --force 2023-10-12T19:00:33.043 INFO:tasks.cephadm:Removing cephadm ... 2023-10-12T19:00:33.043 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-12T19:00:33.063 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-12T19:00:33.080 INFO:tasks.cephadm:Teardown complete 2023-10-12T19:00:33.081 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-12T19:00:33.092 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-12T19:00:33.092 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T19:00:33.105 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T19:00:33.120 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2023-10-12T19:00:33.125 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T19:00:33.126 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2023-10-12T19:00:33.126 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 20 +382us[ +382us] +/- 80ms 2023-10-12T19:00:33.126 INFO:teuthology.orchestra.run.smithi184.stdout:^* hv02.front.sepia.ceph.com 3 6 377 20 -1035us[-1056us] +/- 58ms 2023-10-12T19:00:33.127 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +871us[ +871us] +/- 68ms 2023-10-12T19:00:33.127 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T19:00:33.137 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-10-12T19:00:33.141 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T19:00:33.142 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-10-12T19:00:33.142 INFO:teuthology.orchestra.run.smithi194.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 +404us[ +404us] +/- 80ms 2023-10-12T19:00:33.142 INFO:teuthology.orchestra.run.smithi194.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -1005us[-1001us] +/- 58ms 2023-10-12T19:00:33.143 INFO:teuthology.orchestra.run.smithi194.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 85 +908us[ +896us] +/- 67ms 2023-10-12T19:00:33.143 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T19:00:33.144 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-12T19:00:33.153 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-12T19:00:33.154 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-12T19:00:33.164 DEBUG:teuthology.orchestra.run.smithi184:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-12T19:00:33.264 DEBUG:teuthology.orchestra.run.smithi194:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-12T19:00:33.357 DEBUG:teuthology.orchestra.run.smithi184:> 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-12T19:00:33.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T19:00:33.391 DEBUG:teuthology.orchestra.run.smithi194:> 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-12T19:00:33.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T19:00:33.424 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-12T19:00:33.434 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-12T19:00:33.444 INFO:teuthology.task.internal:Duration was 1897.363276 seconds 2023-10-12T19:00:33.445 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-12T19:00:33.456 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-12T19:00:33.457 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-12T19:00:33.459 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-12T19:00:33.504 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T19:00:33.511 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T19:00:33.969 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-12T19:00:33.969 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2023-10-12T19:00:33.970 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-12T19:00:33.996 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2023-10-12T19:00:33.997 DEBUG:teuthology.orchestra.run.smithi194:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-12T19:00:34.020 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-12T19:00:34.021 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-12T19:00:34.039 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-12T19:00:34.118 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-12T19:00:34.118 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-12T19:00:34.121 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-12T19:00:42.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-12T19:00:42.890 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-12T19:00:42.890 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-12T19:00:42.918 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-12T19:00:42.952 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-12T19:00:42.963 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-12T19:00:42.965 DEBUG:teuthology.orchestra.run.smithi194:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-12T19:00:42.989 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2023-10-12T19:00:43.022 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2023-10-12T19:00:43.095 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-12T19:00:43.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T19:00:43.153 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-12T19:00:43.171 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T19:00:43.172 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-12T19:00:43.182 INFO:teuthology.task.internal:Transferring archived files... 2023-10-12T19:00:43.183 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/remote/smithi184 2023-10-12T19:00:43.184 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-12T19:00:43.253 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678/remote/smithi194 2023-10-12T19:00:43.254 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-12T19:00:43.296 INFO:teuthology.task.internal:Removing archive directory... 2023-10-12T19:00:43.297 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-12T19:00:43.299 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-12T19:00:43.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-12T19:00:43.361 INFO:teuthology.task.internal:Not uploading archives. 2023-10-12T19:00:43.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-12T19:00:43.373 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-12T19:00:43.373 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-12T19:00:43.376 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-12T19:00:43.392 INFO:teuthology.orchestra.run.smithi184.stdout: 525559 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 12 19:00 /home/ubuntu/cephtest 2023-10-12T19:00:43.408 INFO:teuthology.orchestra.run.smithi194.stdout: 525686 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 12 19:00 /home/ubuntu/cephtest 2023-10-12T19:00:43.410 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-12T19:00:43.421 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-12T19:00:43.443 INFO:teuthology.nuke:Checking targets against current locks 2023-10-12T19:00:43.474 DEBUG:teuthology.nuke:shortname: smithi184 2023-10-12T19:00:43.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T19:00:43.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678', '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-12 18:20:47.192966', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHZLJo1epQnzVWCIunA8fYpcSmA34KxYUfuZmoL2ekmAJ+60Hkpx2htQuTho1RJqvqTxRuB/8qZeNf3NgQ+gOzY='} 2023-10-12T19:00:43.503 DEBUG:teuthology.nuke:shortname: smithi194 2023-10-12T19:00:43.504 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T19:00:43.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-12_18:18:47-orch:cephadm:mgr-nfs-upgrade-fix-nfs-apply-err-reporting-distro-default-smithi/7423678', '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-12 18:20:47.194535', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLHtnPhurVIwvyf/FqfzsjrW95hKFusd7vjcGaZudRQroBZnGxVtp2lLRMDo2yHivclxWxjiS8qBrCzfoPMF5DI='} 2023-10-12T19:00:43.560 INFO:teuthology.orchestra.console.smithi184:Power off 2023-10-12T19:00:43.561 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-12T19:00:43.584 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2023-10-12T19:00:43.585 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T19:00:43.601 INFO:teuthology.orchestra.console.smithi194:Power off 2023-10-12T19:00:43.601 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-12T19:00:43.611 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-10-12T19:00:43.624 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2023-10-12T19:00:43.624 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T19:00:43.646 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-10-12T19:00:47.612 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T19:00:47.648 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T19:00:47.724 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2023-10-12T19:00:47.759 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-10-12T19:00:51.728 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T19:00:51.760 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-12T19:00:51.840 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2023-10-12T19:00:51.871 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2023-10-12T19:00:51.941 INFO:teuthology.orchestra.console.smithi184:Power off completed 2023-10-12T19:00:51.972 INFO:teuthology.orchestra.console.smithi194:Power off completed 2023-10-12T19:00:52.077 INFO:teuthology.run:Summary data: description: orch:cephadm:mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1897.363275527954 failure_reason: 'Command failed on smithi184 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4a191a50-692e-11ee-8db6-212e2dc638e7 -e sha1=9a92242e997527a07c7abe065696887f5f761546 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_dparmar@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2124520b0d144848a36f0322f7908bd7 status: fail success: false 2023-10-12T19:00:52.078 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-12T19:00:52.156 INFO:teuthology.run:FAIL